Skip to content

Commit ef7d276

Browse files
authored
Release 2.9.0 preparation (#2095)
1 parent c600eeb commit ef7d276

File tree

6 files changed

+19
-17
lines changed

6 files changed

+19
-17
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ and this repository adheres to [Semantic Versioning](https://semver.org/spec/v2.
88

99
## Unreleased
1010

11+
## v2.9.0 - 2024-10-23
12+
13+
### General
14+
15+
- OpenTelemetry Java SDK has been updated to version 1.43.0.
16+
- OpenTelemetry Instrumentation for Java has been updated to version 2.9.0.
17+
1118
## v1.32.5 - 2024-09-20
1219

1320
### General

README.md

+4-9
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Existing customers should consider migrating to version 2.5.0 or higher. To lear
2525

2626
<p align="center">
2727
<img alt="Stable" src="https://img.shields.io/badge/status-stable-informational?style=for-the-badge">
28-
<a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.8.0">
29-
<img alt="OpenTelemetry Instrumentation for Java Version" src="https://img.shields.io/badge/otel-2.8.0-blueviolet?style=for-the-badge">
28+
<a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.9.0">
29+
<img alt="OpenTelemetry Instrumentation for Java Version" src="https://img.shields.io/badge/otel-2.9.0-blueviolet?style=for-the-badge">
3030
</a>
3131
<a href="https://github.com/signalfx/gdi-specification/releases/tag/v1.6.0">
3232
<img alt="Splunk GDI specification" src="https://img.shields.io/badge/GDI-1.6.0-blueviolet?style=for-the-badge">
@@ -86,11 +86,6 @@ see [Migrate from the SignalFx Java Agent](https://quickdraw.splunk.com/redirect
8686

8787
<!-- Comments, spacing, empty and new lines in the section below are intentional, please do not modify them! -->
8888
<!--DEV_DOCS_WARNING-->
89-
<!--DEV_DOCS_WARNING_START-->
90-
The following documentation refers to the in-development version of `splunk-otel-java`. Docs for the latest version ([v2.8.0](https://github.com/signalfx/splunk-otel-java/releases/latest)) can be found [here](https://github.com/signalfx/splunk-otel-java/blob/v2.8.0/README.md).
91-
92-
---
93-
<!--DEV_DOCS_WARNING_END-->
9489

9590
## Requirements
9691

@@ -125,8 +120,8 @@ you have to use a compatible API version.
125120
The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->2.8.0<!--SPLUNK_VERSION--> is compatible
126121
with:
127122

128-
* OpenTelemetry API version <!--OTEL_VERSION-->1.42.1<!--OTEL_VERSION-->
129-
* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->2.8.0<!--OTEL_INSTRUMENTATION_VERSION-->
123+
* OpenTelemetry API version <!--OTEL_VERSION-->1.43.0<!--OTEL_VERSION-->
124+
* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->2.9.0<!--OTEL_INSTRUMENTATION_VERSION-->
130125

131126
## Snapshot builds
132127

dependencyManagement/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ plugins {
44

55
val otelVersion = "1.43.0"
66
val otelAlphaVersion = otelVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
7-
val otelInstrumentationVersion = "2.9.0-SNAPSHOT"
7+
val otelInstrumentationVersion = "2.9.0"
88
val otelInstrumentationAlphaVersion = otelInstrumentationVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
9-
val otelContribAlphaVersion = "1.39.0-alpha"
9+
val otelContribAlphaVersion = "1.40.0-alpha"
1010

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

deployments/cloudfoundry/buildpack/README.md

+1-1
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.8.0
43+
$ cf set-env SPLUNK_OTEL_JAVA_VERSION 2.9.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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# splunk-otel-javaagent
33
## Dependency License Report
4-
_2024-10-14 09:23:56 EEST_
4+
_2024-10-24 09:46:18 CEST_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.squareup.okhttp3` **Name:** `okhttp` **Version:** `4.12.0`
@@ -69,15 +69,15 @@ _2024-10-14 09:23:56 EEST_
6969
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
7070
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
7171
72-
**17** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-resource-providers` **Version:** `1.39.0-alpha`
72+
**17** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-resource-providers` **Version:** `1.40.0-alpha`
7373
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java-contrib](https://github.com/open-telemetry/opentelemetry-java-contrib)
7474
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
7575
76-
**18** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-samplers` **Version:** `1.39.0-alpha`
76+
**18** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-samplers` **Version:** `1.40.0-alpha`
7777
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java-contrib](https://github.com/open-telemetry/opentelemetry-java-contrib)
7878
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
7979
80-
**19** **Group:** `io.opentelemetry.instrumentation` **Name:** `opentelemetry-instrumentation-bom-alpha` **Version:** `2.9.0-alpha-SNAPSHOT`
80+
**19** **Group:** `io.opentelemetry.instrumentation` **Name:** `opentelemetry-instrumentation-bom-alpha` **Version:** `2.9.0-alpha`
8181
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java-instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation)
8282
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
8383

version.gradle.kts

+1-1
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.9.0-SNAPSHOT"
2+
val distroVersion = "2.9.0"
33

44
allprojects {
55
version = distroVersion

0 commit comments

Comments
 (0)