Update version to 2.31.0-SNAPSHOT#19291
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates the project to the next development snapshot after cutting the 2.30.0 release, and refreshes related example/plugin and API-diff references.
Changes:
- Bump stable/alpha snapshot versions from 2.30.0 to 2.31.0 across Gradle/version files
- Update example builds to use 2.31.0-alpha-SNAPSHOT muzzle plugins and 2.31.0 agent snapshots
- Add 2.30.0 release entry to the changelog and update API-diff “current vs latest” headers to 2.31.0-SNAPSHOT
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| version.gradle.kts | Bumps stable/alpha snapshot versions; retains API diff baseline version |
| examples/extension/build.gradle.kts | Updates muzzle plugin + agent snapshot versions to 2.31.0-* |
| examples/distro/settings.gradle.kts | Updates muzzle plugin versions to 2.31.0-alpha-SNAPSHOT |
| examples/distro/buildSrc/src/main/kotlin/Versions.kt | Updates javaagent snapshot constants to 2.31.0-* |
| docs/apidiffs/current_vs_latest/opentelemetry-spring-boot-starter.txt | Updates API diff header to 2.31.0-SNAPSHOT |
| docs/apidiffs/current_vs_latest/opentelemetry-spring-boot-autoconfigure.txt | Updates API diff header to 2.31.0-SNAPSHOT |
| docs/apidiffs/current_vs_latest/opentelemetry-instrumentation-api.txt | Updates API diff header to 2.31.0-SNAPSHOT |
| docs/apidiffs/current_vs_latest/opentelemetry-instrumentation-annotations.txt | Updates API diff header to 2.31.0-SNAPSHOT |
| CHANGELOG.md | Adds 2.30.0 release notes entry dated 2026-07-21 |
| val stableVersion = "2.31.0-SNAPSHOT" | ||
| val alphaVersion = "2.31.0-alpha-SNAPSHOT" | ||
|
|
||
| val apidiffBaselineVersion = "2.29.0" |
| @@ -1,2 +1,2 @@ | |||
| Comparing source compatibility of opentelemetry-instrumentation-api-2.30.0-SNAPSHOT.jar against opentelemetry-instrumentation-api-2.29.0.jar | |||
| Comparing source compatibility of opentelemetry-instrumentation-api-2.31.0-SNAPSHOT.jar against opentelemetry-instrumentation-api-2.29.0.jar | |||
Pull request dashboard statusStatus last refreshed: 2026-07-21 17:45:20 UTC.
This automated status or its linked feedback items may be incorrect. If something looks wrong, report it with the result you expected. |
trask
approved these changes
Jul 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update version to
2.31.0-SNAPSHOT.