Skip to content

Commit 11c183f

Browse files
authored
prepare for 1.14.0 release (#851)
1 parent e0bae54 commit 11c183f

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,21 @@ the [Splunk GDI specification](https://github.com/signalfx/gdi-specification/blo
77
and this repository adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## Unreleased
10+
- tbd
11+
12+
## v1.14.0 - 2022-07-22
13+
14+
### Bugfixes
15+
- Exclude transitive gson dependency (mitigates [CVE-2022-25647](https://nvd.nist.gov/vuln/detail/CVE-2022-25647)) (#829)
16+
17+
### Enhancements
18+
- Add `splunk.metrics.implementation` config property to allow switching metrics implementation (#836)
19+
- Several instrumentation additions, including C3P0 connection pool metrics, Kafka client metrics, JVM buffer pool metrics, and more!
20+
- See the upstream [1.16.0 release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.16.0) for additional details.
1021

1122
### General
1223

24+
- OpenTelemetry Java SDK and OpenTelemetry Instrumentation for Java dependencies have been updated to version 1.16.0.
1325
- Micrometer dependency has been updated to version 1.9.2.
1426

1527
## v1.13.1 - 2022-07-04

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ see [Migrate from the SignalFx Java Agent](https://docs.splunk.com/Observability
7575

7676
<!-- Comments, spacing, empty and new lines in the section below are intentional, please do not modify them! -->
7777
<!--DEV_DOCS_WARNING-->
78-
<!--DEV_DOCS_WARNING_START-->
79-
The following documentation refers to the in-development version of `splunk-otel-java`. Docs for the latest version ([v1.13.1](https://github.com/signalfx/splunk-otel-java/releases/latest)) can be found [here](https://github.com/signalfx/splunk-otel-java/blob/v1.13.1/README.md).
80-
81-
---
82-
<!--DEV_DOCS_WARNING_END-->
8378

8479
## Requirements
8580

@@ -162,7 +157,7 @@ To extend the instrumentation with the OpenTelemetry Instrumentation for Java,
162157
you have to use a compatible API version.
163158

164159
<!-- IMPORTANT: do not change comments or break those lines below -->
165-
The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->1.13.1<!--SPLUNK_VERSION--> is compatible
160+
The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->1.14.0<!--SPLUNK_VERSION--> is compatible
166161
with:
167162

168163
* OpenTelemetry API version <!--OTEL_VERSION-->1.15.0<!--OTEL_VERSION-->

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.13.1
43+
$ cf set-env SPLUNK_OTEL_JAVA_VERSION 1.14.0
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)