Skip to content

Commit 9b0158d

Browse files
authored
prepare 2.24.0 release (#2597)
1 parent 3b047b2 commit 9b0158d

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ The format is based on
66
the [Splunk GDI specification](https://github.com/signalfx/gdi-specification/blob/v1.0.0/specification/repository.md),
77
and this repository adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## Unreleased
9+
## v2.24.0 - 2026-01-21
10+
11+
### General
12+
13+
- OpenTelemetry Java SDK has been updated to version 1.58.0.
14+
- OpenTelemetry Instrumentation for Java has been updated to version 2.24.0.
15+
- CSA version updated to 25.12.0-1409 [#2582](https://github.com/signalfx/splunk-otel-java/pull/2582).
1016

1117
## v2.23.0 - 2025-12-18
1218

README.md

Lines changed: 4 additions & 9 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.23.0">
21-
<img alt="OpenTelemetry Instrumentation for Java Version" src="https://img.shields.io/badge/otel-2.23.0-blueviolet?style=for-the-badge">
20+
<a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.24.0">
21+
<img alt="OpenTelemetry Instrumentation for Java Version" src="https://img.shields.io/badge/otel-2.24.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://help.splunk.com/en/splunk-obs
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.23.0](https://github.com/signalfx/splunk-otel-java/releases/latest)) can be found [here](https://github.com/signalfx/splunk-otel-java/blob/v2.23.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.23.0<!--SPLUNK_VERSION--> is compatible
110+
The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->2.24.0<!--SPLUNK_VERSION--> is compatible
116111
with:
117112

118113
* OpenTelemetry API version <!--OTEL_VERSION-->1.57.0<!--OTEL_VERSION-->
119-
* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->2.23.0<!--OTEL_INSTRUMENTATION_VERSION-->
114+
* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->2.24.0<!--OTEL_INSTRUMENTATION_VERSION-->
120115

121116
## Snapshot builds
122117

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.23.0
43+
$ cf set-env SPLUNK_OTEL_JAVA_VERSION 2.24.0
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.24.0-SNAPSHOT"
2+
val distroVersion = "2.24.0"
33

44
allprojects {
55
version = distroVersion

0 commit comments

Comments
 (0)