Skip to content

Commit f4e70ba

Browse files
authored
Post release update 2.26.1 (#2730)
* Post release update 2.26.1 * update cloudfoundry index
1 parent 9093d4f commit f4e70ba

File tree

6 files changed

+30
-7
lines changed

6 files changed

+30
-7
lines changed

CHANGELOG.md

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

99
## Unreleased
1010

11+
## v2.26.1 - 2026-03-23
12+
13+
### General
14+
15+
- OpenTelemetry Instrumentation for Java has been updated to version 2.26.1.
16+
17+
### 🔒 Security fixes
18+
19+
- Fix unsafe deserialization in RMI instrumentation that could lead to remote code execution
20+
([CVE-2026-33701](https://github.com/signalfx/splunk-otel-java/security/advisories/GHSA-h8w2-rv57-vc6f),
21+
[#16979](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/16979))
22+
23+
### ⚠️⚠️ Breaking changes ⚠️⚠️
24+
25+
- Context propagation format for RMI was changed [#16979](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/16979)
26+
1127
## v2.26.0 - 2026-03-18
1228

29+
### General
30+
1331
- OpenTelemetry Java SDK has been updated to version 1.60.1.
1432
- OpenTelemetry Instrumentation for Java has been updated to version 2.26.0.
1533

1634
## v2.25.1 - 2026-02-26
1735

36+
### General
37+
1838
- Update CSA to version 26.2.1-1436.
1939

2040
## v2.25.0 - 2026-02-20
@@ -48,6 +68,8 @@ and this repository adheres to [Semantic Versioning](https://semver.org/spec/v2.
4868

4969
## v2.21.1 - 2025-10-28
5070

71+
### General
72+
5173
- Update CSA version to 25.10.0-1399
5274

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Splunk Distribution of OpenTelemetry Java
22

33
![Stable](https://img.shields.io/badge/status-stable-informational)
4-
[![OpenTelemetry Instrumentation for Java Version](https://img.shields.io/badge/otel-2.26.0-blueviolet)](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.26.0)
4+
[![OpenTelemetry Instrumentation for Java Version](https://img.shields.io/badge/otel-2.26.1-blueviolet)](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.26.1)
55
[![Splunk GDI specification](https://img.shields.io/badge/GDI-1.8.0-blueviolet)](https://github.com/signalfx/gdi-specification/releases/tag/v1.8.0)
66
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/signalfx/splunk-otel-java?include_prereleases)](https://github.com/signalfx/splunk-otel-java/releases)
77
[![Maven Central](https://img.shields.io/maven-central/v/com.splunk/splunk-otel-javaagent)](https://central.sonatype.com/artifact/com.splunk/splunk-otel-javaagent)
@@ -79,11 +79,11 @@ To extend the instrumentation with the OpenTelemetry Instrumentation for Java,
7979
you have to use a compatible API version.
8080

8181
<!-- IMPORTANT: do not change comments or break those lines below -->
82-
The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->2.26.0<!--SPLUNK_VERSION--> is compatible
82+
The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->2.26.1<!--SPLUNK_VERSION--> is compatible
8383
with:
8484

8585
* OpenTelemetry API version <!--OTEL_VERSION-->1.60.1<!--OTEL_VERSION-->
86-
* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->2.26.0<!--OTEL_INSTRUMENTATION_VERSION-->
86+
* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->2.26.1<!--OTEL_INSTRUMENTATION_VERSION-->
8787

8888
## Snapshot builds
8989

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
val otelVersion = "1.60.1"
66
val otelAlphaVersion = otelVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
7-
val otelInstrumentationVersion = "2.26.0-SNAPSHOT"
7+
val otelInstrumentationVersion = "2.27.0-SNAPSHOT"
88
val otelInstrumentationAlphaVersion = otelInstrumentationVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
99
val otelContribAlphaVersion = "1.54.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.26.0
43+
$ cf set-env SPLUNK_OTEL_JAVA_VERSION 2.26.1
4444
```
4545

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

deployments/cloudfoundry/index.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,4 @@
5555
2.25.0: https://github.com/signalfx/splunk-otel-java/releases/download/v2.25.0/splunk-otel-javaagent.jar
5656
2.25.1: https://github.com/signalfx/splunk-otel-java/releases/download/v2.25.1/splunk-otel-javaagent.jar
5757
2.26.0: https://github.com/signalfx/splunk-otel-java/releases/download/v2.26.0/splunk-otel-javaagent.jar
58+
2.26.1: https://github.com/signalfx/splunk-otel-java/releases/download/v2.26.1/splunk-otel-javaagent.jar

licenses/licenses.md

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

22
# splunk-otel-javaagent
33
## Dependency License Report
4-
_2026-03-21 14:13:58 EET_
4+
_2026-03-24 10:39:46 EET_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.squareup.okhttp3` **Name:** `okhttp` **Version:** `5.3.2`
@@ -92,7 +92,7 @@ _2026-03-21 14:13:58 EET_
9292
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java-contrib](https://github.com/open-telemetry/opentelemetry-java-contrib)
9393
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
9494
95-
**23** **Group:** `io.opentelemetry.instrumentation` **Name:** `opentelemetry-instrumentation-bom-alpha` **Version:** `2.26.0-alpha-SNAPSHOT`
95+
**23** **Group:** `io.opentelemetry.instrumentation` **Name:** `opentelemetry-instrumentation-bom-alpha` **Version:** `2.27.0-alpha-SNAPSHOT`
9696
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java-instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation)
9797
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
9898

0 commit comments

Comments
 (0)