Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-api from 1.20.2 to 2.13.3 #1817

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps io.opentelemetry.instrumentation:opentelemetry-instrumentation-api from 1.20.2 to 2.13.3.

Release notes

Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-api's releases.

Version 2.13.3

This is a patch release on the previous 2.13.2 release, fixing the issue(s) below.

🛠️ Bug fixes

  • Backport: Fix failure to start when AWS Resource Provider is enabled (#13420)

Version 2.13.2

This is a patch release on the previous 2.13.1 release, fixing the issue(s) below.

🛠️ Bug fixes

  • Backport: Fix Spring boot starter dependency resolution failure with Gradle and Java 11 (#13402)

Version 2.13.1

This is a patch release on the previous 2.13.0 release, fixing the issue(s) below.

🛠️ Bug fixes

  • Backport: Fix double instrumentation of Java runtime metrics (#13339)

Version 2.13.0

This release targets the OpenTelemetry SDK 1.47.0.

Note that many artifacts have the -alpha suffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.

Migration notes

  • io.opentelemetry.instrumentation.api.incubator.semconv.util.SpanNames has been deprecated, replaced by the stable io.opentelemetry.instrumentation.api.semconv.util.SpanNames
  • In preparation for stabilizing HTTP library instrumentation, the classes and methods that were deprecated in the prior two releases have now been removed (#13135, #13150)
  • Deprecated Dubbo instrumentation method was removed (#13076)

🌟 New javaagent instrumentation

  • jdk.httpserver instrumentation (#13243)

🌟 New library instrumentation

  • jdk.httpserver instrumentation (#13243)

📈 Enhancements

  • Add database client metrics to Lettuce instrumentation (#13032)
  • Stabilize io.opentelemetry.instrumentation.api.semconv.util.SpanNames (#12487)
  • Implement ExtendedTextMapGetter in http server instrumentations (#13053)
  • Implement ExtendedTextMapGetter in kafka-clients instrumentation (#13068)
  • Scrub system property secrets from process resource attribute values (#13225)
  • Add database client metrics to AWS SDK 2.x DynamoDB instrumentation (#13283)
  • Add runtime metrics to Spring boot starter (#13173)

... (truncated)

Changelog

Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-api's changelog.

Version 2.13.3 (2025-02-28)

🛠️ Bug fixes

  • Backport: Fix failure to start when AWS Resource Provider is enabled (#13420)

Version 2.13.2 (2025-02-27)

🛠️ Bug fixes

  • Backport: Fix Spring boot starter dependency resolution failure with Gradle and Java 11 (#13402)

Version 2.13.1 (2025-02-18)

🛠️ Bug fixes

  • Backport: Fix double instrumentation of Java runtime metrics (#13339)

Version 2.13.0 (2025-02-17)

Migration notes

  • io.opentelemetry.instrumentation.api.incubator.semconv.util.SpanNames has been deprecated, replaced by the stable io.opentelemetry.instrumentation.api.semconv.util.SpanNames
  • In preparation for stabilizing HTTP library instrumentation, the classes and methods that were deprecated in the prior two releases have now been removed (#13135, #13150)
  • Deprecated Dubbo instrumentation method was removed (#13076)

🌟 New javaagent instrumentation

  • jdk.httpserver instrumentation (#13243)

🌟 New library instrumentation

  • jdk.httpserver instrumentation (#13243)

📈 Enhancements

  • Add database client metrics to Lettuce instrumentation (#13032)
  • Stabilize io.opentelemetry.instrumentation.api.semconv.util.SpanNames (#12487)

... (truncated)

Commits
  • 4026383 [release/v2.13.x] Prepare release 2.13.3 (#13425)
  • 8caa208 Update changelog for upcoming 2.13.3 release (#13424)
  • 981df2b [release/v2.13.x] fix(deps): update opentelemetry-java-contrib monorepo to v1...
  • 9486838 [release/v2.13.x] Fix testLatestDeps (#13422)
  • 240306c [release/v2.13.x] Prepare release 2.13.2 (#13404)
  • 47443c6 Update change log for upcoming 2.13.2 patch release (#13403)
  • 4ae96cf [release/v2.13.x] Compile opentelemetry-runtime-telemetry-java17 in Java 8 (#...
  • a57cfb0 [release/v2.13.x] Prepare release 2.13.1 (#13346)
  • 2a3095b [release/v2.13.x] Backport: Fix another release workflow step (#13324) (#13344)
  • 7842569 [release/v2.13.x] Update change log for upcoming patch release (#13342)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [io.opentelemetry.instrumentation:opentelemetry-instrumentation-api](https://github.com/open-telemetry/opentelemetry-java-instrumentation) from 1.20.2 to 2.13.3.
- [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java-instrumentation@v1.20.2...v2.13.3)

---
updated-dependencies:
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-api
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 3, 2025
@rzo1 rzo1 closed this Mar 3, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 3, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/io.opentelemetry.instrumentation-opentelemetry-instrumentation-api-2.13.3 branch March 3, 2025 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant