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

build(deps): bump github.com/uber/jaeger-client-go from 2.16.0+incompatible to 2.30.0+incompatible #212

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 9, 2024

Bumps github.com/uber/jaeger-client-go from 2.16.0+incompatible to 2.30.0+incompatible.

Release notes

Sourced from github.com/uber/jaeger-client-go's releases.

Release 2.30.0

  • Add deprecation notice -- Yuri Shkuro
  • Use public struct for tracer options to document initialization better (#605) -- Yuri Shkuro
  • Remove redundant newline in NewReporter init message (#603) -- wwade
  • [zipkin] Encode span IDs as full 16-hex strings #601 -- Nathan
  • [docs] Replace godoc.org with pkg.go.dev (#591) -- Aaron Jheng
  • Remove outdated reference to Zipkin model. -- Yuri Shkuro
  • Move thrift compilation to a script (#590) -- Aaron Jheng
  • Document JAEGER_TRACEID_128BIT env var -- Yuri Shkuro

Release 2.29.1

Release 2.29.0

Release 2.28.0

  • HTTPSamplingStrategyFetcher: Use http client with 10 second timeout (#578) -- Joe Elliott

Release 2.27.0

  • Don't override HTTP Reporter batch size to 1; default to 100, user can override (#571) -- R. Aidan Campbell

Release 2.26.0

  • Delete a baggage item when value is blank (#562) -- evan.kim
  • Trim baggage key when parsing (#566) -- sicong.huang
  • feat: extend configuration to support custom randomNumber func (#555) -- NemoO_o
  • Support JAEGER_TRACEID_128BIT env var (#547) -- Yuri Shkuro
  • Additional context protections (#544) -- Joe Elliott
  • Lock RemotelyControlledSampler.sampler on callbacks (#543) -- Dima
  • Upgrade build to Go 1.15 (#539) -- Yuri Shkuro
  • Upgrade to [email protected] to fix broken codahale/hdrhistogram dependency (#537) -- Yuri Shkuro
  • Prefix TraceID/SpanID.String() with zeroes (#533) -- Lukas Vogel
  • Upgrade to OpenTracing Go 1.2 (#525) -- Yuri Shkuro

Release 2.25.0

Breaking changes

  • [feat] Periodically re-resolve UDP server address, with opt-out (#520) -- Trevor Foster

    The re-resolving of UDP address is now enabled by default, to make the client more robust in Kubernetes deployments. The old resolve-once behavior can be restored by setting DisableAttemptReconnecting=true in the Configuration struct, or via JAEGER_REPORTER_ATTEMPT_RECONNECTING_DISABLED=true environment variable.

Bug fixes

  • Do not add invalid context to references (#521) -- Yuri Shkuro

Release 2.24.0

  • Mention FromEnv() in the README, docs, and examples (#518) -- Martin Lercher
  • Serialize access to RemotelyControlledSampler.sampler (#515) -- Dima
  • Override reporter config only when agent host/port is set in env (#513) -- ilylia
  • Converge on JAEGER_SAMPLING_ENDPOINT env variable (#511) -- Eundoo Song

... (truncated)

Changelog

Sourced from github.com/uber/jaeger-client-go's changelog.

Changes by Version

2.30.1 (unreleased)

  • Nothing yet.

2.30.0 (2021-12-07)

  • Add deprecation notice -- Yuri Shkuro
  • Use public struct for tracer options to document initialization better (#605) -- Yuri Shkuro
  • Remove redundant newline in NewReporter init message (#603) -- wwade
  • [zipkin] Encode span IDs as full 16-hex strings #601 -- Nathan
  • [docs] Replace godoc.org with pkg.go.dev (#591) -- Aaron Jheng
  • Remove outdated reference to Zipkin model. -- Yuri Shkuro
  • Move thrift compilation to a script (#590) -- Aaron Jheng
  • Document JAEGER_TRACEID_128BIT env var -- Yuri Shkuro

2.29.1 (2021-05-24)

2.29.0 (2021-05-20)

2.28.0 (2021-04-30)

  • HTTPSamplingStrategyFetcher: Use http client with 10 second timeout (#578) -- Joe Elliott

2.27.0 (2021-04-19)

  • Don't override HTTP Reporter batch size to 1; default to 100, user can override (#571) -- R. Aidan Campbell

2.26.0 (2021-04-16)

  • Delete a baggage item when value is blank (#562) -- evan.kim
  • Trim baggage key when parsing (#566) -- sicong.huang
  • feat: extend configuration to support custom randomNumber func (#555) -- NemoO_o
  • Support JAEGER_TRACEID_128BIT env var (#547) -- Yuri Shkuro
  • Additional context protections (#544) -- Joe Elliott
  • Lock RemotelyControlledSampler.sampler on callbacks (#543) -- Dima
  • Upgrade build to Go 1.15 (#539) -- Yuri Shkuro
  • Upgrade to [email protected] to fix broken codahale/hdrhistogram dependency (#537) -- Yuri Shkuro
  • Prefix TraceID/SpanID.String() with zeroes (#533) -- Lukas Vogel

... (truncated)

Commits

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)

Bumps [github.com/uber/jaeger-client-go](https://github.com/uber/jaeger-client-go) from 2.16.0+incompatible to 2.30.0+incompatible.
- [Release notes](https://github.com/uber/jaeger-client-go/releases)
- [Changelog](https://github.com/jaegertracing/jaeger-client-go/blob/master/CHANGELOG.md)
- [Commits](jaegertracing/jaeger-client-go@v2.16.0...v2.30.0)

---
updated-dependencies:
- dependency-name: github.com/uber/jaeger-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 9, 2024 23:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 9, 2024
Copy link

This PR is being marked as stale because it has been open for 30 days with no activity. To rectify, you may do any of the following:

  • Push additional commits to the associated branch.
  • Remove the stale label.
  • Add a comment indicating why it is not stale.

If no action is taken within 7 days, this PR will be closed.

@github-actions github-actions bot added the Stale label Mar 11, 2024
Copy link

This PR was closed because it has been stale for 7 days with no activity.

@github-actions github-actions bot closed this Mar 18, 2024
Copy link
Author

dependabot bot commented on behalf of github Mar 18, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. 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/go_modules/slack-vitess-r12.0.5/github.com/uber/jaeger-client-go-2.30.0incompatible branch March 18, 2024 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants