Skip to content

Commit

Permalink
Merge pull request #37 from trask/otelbot/update-version-to-2.14.0-SN…
Browse files Browse the repository at this point in the history
…APSHOT

Update version to 2.14.0-SNAPSHOT
  • Loading branch information
trask authored Feb 11, 2025
2 parents 1684cbf + 8148e08 commit f32e49b
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 13 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## Version 2.13.0 (2025-02-10)

### Migration notes

- `io.opentelemetry.instrumentation.api.incubator.semconv.util.SpanNames` has been deprecated,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Comparing source compatibility of opentelemetry-instrumentation-annotations-2.13.0-SNAPSHOT.jar against opentelemetry-instrumentation-annotations-2.12.0.jar
Comparing source compatibility of opentelemetry-instrumentation-annotations-2.14.0-SNAPSHOT.jar against opentelemetry-instrumentation-annotations-2.12.0.jar
No changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Comparing source compatibility of opentelemetry-instrumentation-api-2.13.0-SNAPSHOT.jar against opentelemetry-instrumentation-api-2.12.0.jar
Comparing source compatibility of opentelemetry-instrumentation-api-2.14.0-SNAPSHOT.jar against opentelemetry-instrumentation-api-2.12.0.jar
+++ NEW CLASS: PUBLIC(+) FINAL(+) io.opentelemetry.instrumentation.api.semconv.util.SpanNames (not serializable)
+++ CLASS FILE FORMAT VERSION: 52.0 <- n.a.
+++ NEW SUPERCLASS: java.lang.Object
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2.13.0-SNAPSHOT.jar against opentelemetry-spring-boot-autoconfigure-2.12.0.jar
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2.14.0-SNAPSHOT.jar against opentelemetry-spring-boot-autoconfigure-2.12.0.jar
No changes.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Comparing source compatibility of opentelemetry-spring-boot-starter-2.13.0-SNAPSHOT.jar against opentelemetry-spring-boot-starter-2.12.0.jar
Comparing source compatibility of opentelemetry-spring-boot-starter-2.14.0-SNAPSHOT.jar against opentelemetry-spring-boot-starter-2.12.0.jar
No changes.
6 changes: 3 additions & 3 deletions examples/distro/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
dependencies {
classpath "com.diffplug.spotless:spotless-plugin-gradle:7.0.2"
classpath "com.gradleup.shadow:shadow-gradle-plugin:8.3.6"
classpath "io.opentelemetry.instrumentation:gradle-plugins:2.13.0-alpha-SNAPSHOT"
classpath "io.opentelemetry.instrumentation:gradle-plugins:2.14.0-alpha-SNAPSHOT"
}
}

Expand All @@ -30,8 +30,8 @@ subprojects {
opentelemetrySdk : "1.46.0",

// these lines are managed by .github/scripts/update-version.sh
opentelemetryJavaagent : "2.13.0-SNAPSHOT",
opentelemetryJavaagentAlpha: "2.13.0-alpha-SNAPSHOT",
opentelemetryJavaagent : "2.14.0-SNAPSHOT",
opentelemetryJavaagentAlpha: "2.14.0-alpha-SNAPSHOT",

autoservice : "1.1.1",
junit : "5.11.4"
Expand Down
8 changes: 4 additions & 4 deletions examples/extension/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ plugins {
id "com.gradleup.shadow" version "8.3.6"
id "com.diffplug.spotless" version "7.0.2"

id "io.opentelemetry.instrumentation.muzzle-generation" version "2.13.0-alpha-SNAPSHOT"
id "io.opentelemetry.instrumentation.muzzle-check" version "2.13.0-alpha-SNAPSHOT"
id "io.opentelemetry.instrumentation.muzzle-generation" version "2.14.0-alpha-SNAPSHOT"
id "io.opentelemetry.instrumentation.muzzle-check" version "2.14.0-alpha-SNAPSHOT"
}

group 'io.opentelemetry.example'
Expand All @@ -26,8 +26,8 @@ ext {
opentelemetrySdk : "1.46.0",

// these lines are managed by .github/scripts/update-version.sh
opentelemetryJavaagent : "2.13.0-SNAPSHOT",
opentelemetryJavaagentAlpha: "2.13.0-alpha-SNAPSHOT",
opentelemetryJavaagent : "2.14.0-SNAPSHOT",
opentelemetryJavaagentAlpha: "2.14.0-alpha-SNAPSHOT",

junit : "5.11.4"
]
Expand Down
4 changes: 2 additions & 2 deletions version.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val stableVersion = "2.13.0-SNAPSHOT"
val alphaVersion = "2.13.0-alpha-SNAPSHOT"
val stableVersion = "2.14.0-SNAPSHOT"
val alphaVersion = "2.14.0-alpha-SNAPSHOT"

allprojects {
if (findProperty("otel.stable") != "true") {
Expand Down

0 comments on commit f32e49b

Please sign in to comment.