SUMO-271627: Prepare java-v2.20.1 release#54
Conversation
ccressent
left a comment
There was a problem hiding this comment.
The latest release of opentelemetry-java-instrumentation is indeed v2.20.1, but that's not what you should be tracking.
Our repository depends on opentelemetry-lambda (which in turn depends on opentelemetry-java-instrumentation). You should be updating the opentelemetry-lambda submodule to the latest released version, not the tip of the main branch.
Their latest release for java is here. So the opentelemetry-lambda submodule should point to commit 6c6c5a2c2dd1c1b58b0519477aed2f7508400baf. This release uses opentelemetry-java-instrumentation 2.19.0; so that's what your version number will also look like.
| @@ -6,4 +6,4 @@ ARCHITECTURE_ARM=arm64 | |||
| RUNTIMES='java8.al2 java11 java17 java21' | |||
| DESCRIPTION='Sumo Logic OTEL Collector and Java Lambda Layer https://github.com/SumoLogic/sumologic-otel-lambda/tree/release-java-2.15.0/java' | |||
There was a problem hiding this comment.
This description needs to be updated.
|
Address the changes suggested by Cryil. Created new PR - #55. Marking this close. |
Preparations for releasing java-v2.20.1
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.