Skip to content

Commit 17dc487

Browse files
author
Jeel Mehta
committed
Release/v2.11.2
1 parent 4cd8ed4 commit 17dc487

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/patches/opentelemetry-java-instrumentation.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3573,8 +3573,8 @@ index a1cae43b4b..c1520e9947 100644
35733573
@@ -1,5 +1,5 @@
35743574
-val stableVersion = "2.11.0"
35753575
-val alphaVersion = "2.11.0-alpha"
3576-
+val stableVersion = "2.11.0-adot2"
3577-
+val alphaVersion = "2.11.0-adot2-alpha"
3576+
+val stableVersion = "2.11.0-adot3"
3577+
+val alphaVersion = "2.11.0-adot3-alpha"
35783578

35793579
allprojects {
35803580
if (findProperty("otel.stable") != "true") {

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ data class DependencySet(val group: String, val version: String, val modules: Li
2727
val testSnapshots = rootProject.findProperty("testUpstreamSnapshots") == "true"
2828

2929
// This is the version of the upstream instrumentation BOM
30-
val otelVersion = "2.11.0-adot2"
30+
val otelVersion = "2.11.0-adot3"
3131
val otelSnapshotVersion = "2.12.0"
3232
val otelAlphaVersion = if (!testSnapshots) "$otelVersion-alpha" else "$otelSnapshotVersion-alpha-SNAPSHOT"
3333
val otelJavaAgentVersion = if (!testSnapshots) otelVersion else "$otelSnapshotVersion-SNAPSHOT"

lambda-layer/patches/aws-otel-java-instrumentation.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ index 9493189..6090207 100644
66
val TEST_SNAPSHOTS = rootProject.findProperty("testUpstreamSnapshots") == "true"
77

88
// This is the version of the upstream instrumentation BOM
9-
-val otelVersion = "2.11.0-adot2"
9+
-val otelVersion = "2.11.0-adot3"
1010
+val otelVersion = "2.11.0-adot-lambda1"
1111
val otelSnapshotVersion = "2.12.0"
1212
val otelAlphaVersion = if (!TEST_SNAPSHOTS) "$otelVersion-alpha" else "$otelSnapshotVersion-alpha-SNAPSHOT"

lambda-layer/patches/opentelemetry-java-instrumentation.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ index 7900c9a4d9..80383d7c22 100644
310310
--- a/version.gradle.kts
311311
+++ b/version.gradle.kts
312312
@@ -1,5 +1,5 @@
313-
-val stableVersion = "2.11.0-adot2"
314-
-val alphaVersion = "2.11.0-adot2-alpha"
313+
-val stableVersion = "2.11.0-adot3"
314+
-val alphaVersion = "2.11.0-adot3-alpha"
315315
+val stableVersion = "2.11.0-adot-lambda1"
316316
+val alphaVersion = "2.11.0-adot-lambda1-alpha"
317317

0 commit comments

Comments
 (0)