Skip to content

Commit d30f016

Browse files
authored
Prepare release 1.32.1 (#1858)
* Prepare release 1.32.1 * update signalfx-metrics
1 parent 1491f9f commit d30f016

File tree

7 files changed

+41
-33
lines changed

7 files changed

+41
-33
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,20 @@ and this repository adheres to [Semantic Versioning](https://semver.org/spec/v2.
88

99
## Unreleased
1010

11+
## v1.32.1 - 2024-05-22
12+
13+
### General
14+
15+
- OpenTelemetry Java SDK has been updated to version 1.38.0.
16+
- OpenTelemetry Instrumentation for Java has been updated to version 1.33.3.
17+
- Micrometer dependency has been updated to version 1.13.0.
18+
1119
## v1.32.0 - 2024-04-23
1220

1321
### General
1422

1523
- OpenTelemetry Java SDK has been updated to version 1.37.0.
16-
- OpenTelemetry Instrumentation for Java has been updated to version 1.33.1.
24+
- OpenTelemetry Instrumentation for Java has been updated to version 1.33.2.
1725
- Micrometer dependency has been updated to version 1.12.5.
1826

1927
### ⚠️⚠️ Breaking changes ⚠️⚠️

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
<p align="center">
1414
<img alt="Stable" src="https://img.shields.io/badge/status-stable-informational?style=for-the-badge">
15-
<a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.33.2">
16-
<img alt="OpenTelemetry Instrumentation for Java Version" src="https://img.shields.io/badge/otel-1.33.2-blueviolet?style=for-the-badge">
15+
<a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.33.3">
16+
<img alt="OpenTelemetry Instrumentation for Java Version" src="https://img.shields.io/badge/otel-1.33.3-blueviolet?style=for-the-badge">
1717
</a>
1818
<a href="https://github.com/signalfx/gdi-specification/releases/tag/v1.6.0">
1919
<img alt="Splunk GDI specification" src="https://img.shields.io/badge/GDI-1.6.0-blueviolet?style=for-the-badge">
@@ -104,11 +104,11 @@ To extend the instrumentation with the OpenTelemetry Instrumentation for Java,
104104
you have to use a compatible API version.
105105

106106
<!-- IMPORTANT: do not change comments or break those lines below -->
107-
The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->1.32.0<!--SPLUNK_VERSION--> is compatible
107+
The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->1.32.1<!--SPLUNK_VERSION--> is compatible
108108
with:
109109

110-
* OpenTelemetry API version <!--OTEL_VERSION-->1.37.0<!--OTEL_VERSION-->
111-
* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->1.33.2<!--OTEL_INSTRUMENTATION_VERSION-->
110+
* OpenTelemetry API version <!--OTEL_VERSION-->1.38.0<!--OTEL_VERSION-->
111+
* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->1.33.3<!--OTEL_INSTRUMENTATION_VERSION-->
112112
* Micrometer version 1.12.2
113113

114114
## Snapshot builds

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
implementation(gradleApi())
4242

4343
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
44-
implementation("io.opentelemetry.instrumentation:gradle-plugins:1.33.2-alpha")
44+
implementation("io.opentelemetry.instrumentation:gradle-plugins:1.33.3-alpha")
4545

4646
// keep these versions in sync with settings.gradle.kts
4747
implementation("gradle.plugin.com.github.johnrengelman:shadow:8.0.0")

dependencyManagement/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ plugins {
22
`java-platform`
33
}
44

5-
val otelVersion = "1.37.0"
5+
val otelVersion = "1.38.0"
66
val otelAlphaVersion = otelVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
7-
val otelInstrumentationVersion = "1.33.2"
7+
val otelInstrumentationVersion = "1.33.3"
88
val otelInstrumentationAlphaVersion = otelInstrumentationVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
99
val otelContribAlphaVersion = "1.34.0-alpha"
1010

11-
val autoValueVersion = "1.10.4";
11+
val autoValueVersion = "1.10.4"
1212
val dockerJavaVersion = "3.3.6"
1313
val micrometerOldVersion = "1.3.20"
1414
val micrometerVersion = "1.13.0"
@@ -43,7 +43,7 @@ dependencies {
4343
api("com.google.auto.service:auto-service:1.1.1")
4444
api("org.assertj:assertj-core:3.25.3")
4545
api("org.awaitility:awaitility:4.2.1")
46-
api("com.signalfx.public:signalfx-metrics:1.0.41")
46+
api("com.signalfx.public:signalfx-metrics:1.0.42")
4747
api("commons-codec:commons-codec:1.17.0")
4848

4949
api("com.github.docker-java:docker-java-core:$dockerJavaVersion")

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 1.32.0
43+
$ cf set-env SPLUNK_OTEL_JAVA_VERSION 1.32.1
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: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# splunk-otel-javaagent
33
## Dependency License Report
4-
_2024-05-14 15:20:25 EEST_
4+
_2024-05-22 12:18:02 EEST_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-core` **Version:** `2.17.1`
@@ -18,23 +18,23 @@ _2024-05-14 15:20:25 EEST_
1818
> - **Embedded license files**: [jackson-jr-objects-2.17.1.jar/META-INF/LICENSE](jackson-jr-objects-2.17.1.jar/META-INF/LICENSE)
1919
- [jackson-jr-objects-2.17.1.jar/META-INF/NOTICE](jackson-jr-objects-2.17.1.jar/META-INF/NOTICE)
2020

21-
**3** **Group:** `com.signalfx.public` **Name:** `signalfx-commons-protoc-java` **Version:** `1.0.41`
21+
**3** **Group:** `com.signalfx.public` **Name:** `signalfx-commons-protoc-java` **Version:** `1.0.42`
2222
> - **POM Project URL**: [http://www.signalfx.com](http://www.signalfx.com)
2323
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
2424
25-
**4** **Group:** `com.signalfx.public` **Name:** `signalfx-connection` **Version:** `1.0.41`
25+
**4** **Group:** `com.signalfx.public` **Name:** `signalfx-connection` **Version:** `1.0.42`
2626
> - **POM Project URL**: [https://www.splunk.com](https://www.splunk.com)
2727
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
2828
29-
**5** **Group:** `com.signalfx.public` **Name:** `signalfx-endpoint` **Version:** `1.0.41`
29+
**5** **Group:** `com.signalfx.public` **Name:** `signalfx-endpoint` **Version:** `1.0.42`
3030
> - **POM Project URL**: [http://www.splunk.com](http://www.splunk.com)
3131
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
3232
33-
**6** **Group:** `com.signalfx.public` **Name:** `signalfx-metrics` **Version:** `1.0.41`
33+
**6** **Group:** `com.signalfx.public` **Name:** `signalfx-metrics` **Version:** `1.0.42`
3434
> - **POM Project URL**: [http://www.signalfx.com](http://www.signalfx.com)
3535
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
3636
37-
**7** **Group:** `com.signalfx.public` **Name:** `signalfx-protoc` **Version:** `1.0.41`
37+
**7** **Group:** `com.signalfx.public` **Name:** `signalfx-protoc` **Version:** `1.0.42`
3838
> - **POM Project URL**: [http://www.signalfx.com](http://www.signalfx.com)
3939
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
4040
@@ -82,55 +82,55 @@ _2024-05-14 15:20:25 EEST_
8282
> - **Embedded license files**: [micrometer-registry-signalfx-1.13.0.jar/META-INF/LICENSE](micrometer-registry-signalfx-1.13.0.jar/META-INF/LICENSE)
8383
- [micrometer-registry-signalfx-1.13.0.jar/META-INF/NOTICE](micrometer-registry-signalfx-1.13.0.jar/META-INF/NOTICE)
8484

85-
**16** **Group:** `io.opentelemetry` **Name:** `opentelemetry-api` **Version:** `1.37.0`
85+
**16** **Group:** `io.opentelemetry` **Name:** `opentelemetry-api` **Version:** `1.38.0`
8686
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
8787
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
8888
89-
**17** **Group:** `io.opentelemetry` **Name:** `opentelemetry-api-incubator` **Version:** `1.37.0-alpha`
89+
**17** **Group:** `io.opentelemetry` **Name:** `opentelemetry-api-incubator` **Version:** `1.38.0-alpha`
9090
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
9191
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
9292
93-
**18** **Group:** `io.opentelemetry` **Name:** `opentelemetry-context` **Version:** `1.37.0`
93+
**18** **Group:** `io.opentelemetry` **Name:** `opentelemetry-context` **Version:** `1.38.0`
9494
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
9595
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
9696
97-
**19** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-common` **Version:** `1.37.0`
97+
**19** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-common` **Version:** `1.38.0`
9898
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
9999
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
100100
101-
**20** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-otlp` **Version:** `1.37.0`
101+
**20** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-otlp` **Version:** `1.38.0`
102102
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
103103
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
104104
105-
**21** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-otlp-common` **Version:** `1.37.0`
105+
**21** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-otlp-common` **Version:** `1.38.0`
106106
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
107107
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
108108
109-
**22** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-sender-okhttp` **Version:** `1.37.0`
109+
**22** **Group:** `io.opentelemetry` **Name:** `opentelemetry-exporter-sender-okhttp` **Version:** `1.38.0`
110110
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
111111
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
112112
113-
**23** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk` **Version:** `1.37.0`
113+
**23** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk` **Version:** `1.38.0`
114114
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
115115
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
116116
117-
**24** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-common` **Version:** `1.37.0`
117+
**24** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-common` **Version:** `1.38.0`
118118
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
119119
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
120120
121-
**25** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-extension-autoconfigure-spi` **Version:** `1.37.0`
121+
**25** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-extension-autoconfigure-spi` **Version:** `1.38.0`
122122
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
123123
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
124124
125-
**26** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-logs` **Version:** `1.37.0`
125+
**26** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-logs` **Version:** `1.38.0`
126126
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
127127
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
128128
129-
**27** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-metrics` **Version:** `1.37.0`
129+
**27** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-metrics` **Version:** `1.38.0`
130130
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
131131
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
132132
133-
**28** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-trace` **Version:** `1.37.0`
133+
**28** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-trace` **Version:** `1.38.0`
134134
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
135135
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
136136
@@ -142,7 +142,7 @@ _2024-05-14 15:20:25 EEST_
142142
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java-contrib](https://github.com/open-telemetry/opentelemetry-java-contrib)
143143
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
144144
145-
**31** **Group:** `io.opentelemetry.instrumentation` **Name:** `opentelemetry-instrumentation-bom-alpha` **Version:** `1.33.2-alpha`
145+
**31** **Group:** `io.opentelemetry.instrumentation` **Name:** `opentelemetry-instrumentation-bom-alpha` **Version:** `1.33.3-alpha`
146146
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java-instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation)
147147
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
148148

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 = "1.32.0"
2+
val distroVersion = "1.32.1"
33

44
allprojects {
55
version = distroVersion

0 commit comments

Comments
 (0)