Skip to content

Commit 449364e

Browse files
committed
updating ADOT Java version to v2.11.0 for lambda layer patches
1 parent 00ca6c2 commit 449364e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ 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.10.0-adot2"
10-
+val otelVersion = "2.10.0-adot-lambda1"
9+
-val otelVersion = "2.11.0-adot1"
10+
+val otelVersion = "2.11.0-adot-lambda1"
1111
val otelSnapshotVersion = "2.11.0"
1212
val otelAlphaVersion = if (!TEST_SNAPSHOTS) "$otelVersion-alpha" else "$otelSnapshotVersion-alpha-SNAPSHOT"
13-
val otelJavaAgentVersion = if (!TEST_SNAPSHOTS) otelVersion else "$otelSnapshotVersion-SNAPSHOT"
13+
val otelJavaAgentVersion = if (!TEST_SNAPSHOTS) otelVersion else "$otelSnapshotVersion-SNAPSHOT"

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

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

318318
allprojects {
319-
if (findProperty("otel.stable") != "true") {
319+
if (findProperty("otel.stable") != "true") {

0 commit comments

Comments
 (0)