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

deps: bump zipkin-gcp.version from 1.1.1 to 2.0.0 #3230

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 2024

Bumps zipkin-gcp.version from 1.1.1 to 2.0.0.
Updates io.zipkin.gcp:zipkin-sender-stackdriver from 1.1.1 to 2.0.0

Release notes

Sourced from io.zipkin.gcp:zipkin-sender-stackdriver's releases.

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

Commits
  • 2e80921 [maven-release-plugin] prepare release 2.0.0
  • 0142330 Adds Brave Encoding support for v2 (#208)
  • 269a5f1 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.zipkin.gcp:brave-propagation-stackdriver from 1.1.1 to 2.0.0

Release notes

Sourced from io.zipkin.gcp:brave-propagation-stackdriver's releases.

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

Commits
  • 2e80921 [maven-release-plugin] prepare release 2.0.0
  • 0142330 Adds Brave Encoding support for v2 (#208)
  • 269a5f1 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `zipkin-gcp.version` from 1.1.1 to 2.0.0.

Updates `io.zipkin.gcp:zipkin-sender-stackdriver` from 1.1.1 to 2.0.0
- [Release notes](https://github.com/openzipkin/zipkin-gcp/releases)
- [Changelog](https://github.com/openzipkin/zipkin-gcp/blob/master/RELEASE.md)
- [Commits](openzipkin/zipkin-gcp@1.1.1...2.0.0)

Updates `io.zipkin.gcp:brave-propagation-stackdriver` from 1.1.1 to 2.0.0
- [Release notes](https://github.com/openzipkin/zipkin-gcp/releases)
- [Changelog](https://github.com/openzipkin/zipkin-gcp/blob/master/RELEASE.md)
- [Commits](openzipkin/zipkin-gcp@1.1.1...2.0.0)

---
updated-dependencies:
- dependency-name: io.zipkin.gcp:zipkin-sender-stackdriver
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: io.zipkin.gcp:brave-propagation-stackdriver
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants