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 google.golang.org/grpc from 1.50.1 to 1.52.3 #1174

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2023

Bumps google.golang.org/grpc from 1.50.1 to 1.52.3.

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.52.3

Bug Fixes

  • Fix user-agent version

Release 1.52.2

Bug Fixes

  • xds: fix panic involving double close of channel in xDS transport (#5959)

Release 1.52.1

Bug Fixes

  • grpclb: rename grpclbstate package back to state (#5963)

Release 1.52.0

New Features

  • xdsclient: log node ID with verbosity INFO (#5860)
  • ringhash: impose cap on max_ring_size to reduce possibility of OOMs (#5801)

Behavior Changes

  • client: return an error from Dial if an empty target is passed and no custom dialer is present; the ClientConn would otherwise be unable to connect and perform RPCs (#5732)

Bug Fixes

  • transport (net/http server handler): respond to bad HTTP requests with status 400 (Bad Request) instead of 500 (Internal Server Error). (#5804)
  • transport: Fixed closing a closed channel panic in handlePing (#5854)
  • server: fix ChainUnaryInterceptor and ChainStreamInterceptor to allow retrying handlers (#5666)
  • transport: ensure value of :authority header matches server name used in TLS handshake when the latter is overridden by the name resolver (#5748)

Documentation

  • examples: add an example to illustrate the usage of stats handler (#5657)
  • examples: add new example to show updating metadata in interceptors (#5788)

Release 1.51.0

Behavior Changes

  • xds: NACK EDS resources with duplicate addresses in accordance with a recent spec change (#5715)
  • grpc: restrict status codes that can be generated by the control plane (gRFC A54) (#5653)

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

@dependabot dependabot bot added the dependencies Update to the dependencies label Jan 30, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 30, 2023

Dependabot tried to add @lazartravica, @Kourin1996 and @zivkovicmilos as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/0xPolygon/polygon-edge/pulls/1174/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the 0xPolygon/polygon-edge repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@codecov
Copy link

codecov bot commented Jan 30, 2023

Codecov Report

Merging #1174 (6692054) into develop (df32bb4) will increase coverage by 0.16%.
The diff coverage is n/a.

❗ Current head 6692054 differs from pull request most recent head 20baad1. Consider uploading reports for the commit 20baad1 to get more accurate results

@@             Coverage Diff             @@
##           develop    #1174      +/-   ##
===========================================
+ Coverage    54.04%   54.20%   +0.16%     
===========================================
  Files          132      132              
  Lines        17724    17596     -128     
===========================================
- Hits          9579     9538      -41     
+ Misses        7504     7424      -80     
+ Partials       641      634       -7     
Impacted Files Coverage Δ
consensus/ibft/signer/signer.go 92.89% <0.00%> (-1.32%) ⬇️
consensus/ibft/messages.go 0.00% <0.00%> (ø)
consensus/ibft/verifier.go 0.00% <0.00%> (ø)
consensus/ibft/ibft.go 1.57% <0.00%> (+0.10%) ⬆️
consensus/ibft/consensus_backend.go 5.36% <0.00%> (+0.12%) ⬆️
consensus/ibft/fork/storewrapper.go 85.39% <0.00%> (+2.82%) ⬆️
consensus/ibft/signer/extra.go 77.09% <0.00%> (+3.32%) ⬆️
consensus/ibft/signer/helper.go 100.00% <0.00%> (+3.75%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.50.1 to 1.52.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.50.1...v1.52.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-go_modules-develop-google.golang.org-grpc-1.52.3 branch from 6692054 to 20baad1 Compare February 3, 2023 16:17
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 13, 2023

Superseded by #1218.

@dependabot dependabot bot closed this Feb 13, 2023
@dependabot dependabot bot deleted the dependabot-go_modules-develop-google.golang.org-grpc-1.52.3 branch February 13, 2023 07:03
@github-actions github-actions bot locked and limited conversation to collaborators Feb 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Update to the dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants