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

fix(deps): update dependency io.micrometer:micrometer-tracing to v1.1.6 #596

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.micrometer:micrometer-tracing 1.1.2 -> 1.1.6 age adoption passing confidence

Release Notes

micrometer-metrics/tracing (io.micrometer:micrometer-tracing)

v1.1.6: 1.1.6

🐞 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.11.5 #​394
  • Bump spring from 5.3.29 to 5.3.30 #​387
  • Upgrade to context-propagation 1.0.6 #​392
  • Upgrade Gradle to 8.4 #​388
  • Bump io.projectreactor:reactor-bom from 2022.0.8 to 2022.0.11 #​384
  • Bump com.github.tomakehurst:wiremock-jre8-standalone from 2.35.0 to 2.35.1 #​382
  • Bump testcontainers from 1.19.0 to 1.19.1 #​376
  • Bump actions/checkout from 4.0.0 to 4.1.0 #​365
  • Bump com.gradle.enterprise from 3.14.1 to 3.15 #​360

v1.1.5: 1.1.5

🐞 Bug Fixes

  • ObservationAwareSpanThreadLocalAccessor does not remove SpanAction #​328
  • Add ThreadLocalAccessor to propagate Baggage with Reactor #​319
  • Fix lost baggage if more than one #​317
  • micrometer-tracing-bridge-otel is not setting span name in extract() resulting Jaeger remote sampler perOperation to fail #​259

🔨 Dependency Upgrades

  • Use context-propagation 1.0.5 and micrometer 1.11.4 #​352
  • Match OTel semconv version to the SDK version #​340
  • Upgrade to Micrometer SNAPSHOT versions #​347
  • Upgrade to Testcontainers 1.19.0 #​346
  • Upgrade to Mockito 5.5.0 #​345
  • Upgrade to JUnit 5.10.0 #​344
  • Bump actions/checkout from 3.6.0 to 4.0.0 #​339
  • Bump actions/checkout from 3.5.3 to 3.6.0 #​338

📝 Tasks

  • Upgrade to foojay-resolver-convention 0.7.0 #​349
  • Upgrade Gradle to 8.3.0 #​348

❤️ Contributors

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

@​sofiaguyang

v1.1.4: 1.1.4

🐞 Bug Fixes

  • Use CurrentTraceContext for OTel's Tracer bridge #​310

🔨 Dependency Upgrades

  • Upgrade to context-propagation 1.0.5 and Micrometer 1.11.3 #​330
  • Upgrade to Spring Framework 5.3.29 #​327
  • Upgrade to JMH 1.37 #​326
  • Upgrade to Brave Propagation AWS 0.23.5 #​325
  • Upgrade to context-propagation 1.0.5-SNAPSHOT #​323
  • Upgrade to Foojay Resolver Convention 0.6.0 #​322
  • Upgrade to Spring GE Conventions to 0.0.14 #​321
  • Bump com.gradle.enterprise from 3.14 to 3.14.1 #​318
  • Bump com.gradle.enterprise from 3.13.4 to 3.14 #​315

📝 Tasks

  • Upgrade Gradle to 8.2.1 #​313
  • Go back to context-propagation and Micrometer snapshots #​307

v1.1.3: 1.1.3

⭐ New Features / Enhancements

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.11.2 #​306
  • Upgrade to context-propagation 1.0.4 and Micrometer 1.10.9 #​305
  • Upgrade to Log4J to 2.20.0 #​303
  • Upgrade to Mockito 5.4.0 #​302
  • Bump com.gradle.enterprise from 3.13.3 to 3.13.4 #​290
  • Upgrade to reactor 2022.0.8 #​287

📝 Tasks

  • Upgrade to Gradle Wrapper 8.2 #​300
  • Added tests for OTLA, ObservationRegistry and NoOpOR interop #​298

❤️ Contributors

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

@​izeye


Configuration

📅 Schedule: Branch creation - "after 10pm" in timezone Europe/Prague, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the type: dependency-upgrade Upgrade a dependency label Jul 19, 2023
@renovate renovate bot changed the title fix(deps): update dependency io.micrometer:micrometer-tracing to v1.1.3 fix(deps): update dependency io.micrometer:micrometer-tracing to v1.1.4 Aug 15, 2023
@renovate renovate bot force-pushed the renovate/managed.micrometer.tracing branch from 30d6c2c to 4d4e175 Compare August 15, 2023 01:36
@renovate renovate bot force-pushed the renovate/managed.micrometer.tracing branch from 4d4e175 to 973a68f Compare September 12, 2023 02:25
@renovate renovate bot changed the title fix(deps): update dependency io.micrometer:micrometer-tracing to v1.1.4 fix(deps): update dependency io.micrometer:micrometer-tracing to v1.1.5 Sep 12, 2023
@renovate renovate bot changed the title fix(deps): update dependency io.micrometer:micrometer-tracing to v1.1.5 fix(deps): update dependency io.micrometer:micrometer-tracing to v1.1.6 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/managed.micrometer.tracing branch from 973a68f to f1cc765 Compare October 10, 2023 10:15
@sonarcloud
Copy link

sonarcloud bot commented Oct 10, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sdelamo sdelamo merged commit ce6a341 into master Nov 1, 2023
8 checks passed
@sdelamo sdelamo deleted the renovate/managed.micrometer.tracing branch November 1, 2023 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade Upgrade a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant