From c1924fc2e6916de5d20addacacdbd6273e606811 Mon Sep 17 00:00:00 2001 From: jason plumb <75337021+breedx-splk@users.noreply.github.com> Date: Tue, 27 Feb 2024 14:33:52 -0800 Subject: [PATCH] prepare 1.30.3 release (#1680) --- CHANGELOG.md | 2 ++ README.md | 2 +- deployments/cloudfoundry/buildpack/README.md | 2 +- version.gradle.kts | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ba31abf2..fa1991068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this repository adheres to [Semantic Versioning](https://semver.org/spec/v2. ## Unreleased +## v1.30.3 - 2024-02-27 + - Remove dependency on python for CloudFoundry `supply` script ## v1.30.2 - 2024-02-15 diff --git a/README.md b/README.md index 4349814a4..a536d5e26 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ 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.30.2 is compatible +The Splunk Distribution of OpenTelemetry Java version 1.30.3 is compatible with: * OpenTelemetry API version 1.34.1 diff --git a/deployments/cloudfoundry/buildpack/README.md b/deployments/cloudfoundry/buildpack/README.md index 376d841ba..5aef31c24 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.30.2 +$ cf set-env SPLUNK_OTEL_JAVA_VERSION 1.30.3 ``` By default, the [latest](https://github.com/signalfx/splunk-otel-java/releases/latest) available agent version is used. diff --git a/version.gradle.kts b/version.gradle.kts index d6d61186e..7079e3a59 100644 --- a/version.gradle.kts +++ b/version.gradle.kts @@ -1,5 +1,5 @@ // do NOT update that variable manually - it is managed by the pre/post release scripts -val distroVersion = "1.30.2" +val distroVersion = "1.30.3" allprojects { version = distroVersion