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

Bump github.com/uber/jaeger-client-go from 2.20.1+incompatible to 2.30.0+incompatible #26

Open
wants to merge 1 commit into
base: Add-mergify
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 10, 2022

Bumps github.com/uber/jaeger-client-go from 2.20.1+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 jaeger-lib@2.3.0 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 jaeger-lib@2.3.0 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 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.20.1+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.20.1...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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 10, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants