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

Update module github.com/grpc-ecosystem/go-grpc-middleware to v2 #5614

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 -> v2.1.0 age adoption passing confidence

Release Notes

grpc-ecosystem/go-grpc-middleware (github.com/grpc-ecosystem/go-grpc-middleware)

v2.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.0.1...v2.1.0

v2.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.0.0...v2.0.1

v2.0.0

Compare Source

This is the first stable release of the new v2 release branch 🎉

Many of the interceptors have been rewritten from scratch and the project has been upgraded to use the Go Protobuf v2 API.

See the project README for details and migration guide. Thanks to all contributors who made this possible! 💪🏽

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/go-grpc-middleware@v1.4.0...v2.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

Signed-off-by: Mend Renovate <bot@renovateapp.com>
@renovate-bot renovate-bot requested a review from a team as a code owner June 13, 2024 01:37
@forking-renovate forking-renovate bot added the changelog:dependencies Update to dependencies label Jun 13, 2024
Copy link

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: mod upgrade --mod-name=github.com/grpc-ecosystem/go-grpc-middleware -t=2
go: downloading github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0
go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
go: downloading github.com/google/go-cmp v0.6.0
go: downloading go.opentelemetry.io/collector/pdata/testdata v0.102.1
go: downloading github.com/Shopify/toxiproxy/v2 v2.3.0
go: downloading github.com/fortytw2/leaktest v1.3.0
go: downloading github.com/onsi/ginkgo v1.16.5
go: downloading github.com/onsi/gomega v1.27.10
go: downloading github.com/frankban/quicktest v1.14.6
go: downloading github.com/jcmturner/goidentity/v6 v6.0.1
go: downloading golang.org/x/sync v0.7.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.102.0
go: downloading github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932
go: downloading github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
go: downloading github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
go: downloading golang.org/x/oauth2 v0.20.0
go: downloading github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2
go: downloading github.com/prashantv/gostub v1.1.0
go: downloading github.com/nxadm/tail v1.4.8
go: downloading github.com/jpillora/backoff v1.0.0
go: downloading github.com/OneOfOne/xxhash v1.2.2
go: downloading github.com/spaolacci/murmur3 v1.1.0
go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: downloading github.com/shoenig/test v0.6.4
go: downloading github.com/jmespath/go-jmespath/internal/testify v1.5.1
go: finding module for package github.com/grpc-ecosystem/go-grpc-middleware/v2/logging/zap
go: finding module for package github.com/grpc-ecosystem/go-grpc-middleware/v2/retry
go: github.com/jaegertracing/jaeger/cmd/agent/app/reporter/grpc imports
	github.com/grpc-ecosystem/go-grpc-middleware/v2/retry: module github.com/grpc-ecosystem/go-grpc-middleware/v2@latest found (v2.1.0), but does not contain package github.com/grpc-ecosystem/go-grpc-middleware/v2/retry
go: github.com/jaegertracing/jaeger/cmd/internal/flags imports
	github.com/grpc-ecosystem/go-grpc-middleware/v2/logging/zap: module github.com/grpc-ecosystem/go-grpc-middleware/v2@latest found (v2.1.0), but does not contain package github.com/grpc-ecosystem/go-grpc-middleware/v2/logging/zap
exit status 1

yurishkuro and others added 2 commits June 12, 2024 23:46
Signed-off-by: Yuri Shkuro <github@ysh.us>
Copy link

codecov bot commented Jun 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.20%. Comparing base (c9a04c8) to head (1c3b461).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5614      +/-   ##
==========================================
+ Coverage   96.19%   96.20%   +0.01%     
==========================================
  Files         327      327              
  Lines       16013    16014       +1     
==========================================
+ Hits        15403    15406       +3     
+ Misses        433      432       -1     
+ Partials      177      176       -1     
Flag Coverage Δ
badger_v1 8.05% <ø> (ø)
badger_v2 1.93% <ø> (ø)
cassandra-3.x-v1 16.45% <ø> (ø)
cassandra-3.x-v2 1.85% <ø> (ø)
cassandra-4.x-v1 16.45% <ø> (ø)
cassandra-4.x-v2 1.85% <ø> (ø)
elasticsearch-7.x-v1 18.89% <ø> (+0.01%) ⬆️
elasticsearch-8.x-v1 19.07% <ø> (ø)
elasticsearch-8.x-v2 19.09% <ø> (ø)
grpc_v1 9.48% <ø> (ø)
grpc_v2 7.53% <ø> (+0.01%) ⬆️
kafka 9.77% <ø> (ø)
opensearch-1.x-v1 18.93% <ø> (-0.02%) ⬇️
opensearch-2.x-v1 18.93% <ø> (ø)
opensearch-2.x-v2 18.94% <ø> (+0.01%) ⬆️
unittests 94.08% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yurishkuro yurishkuro merged commit dd4ccea into jaegertracing:main Jun 13, 2024
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:dependencies Update to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants