Skip to content

Commit 9ebea39

Browse files
authored
prepare 2.20.1 patch release (#2451)
* prepare 2.20.1 patch release * update license file
1 parent 8c04b25 commit 9ebea39

File tree

6 files changed

+27
-24
lines changed

6 files changed

+27
-24
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ the [Splunk GDI specification](https://github.com/signalfx/gdi-specification/blo
77
and this repository adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## Unreleased
10+
-
11+
- OpenTelemetry Java SDK has been updated to version 1.54.1.
12+
- OpenTelemetry Instrumentation for Java has been updated to version 2.20.1.
1013

1114
## v2.20.0 - 2025-09-17
1215

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ for details.
1717

1818
<p align="center">
1919
<img alt="Stable" src="https://img.shields.io/badge/status-stable-informational?style=for-the-badge">
20-
<a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.20.0">
21-
<img alt="OpenTelemetry Instrumentation for Java Version" src="https://img.shields.io/badge/otel-2.20.0-blueviolet?style=for-the-badge">
20+
<a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.20.1">
21+
<img alt="OpenTelemetry Instrumentation for Java Version" src="https://img.shields.io/badge/otel-2.20.1-blueviolet?style=for-the-badge">
2222
</a>
2323
<a href="https://github.com/signalfx/gdi-specification/releases/tag/v1.7.0">
2424
<img alt="Splunk GDI specification" src="https://img.shields.io/badge/GDI-1.7.0-blueviolet?style=for-the-badge">
@@ -107,11 +107,11 @@ To extend the instrumentation with the OpenTelemetry Instrumentation for Java,
107107
you have to use a compatible API version.
108108

109109
<!-- IMPORTANT: do not change comments or break those lines below -->
110-
The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->2.20.0<!--SPLUNK_VERSION--> is compatible
110+
The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->2.20.1<!--SPLUNK_VERSION--> is compatible
111111
with:
112112

113-
* OpenTelemetry API version <!--OTEL_VERSION-->1.54.0<!--OTEL_VERSION-->
114-
* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->2.20.0<!--OTEL_INSTRUMENTATION_VERSION-->
113+
* OpenTelemetry API version <!--OTEL_VERSION-->1.54.1<!--OTEL_VERSION-->
114+
* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->2.20.1<!--OTEL_INSTRUMENTATION_VERSION-->
115115

116116
## Snapshot builds
117117

dependencyManagement/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ plugins {
22
`java-platform`
33
}
44

5-
val otelVersion = "1.54.0"
5+
val otelVersion = "1.54.1"
66
val otelAlphaVersion = otelVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
7-
val otelInstrumentationVersion = "2.20.0"
7+
val otelInstrumentationVersion = "2.20.1"
88
val otelInstrumentationAlphaVersion = otelInstrumentationVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
99
val otelContribAlphaVersion = "1.49.0-alpha"
1010

deployments/cloudfoundry/buildpack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you want to use a specific version of the Java agent in your application, you
4040
environment variable before application deployment, either using `cf set-env` or the `manifest.yml` file:
4141

4242
```sh
43-
$ cf set-env SPLUNK_OTEL_JAVA_VERSION 2.20.0
43+
$ cf set-env SPLUNK_OTEL_JAVA_VERSION 2.20.1
4444
```
4545

4646
By default, the [latest](https://github.com/signalfx/splunk-otel-java/releases/latest) available agent version is used.

licenses/licenses.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# splunk-otel-javaagent
33
## Dependency License Report
4-
_2025-09-17 15:36:16 PDT_
4+
_2025-09-22 12:36:54 PDT_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.squareup.okhttp3` **Name:** `okhttp-jvm` **Version:** `5.1.0`
@@ -16,55 +16,55 @@ _2025-09-17 15:36:16 PDT_
1616
> - **POM Project URL**: [https://github.com/square/okio/](https://github.com/square/okio/)
1717
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
1818
19-
**4** **Group:** `io.opentelemetry` **Name:** `opentelemetry-api` **Version:** `1.54.0`
19+
**4** **Group:** `io.opentelemetry` **Name:** `opentelemetry-api` **Version:** `1.54.1`
2020
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
2121
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
2222
23-
**5** **Group:** `io.opentelemetry` **Name:** `opentelemetry-common` **Version:** `1.54.0`
23+
**5** **Group:** `io.opentelemetry` **Name:** `opentelemetry-common` **Version:** `1.54.1`
2424
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
2525
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
2626
27-
**6** **Group:** `io.opentelemetry` **Name:** `opentelemetry-context` **Version:** `1.54.0`
27+
**6** **Group:** `io.opentelemetry` **Name:** `opentelemetry-context` **Version:** `1.54.1`
2828
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
2929
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
3030
31-
**7** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-common` **Version:** `1.54.0`
31+
**7** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-common` **Version:** `1.54.1`
3232
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
3333
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
3434
35-
**8** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-otlp` **Version:** `1.54.0`
35+
**8** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-otlp` **Version:** `1.54.1`
3636
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
3737
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
3838
39-
**9** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-otlp-common` **Version:** `1.54.0`
39+
**9** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-otlp-common` **Version:** `1.54.1`
4040
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
4141
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
4242
43-
**10** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-sender-okhttp` **Version:** `1.54.0`
43+
**10** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-sender-okhttp` **Version:** `1.54.1`
4444
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
4545
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
4646
47-
**11** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk` **Version:** `1.54.0`
47+
**11** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk` **Version:** `1.54.1`
4848
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
4949
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
5050
51-
**12** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-common` **Version:** `1.54.0`
51+
**12** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-common` **Version:** `1.54.1`
5252
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
5353
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
5454
55-
**13** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-extension-autoconfigure-spi` **Version:** `1.54.0`
55+
**13** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-extension-autoconfigure-spi` **Version:** `1.54.1`
5656
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
5757
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
5858
59-
**14** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-logs` **Version:** `1.54.0`
59+
**14** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-logs` **Version:** `1.54.1`
6060
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
6161
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
6262
63-
**15** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-metrics` **Version:** `1.54.0`
63+
**15** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-metrics` **Version:** `1.54.1`
6464
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
6565
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
6666
67-
**16** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-trace` **Version:** `1.54.0`
67+
**16** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-trace` **Version:** `1.54.1`
6868
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
6969
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
7070
@@ -76,7 +76,7 @@ _2025-09-17 15:36:16 PDT_
7676
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java-contrib](https://github.com/open-telemetry/opentelemetry-java-contrib)
7777
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
7878
79-
**19** **Group:** `io.opentelemetry.instrumentation` **Name:** `opentelemetry-instrumentation-bom-alpha` **Version:** `2.20.0-alpha`
79+
**19** **Group:** `io.opentelemetry.instrumentation` **Name:** `opentelemetry-instrumentation-bom-alpha` **Version:** `2.20.1-alpha`
8080
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java-instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation)
8181
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
8282

version.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// do NOT update that variable manually - it is managed by the pre/post release scripts
2-
val distroVersion = "2.20.0"
2+
val distroVersion = "2.20.1"
33

44
allprojects {
55
version = distroVersion

0 commit comments

Comments
 (0)