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:zipkin-sender-stackdriver to v2 #1055

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 18, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

openzipkin/zipkin-gcp (io.zipkin.gcp:zipkin-sender-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 18, 2024
Copy link
Contributor Author

renovate bot commented Apr 7, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@sdelamo sdelamo closed this Apr 12, 2024
Copy link
Contributor Author

renovate bot commented Apr 12, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/major-zipkin.sender.stackdriver branch April 12, 2024 11:04
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