From 40d2bcf80c82bf9330cad9a4519917ca664ecc9e Mon Sep 17 00:00:00 2001 From: jason plumb <75337021+breedx-splk@users.noreply.github.com> Date: Tue, 2 May 2023 13:37:17 -0700 Subject: [PATCH] release v1.23.1 (#1246) --- README.md | 8 ++++---- deployments/cloudfoundry/buildpack/README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 79e95294b..b293dfcb5 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@
- - + + @@ -157,11 +157,11 @@ 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.23.0 is compatible +The Splunk Distribution of OpenTelemetry Java version 1.23.1 is compatible with: * OpenTelemetry API version 1.25.0 -* OpenTelemetry Instrumentation for Java version 1.25.0 +* OpenTelemetry Instrumentation for Java version 1.25.1 * Micrometer version 1.10.4 ## Snapshot builds diff --git a/deployments/cloudfoundry/buildpack/README.md b/deployments/cloudfoundry/buildpack/README.md index 949dfa9d7..dcdbd37db 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.23.0 +$ cf set-env SPLUNK_OTEL_JAVA_VERSION 1.23.1 ``` By default, the [latest](https://github.com/signalfx/splunk-otel-java/releases/latest) available agent version is used.