Skip to content

Commit 81e4ecf

Browse files
committed
pre release v2.21.1
1 parent 21ed3d5 commit 81e4ecf

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

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

99
## Unreleased
1010

11+
## v2.21.1 - 2025-10-28
12+
1113
- Update CSA version to 25.10.0-1399
1214

1315
## v2.21.0 - 2025-10-22

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ 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.21.0<!--SPLUNK_VERSION--> is compatible
110+
The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->2.21.1<!--SPLUNK_VERSION--> is compatible
111111
with:
112112

113113
* OpenTelemetry API version <!--OTEL_VERSION-->1.55.0<!--OTEL_VERSION-->

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.21.0
43+
$ cf set-env SPLUNK_OTEL_JAVA_VERSION 2.21.1
4444
```
4545

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

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.21.0"
2+
val distroVersion = "2.21.1"
33

44
allprojects {
55
version = distroVersion

0 commit comments

Comments
 (0)