Skip to content

Commit

Permalink
Update the OpenTelemetry SDK version to 1.34.1 (#10320)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Plumb <[email protected]>
Co-authored-by: Lauri Tulmin <[email protected]>
  • Loading branch information
3 people authored Jan 24, 2024
1 parent 8c20056 commit 16adb1d
Show file tree
Hide file tree
Showing 8 changed files with 79 additions and 55 deletions.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ val dependencyVersions = hashMapOf<String, String>()
rootProject.extra["versions"] = dependencyVersions

// this line is managed by .github/scripts/update-sdk-version.sh
val otelSdkVersion = "1.32.0"
val otelSdkVersion = "1.34.1"
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")

// Need both BOM and groovy jars
Expand Down
2 changes: 1 addition & 1 deletion examples/distro/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ subprojects {
ext {
versions = [
// this line is managed by .github/scripts/update-sdk-version.sh
opentelemetrySdk : "1.32.0",
opentelemetrySdk : "1.34.1",

// these lines are managed by .github/scripts/update-version.sh
opentelemetryJavaagent : "1.32.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/extension/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ version '1.0'
ext {
versions = [
// this line is managed by .github/scripts/update-sdk-version.sh
opentelemetrySdk : "1.32.0",
opentelemetrySdk : "1.34.1",

// these lines are managed by .github/scripts/update-version.sh
opentelemetryJavaagent : "1.32.0",
Expand Down
127 changes: 75 additions & 52 deletions licenses/licenses.md

Large diffs are not rendered by default.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ val v1_32Deps by configurations.creating {
isCanBeConsumed = false
// exclude the bom added by dependencyManagement
exclude("io.opentelemetry", "opentelemetry-bom")
exclude("io.opentelemetry", "opentelemetry-bom-alpha")
}

// configuration for publishing the shadowed artifact
Expand Down

0 comments on commit 16adb1d

Please sign in to comment.