Skip to content

Commit dd5daea

Browse files
author
Mateusz Rzeszutek
authored
v1.7.2 pre release changes (#652)
1 parent 4b4274f commit dd5daea

File tree

4 files changed

+22
-10
lines changed

4 files changed

+22
-10
lines changed

CHANGELOG.md

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

99
## Unreleased
1010

11+
## v1.7.2 - 2022-01-31
12+
13+
### General
14+
15+
- OpenTelemetry Java SDK and OpenTelemetry Instrumentation for Java dependencies have been updated to version 1.10.1.
16+
17+
## v1.7.1 - 2022-01-17
18+
19+
### Bugfixes
20+
21+
- Fixed the Docker operator image build.
22+
1123
## v1.7.0 - 2022-01-17
1224

1325
### General

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.10.0">
16-
<img alt="OpenTelemetry Instrumentation for Java Version" src="https://img.shields.io/badge/otel-1.10.0-blueviolet?style=for-the-badge">
15+
<a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.10.1">
16+
<img alt="OpenTelemetry Instrumentation for Java Version" src="https://img.shields.io/badge/otel-1.10.1-blueviolet?style=for-the-badge">
1717
</a>
1818
<a href="https://github.com/signalfx/gdi-specification/releases/tag/v1.2.0">
1919
<img alt="Splunk GDI specification" src="https://img.shields.io/badge/GDI-1.2.0-blueviolet?style=for-the-badge">
@@ -159,11 +159,11 @@ To extend the instrumentation with the OpenTelemetry Instrumentation for Java,
159159
you have to use a compatible API version.
160160

161161
<!-- IMPORTANT: do not change comments or break those lines below -->
162-
The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->1.7.0<!--SPLUNK_VERSION--> is compatible
162+
The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->1.7.2<!--SPLUNK_VERSION--> is compatible
163163
with:
164164

165-
* OpenTelemetry API version <!--OTEL_VERSION-->1.10.0<!--OTEL_VERSION-->
166-
* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->1.10.0<!--OTEL_INSTRUMENTATION_VERSION-->
165+
* OpenTelemetry API version <!--OTEL_VERSION-->1.10.1<!--OTEL_VERSION-->
166+
* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->1.10.1<!--OTEL_INSTRUMENTATION_VERSION-->
167167
* Micrometer version 1.8.0
168168

169169
## Snapshot builds

buildSrc/src/main/kotlin/splunk.java-conventions.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ repositories {
1313
}
1414
}
1515

16-
val otelVersion = "1.10.0"
17-
val otelAlphaVersion = "1.10.0-alpha"
16+
val otelVersion = "1.10.1"
17+
val otelAlphaVersion = "1.10.1-alpha"
1818
val otelContribAlphaVersion = "1.7.0-alpha"
19-
val otelInstrumentationVersion = "1.10.0"
20-
val otelInstrumentationAlphaVersion = "1.10.0-alpha"
19+
val otelInstrumentationVersion = "1.10.1"
20+
val otelInstrumentationAlphaVersion = "1.10.1-alpha"
2121
val micrometerVersion = "1.8.2"
2222

2323
// instrumentation version is used to compute Implementation-Version manifest attribute

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

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

0 commit comments

Comments
 (0)