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

go: bump github.com/uber/jaeger-client-go from 2.25.0+incompatible to 2.29.1+incompatible in /go #3966

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 25, 2021

Bumps github.com/uber/jaeger-client-go from 2.25.0+incompatible to 2.29.1+incompatible.

Release notes

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

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
Changelog

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

Changes by Version

2.29.2 (unreleased)

  • Nothing yet.

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
  • Upgrade to OpenTracing Go 1.2 (#525) -- Yuri Shkuro

2.25.0 (2020-07-13)

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.

... (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)

@codecov
Copy link

codecov bot commented May 25, 2021

Codecov Report

Merging #3966 (71f2dbe) into master (48333f8) will decrease coverage by 0.03%.
The diff coverage is n/a.

❗ Current head 71f2dbe differs from pull request most recent head 4661f58. Consider uploading reports for the commit 4661f58 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3966      +/-   ##
==========================================
- Coverage   67.23%   67.19%   -0.04%     
==========================================
  Files         410      410              
  Lines       41819    41819              
==========================================
- Hits        28115    28100      -15     
- Misses       9745     9764      +19     
+ Partials     3959     3955       -4     
Impacted Files Coverage Δ
go/worker/compute/executor/committee/batch.go 80.00% <0.00%> (-20.00%) ⬇️
go/consensus/tendermint/abci/state/state.go 54.54% <0.00%> (-9.10%) ⬇️
...consensus/tendermint/apps/roothash/transactions.go 62.85% <0.00%> (-6.67%) ⬇️
go/common/sgx/aesm/aesm.go 62.61% <0.00%> (-6.55%) ⬇️
go/worker/compute/executor/committee/node.go 69.23% <0.00%> (-1.76%) ⬇️
go/runtime/host/sandbox/sandbox.go 80.07% <0.00%> (-1.57%) ⬇️
go/consensus/tendermint/abci/state.go 70.94% <0.00%> (-1.36%) ⬇️
go/worker/beacon/worker.go 47.47% <0.00%> (-1.13%) ⬇️
go/runtime/host/protocol/connection.go 63.00% <0.00%> (-0.82%) ⬇️
go/worker/registration/worker.go 69.78% <0.00%> (-0.39%) ⬇️
... and 18 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f0372ae...4661f58. Read the comment docs.

@ptrus ptrus force-pushed the dependabot/go_modules/go/github.com/uber/jaeger-client-go-2.29.1incompatible branch from 71f2dbe to 3963fa7 Compare May 26, 2021 13:36
@ptrus ptrus force-pushed the dependabot/go_modules/go/github.com/uber/jaeger-client-go-2.29.1incompatible branch from 3963fa7 to ceea8de Compare May 26, 2021 14:08
Bumps [github.com/uber/jaeger-client-go](
https://github.com/uber/jaeger-client-go) from 2.25.0+incompatible to
2.29.1+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.25.0...v2.29.1)

Signed-off-by: dependabot[bot] <support@github.com>
@ptrus ptrus force-pushed the dependabot/go_modules/go/github.com/uber/jaeger-client-go-2.29.1incompatible branch from ceea8de to 4661f58 Compare May 26, 2021 14:11
@ptrus ptrus enabled auto-merge May 26, 2021 14:15
@ptrus ptrus merged commit 4536b02 into master May 26, 2021
@ptrus ptrus deleted the dependabot/go_modules/go/github.com/uber/jaeger-client-go-2.29.1incompatible branch May 26, 2021 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:deps Category: external dependencies golang
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant