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.micrometer:micrometer-tracing-bom from 1.1.6 to 1.2.0 #13393

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps io.micrometer:micrometer-tracing-bom from 1.1.6 to 1.2.0.

Release notes

Sourced from io.micrometer:micrometer-tracing-bom's releases.

1.2.0

⭐ New Features

  • Make SpanTagAnnotationHandler optional #374
  • Move to io.opentelemetry.semconv:opentelemetry-semconv #343
  • Deprecate for removal HTTP instrumentation abstractions #370
  • Allow setting timestamp of an event on a span #334
  • Add getDuration method to FinishedSpan #265

🔨 Dependency Upgrades

  • Bump org.junit:junit-bom from 5.10.0 to 5.10.1 #424
  • Bump mockito from 5.6.0 to 5.7.0 #422
  • Bump com.wavefront:wavefront-sdk-java from 3.4.2 to 3.4.3 #419
  • Bump org.apache.logging.log4j:log4j-core from 2.20.0 to 2.21.1 #418
  • Bump context-propagation to 1.1.0 and micrometer to 1.12.0 #408
  • Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv from 1.30.0-alpha to 1.31.0-alpha #405
  • Bump com.wavefront:wavefront-sdk-java from 3.4.1 to 3.4.2 #404
  • Bump io.projectreactor:reactor-bom from 2022.0.11 to 2022.0.12 #400

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​quaff

1.2.0-RC1

⭐ New Features

  • Make SpanTagAnnotationHandler optional #374
  • Move to io.opentelemetry.semconv:opentelemetry-semconv #343
  • Deprecate for removal HTTP instrumentation abstractions #370

🐞 Bug Fixes

  • ThreadLocals not cleared with Hooks.enableAutomaticContextPropagation(), same TraceId for every request #363
  • Fixes bug in ObservationAwareSpanThreadLocalAccessor #356
  • Apply wider exclusion for zipkin-reporter #362

🔨 Dependency Upgrades

  • Upgrade to micrometer 1.12.0-RC1 #396
  • Upgrade to context-propagation 1.1.0-RC1 #395
  • Bump io.opentelemetry:opentelemetry-bom-alpha from 1.30.1-alpha to 1.31.0-alpha #391
  • Bump mockito from 5.5.0 to 5.6.0 #390
  • Bump io.opentelemetry:opentelemetry-bom from 1.30.1 to 1.31.0 #389
  • Bump org.aspectj:aspectjweaver from 1.8.14 to 1.9.20.1 #368
  • Bump ch.qos.logback:logback-classic from 1.2.12 to 1.4.11 #367
  • Bump spring from 5.3.29 to 5.3.30 #366

... (truncated)

Commits
  • 4b757a6 Merge branch '1.1.x'
  • ede72f7 Merge branch '1.0.x' into 1.1.x
  • fcab350 Bump context-propagation to 1.0.6 and micrometer to 1.10.13
  • 2b30839 Bump mockito from 5.6.0 to 5.7.0 (#422)
  • 58fef37 Merge branch '1.1.x'
  • ec1db96 Merge branch '1.0.x' into 1.1.x
  • 464e08b Bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#423)
  • 5bc679b Update Revved up by Develocity badge
  • 2a7cd2b Bump com.wavefront:wavefront-sdk-java from 3.4.2 to 3.4.3 (#419)
  • 5b4e613 Check if a tag or branch is checked out by Antora
  • 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)

@dependabot dependabot bot added the type/dependencies Pull requests that update a dependency file label Nov 20, 2023
@AlbumenJ
Copy link
Member

@conghuhu PTAL

Bumps [io.micrometer:micrometer-tracing-bom](https://github.com/micrometer-metrics/tracing) from 1.1.6 to 1.2.0.
- [Release notes](https://github.com/micrometer-metrics/tracing/releases)
- [Commits](micrometer-metrics/tracing@v1.1.6...v1.2.0)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-tracing-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/io.micrometer-micrometer-tracing-bom-1.2.0 branch from 2cd483c to 304f44b Compare November 21, 2023 02:23
@conghuhu
Copy link
Contributor

It seems that this caused it:micrometer-metrics/tracing#343

I will fix it

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2023

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.micrometer-micrometer-tracing-bom-1.2.0 branch November 25, 2023 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants