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.zipkin.gcp:brave-propagation-stackdriver to v2 #1054

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.zipkin.gcp:brave-propagation-stackdriver 1.1.1 -> 2.2.2 age adoption passing confidence

Release Notes

openzipkin/zipkin-gcp (io.zipkin.gcp:brave-propagation-stackdriver)

v2.2.2: Zipkin GCP 2.2.2

Compare Source

Zipkin GCP 2.2.2 updates to Zipkin 3.0.6 and fixes a docker openssl error

Full Changelog: https://github.com/openzipkin/zipkin-gcp/compare/2.2.1..2.2.2

v2.2.0: Zipkin GCP 2.2

Compare Source

Zipkin GCP 2.2 migrates to the simpler BytesMessageSender defined in zipkin-reporter 3.2. It also fixes numerous bad links in our documentation.

Full Changelog: https://github.com/openzipkin/zipkin-gcp/compare/2.1.1..2.2.0

v2.1.1: Zipkin GCP 2.1

Compare Source

Zipkin GCP 2.1 upgrades the server module to run on Zipkin 3, changing the floor Java version for server modules to JRE 17.

Full Changelog: https://github.com/openzipkin/zipkin-gcp/compare/2.0.0..2.1.1

v2.1.0

Compare Source

v2.0.0: Zipkin GCP 2.0

Compare Source

Zipkin GCP 2.0 is a major upgrade using Brave 6 and Zipkin Reporter 3.1. Notably, this version allows applications traced with Brave to have no zipkin dependency.

Here are the new artifacts supporting this change:

  • zipkin-encoder-stackdriver: StackdriverEncoder.V2 encoder from before
    • Moved to the package zipkin2.reporter.stackdriver.zipkin
    • The new package and artifact were required to remove zipkin core dependencies from zipkin-sender-stackdriver.
  • brave-encoder-stackdriver: new StackdriverV2Encoder which has no zipkin core dependency

Most won't use StackdriverEncoder.V2 anymore, as it is more efficient to use zipkin-reporter-brave directly like so:

spanHandler = AsyncZipkinSpanHandler.newBuilder(sender).build(new StackdriverV2Encoder(Tags.ERROR));

Thanks for your patience and enjoy the cleaner dependency tree!

Full Changelog: https://github.com/openzipkin/zipkin-gcp/compare/1.1.1..2.0.0


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 Feb 17, 2024
@renovate renovate bot force-pushed the renovate/major-brave.propagation.stackdriver branch from 5fa2cab to 0baeba0 Compare February 18, 2024 04:51
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@sdelamo sdelamo merged commit 1d73164 into master Mar 7, 2024
11 checks passed
@sdelamo sdelamo deleted the renovate/major-brave.propagation.stackdriver branch March 7, 2024 16:41
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