[release/v2.15.x] Prepare release 2.15.0 (#13692)

Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
This commit is contained in:
otelbot[bot] 2025-04-10 20:54:22 +00:00 committed by GitHub
parent dba6948630
commit fc64eba6ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 15 additions and 15 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## Unreleased
## Version 2.15.0 (2025-04-10)
### 📈 Enhancements

View File

@ -33,7 +33,7 @@ If you are looking for documentation on using those.
## Getting Started
Download
the [latest version](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/latest/download/opentelemetry-javaagent.jar).
the [latest version](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v2.15.0/opentelemetry-javaagent.jar).
This package includes the instrumentation agent as well as
instrumentations for all supported libraries and all available data exporters.

View File

@ -1,2 +1,2 @@
Comparing source compatibility of opentelemetry-instrumentation-annotations-2.15.0-SNAPSHOT.jar against opentelemetry-instrumentation-annotations-2.14.0.jar
Comparing source compatibility of opentelemetry-instrumentation-annotations-2.15.0.jar against opentelemetry-instrumentation-annotations-2.14.0.jar
No changes.

View File

@ -1,2 +1,2 @@
Comparing source compatibility of opentelemetry-instrumentation-api-2.15.0-SNAPSHOT.jar against opentelemetry-instrumentation-api-2.14.0.jar
Comparing source compatibility of opentelemetry-instrumentation-api-2.15.0.jar against opentelemetry-instrumentation-api-2.14.0.jar
No changes.

View File

@ -1,2 +1,2 @@
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2.15.0-SNAPSHOT.jar against opentelemetry-spring-boot-autoconfigure-2.14.0.jar
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2.15.0.jar against opentelemetry-spring-boot-autoconfigure-2.14.0.jar
No changes.

View File

@ -1,2 +1,2 @@
Comparing source compatibility of opentelemetry-spring-boot-starter-2.15.0-SNAPSHOT.jar against opentelemetry-spring-boot-starter-2.14.0.jar
Comparing source compatibility of opentelemetry-spring-boot-starter-2.15.0.jar against opentelemetry-spring-boot-starter-2.14.0.jar
No changes.

View File

@ -14,7 +14,7 @@ buildscript {
dependencies {
classpath "com.diffplug.spotless:spotless-plugin-gradle:7.0.3"
classpath "com.gradleup.shadow:shadow-gradle-plugin:8.3.6"
classpath "io.opentelemetry.instrumentation:gradle-plugins:2.15.0-alpha-SNAPSHOT"
classpath "io.opentelemetry.instrumentation:gradle-plugins:2.15.0-alpha"
}
}
@ -30,8 +30,8 @@ subprojects {
opentelemetrySdk : "1.49.0",
// these lines are managed by .github/scripts/update-version.sh
opentelemetryJavaagent : "2.15.0-SNAPSHOT",
opentelemetryJavaagentAlpha: "2.15.0-alpha-SNAPSHOT",
opentelemetryJavaagent : "2.15.0",
opentelemetryJavaagentAlpha: "2.15.0-alpha",
autoservice : "1.1.1"
]

View File

@ -13,8 +13,8 @@ plugins {
id "com.gradleup.shadow" version "8.3.6"
id "com.diffplug.spotless" version "7.0.3"
id "io.opentelemetry.instrumentation.muzzle-generation" version "2.15.0-alpha-SNAPSHOT"
id "io.opentelemetry.instrumentation.muzzle-check" version "2.15.0-alpha-SNAPSHOT"
id "io.opentelemetry.instrumentation.muzzle-generation" version "2.15.0-alpha"
id "io.opentelemetry.instrumentation.muzzle-check" version "2.15.0-alpha"
}
group 'io.opentelemetry.example'
@ -26,8 +26,8 @@ ext {
opentelemetrySdk : "1.49.0",
// these lines are managed by .github/scripts/update-version.sh
opentelemetryJavaagent : "2.15.0-SNAPSHOT",
opentelemetryJavaagentAlpha: "2.15.0-alpha-SNAPSHOT"
opentelemetryJavaagent : "2.15.0",
opentelemetryJavaagentAlpha: "2.15.0-alpha"
]
deps = [

View File

@ -1,5 +1,5 @@
val stableVersion = "2.15.0-SNAPSHOT"
val alphaVersion = "2.15.0-alpha-SNAPSHOT"
val stableVersion = "2.15.0"
val alphaVersion = "2.15.0-alpha"
allprojects {
if (findProperty("otel.stable") != "true") {