diff --git a/CHANGELOG.md b/CHANGELOG.md index cafc7cf84..a6a316b7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ and this repository adheres to [Semantic Versioning](https://semver.org/spec/v2. ## Unreleased +## v1.8.0 - 2022-02-15 + +### General + +- OpenTelemetry Java SDK and OpenTelemetry Instrumentation for Java dependencies have been updated to version 1.11.0. + +### Deprecations + +- DEPRECATE `splunk-otel-javaagent-all.jar` use `splunk-otel-javaagent.jar` instead. + ## v1.7.3 - 2022-02-02 ### Bugfixes diff --git a/README.md b/README.md index 8b051d173..98d8f42b5 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@

Stable - - OpenTelemetry Instrumentation for Java Version + + OpenTelemetry Instrumentation for Java Version Splunk GDI specification @@ -78,11 +78,6 @@ see [Migrate from the SignalFx Java Agent](https://docs.splunk.com/Observability - -The following documentation refers to the in-development version of `splunk-otel-java`. Docs for the latest version ([v1.7.0](https://github.com/signalfx/splunk-otel-java/releases/latest)) can be found [here](https://github.com/signalfx/splunk-otel-java/blob/v1.7.0/README.md). - ---- - ## Requirements @@ -164,12 +159,12 @@ To extend the instrumentation with the OpenTelemetry Instrumentation for Java, you have to use a compatible API version. -The Splunk Distribution of OpenTelemetry Java version 1.7.3 is compatible +The Splunk Distribution of OpenTelemetry Java version 1.8.0 is compatible with: -* OpenTelemetry API version 1.10.1 -* OpenTelemetry Instrumentation for Java version 1.10.1 -* Micrometer version 1.8.0 +* OpenTelemetry API version 1.11.0 +* OpenTelemetry Instrumentation for Java version 1.11.0 +* Micrometer version 1.8.2 ## Snapshot builds diff --git a/deployments/cloudfoundry/buildpack/README.md b/deployments/cloudfoundry/buildpack/README.md index 1cfbdcf7b..170014052 100644 --- a/deployments/cloudfoundry/buildpack/README.md +++ b/deployments/cloudfoundry/buildpack/README.md @@ -40,7 +40,7 @@ If you want to use a specific version of the Java agent in your application, you environment variable before application deployment, either using `cf set-env` or the `manifest.yml` file: ```sh -$ cf set-env SPLUNK_OTEL_JAVA_VERSION 1.7.3 +$ cf set-env SPLUNK_OTEL_JAVA_VERSION 1.8.0 ``` By default, the [latest](https://github.com/signalfx/splunk-otel-java/releases/latest) available agent version is used.