Skip to content

Commit 8c04b25

Browse files
breedx-splklaurit
andauthored
prepare 2.20.0 release (#2443)
* prepare 2.20.0 release * update licenses * update metadata --------- Co-authored-by: Lauri Tulmin <[email protected]>
1 parent 4ae7349 commit 8c04b25

File tree

7 files changed

+31
-20
lines changed

7 files changed

+31
-20
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ and this repository adheres to [Semantic Versioning](https://semver.org/spec/v2.
88

99
## Unreleased
1010

11+
## v2.20.0 - 2025-09-17
12+
13+
### General
14+
15+
- OpenTelemetry Java SDK has been updated to version 1.54.0.
16+
- OpenTelemetry Instrumentation for Java has been updated to version 2.20.0.
17+
18+
### 📈 Enhancements
19+
20+
- Add experimental context propagation for oracle db [#2434](https://github.com/signalfx/splunk-otel-java/pull/2434)
21+
1122
## v2.19.0 - 2025-08-21
1223

1324
### General

README.md

Lines changed: 5 additions & 10 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.19.0">
21-
<img alt="OpenTelemetry Instrumentation for Java Version" src="https://img.shields.io/badge/otel-2.19.0-blueviolet?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">
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">
@@ -76,11 +76,6 @@ see [Migrate from the SignalFx Java Agent](https://quickdraw.splunk.com/redirect
7676

7777
<!-- Comments, spacing, empty and new lines in the section below are intentional, please do not modify them! -->
7878
<!--DEV_DOCS_WARNING-->
79-
<!--DEV_DOCS_WARNING_START-->
80-
The following documentation refers to the in-development version of `splunk-otel-java`. Docs for the latest version ([v2.19.0](https://github.com/signalfx/splunk-otel-java/releases/latest)) can be found [here](https://github.com/signalfx/splunk-otel-java/blob/v2.19.0/README.md).
81-
82-
---
83-
<!--DEV_DOCS_WARNING_END-->
8479

8580
## Requirements
8681

@@ -112,11 +107,11 @@ To extend the instrumentation with the OpenTelemetry Instrumentation for Java,
112107
you have to use a compatible API version.
113108

114109
<!-- IMPORTANT: do not change comments or break those lines below -->
115-
The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->2.19.0<!--SPLUNK_VERSION--> is compatible
110+
The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->2.20.0<!--SPLUNK_VERSION--> is compatible
116111
with:
117112

118-
* OpenTelemetry API version <!--OTEL_VERSION-->1.53.0<!--OTEL_VERSION-->
119-
* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->2.19.0<!--OTEL_INSTRUMENTATION_VERSION-->
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-->
120115

121116
## Snapshot builds
122117

dependencyManagement/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ plugins {
44

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

1111
val autoValueVersion = "1.11.0"
1212
val dockerJavaVersion = "3.6.0"

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.19.0
43+
$ cf set-env SPLUNK_OTEL_JAVA_VERSION 2.20.0
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: 4 additions & 4 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-15 09:30:16 EEST_
4+
_2025-09-17 15:36:16 PDT_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.squareup.okhttp3` **Name:** `okhttp-jvm` **Version:** `5.1.0`
@@ -68,15 +68,15 @@ _2025-09-15 09:30:16 EEST_
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
71-
**17** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-resource-providers` **Version:** `1.48.0-alpha`
71+
**17** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-resource-providers` **Version:** `1.49.0-alpha`
7272
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java-contrib](https://github.com/open-telemetry/opentelemetry-java-contrib)
7373
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
7474
75-
**18** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-samplers` **Version:** `1.48.0-alpha`
75+
**18** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-samplers` **Version:** `1.49.0-alpha`
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-SNAPSHOT`
79+
**19** **Group:** `io.opentelemetry.instrumentation` **Name:** `opentelemetry-instrumentation-bom-alpha` **Version:** `2.20.0-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

metadata-generator/src/main/java/com/splunk/opentelemetry/tools/MetadataGenerator.java

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3188,8 +3188,13 @@ Some instrumentations (e.g. Spring Web MVC instrumentation) produce SpanKind.Int
31883188
.dbClientMetrics()
31893189
.build());
31903190
instrumentations.add(
3191-
instrumentation("clickhouse")
3192-
.component("Clickhouse Client", "0.5 and higher")
3191+
instrumentation("clickhouse-client-v1")
3192+
.component("Clickhouse Client V1", "0.5 and higher")
3193+
.dbClientMetrics()
3194+
.build());
3195+
instrumentations.add(
3196+
instrumentation("clickhouse-client-v2")
3197+
.component("Clickhouse Client V2", "0.8 and higher")
31933198
.dbClientMetrics()
31943199
.build());
31953200
instrumentations.add(

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-SNAPSHOT"
2+
val distroVersion = "2.20.0"
33

44
allprojects {
55
version = distroVersion

0 commit comments

Comments
 (0)