csi-test
csi-test copied to clipboard
Bump google.golang.org/grpc from 1.49.0 to 1.50.1
Bumps google.golang.org/grpc from 1.49.0 to 1.50.1.
Release notes
Sourced from google.golang.org/grpc's releases.
Release 1.50.1
New Features
- gcp/observability: support new configuration defined in public preview user guide
Release 1.50.0
Behavior Changes
- client: use proper "@" semantics for connecting to abstract unix sockets. (#5678)
- This is technically a bug fix; the result is that the address was including a trailing NULL byte, which it should not have. This may break users creating the socket in Go by prefixing a NULL instead of an "@", though, so calling it out as a behavior change.
- Special Thanks:
@jachorNew Features
- metadata: add experimental
ValueFromIncomingContextto more efficiently retrieve a single value (#5596)
- Special Thanks:
@horpto- stats: provide peer information in
HandleConncontext (#5589)
- Special Thanks:
@feihu-stripe- xds: add support for Outlier Detection, enabled by default (#5435, #5673)
Bug Fixes
- client: fix deadlock in transport caused by GOAWAY racing with stream creation (#5652)
- This should only occur with an HTTP/2 server that does not follow best practices of an advisory GOAWAY (not a grpc-go server).
- xds/xdsclient: fix a bug which was causing routes with
cluster_specifier_pluginset to be NACKed when GRPC_EXPERIMENTAL_XDS_RLS_LB was off (#5670)- xds/xdsclient: NACK cluster resource if
config_source_specifierinlrs_serveris notself(#5613)- xds/ringhash: fix a bug which sometimes prevents the LB policy from retrying connection attempts (#5601)
- xds/ringhash: do nothing when asked to exit
IDLEinstead of falling back on the default channel behavior of connecting to all addresses (#5614)- xds/rls: fix a bug which was causing the channel to be stuck in
IDLE(#5656)- alts: fix a bug which was setting
WaitForReadyon handshaker service RPCs, thereby delaying fallback when required (#5620)- gcp/observability: fix End() to cleanup global state correctly (#5623)
Commits
4c776ecCherry-pick observability changes from master to v1.50.x and update version t...6576007Change version to 1.50.1-dev (#5686)c1d7d7aChange version to 1.50.0 (#5685)1451c62internal/transport: optimize grpc-message encoding/decoding (#5654)be4b63btest: minor test cleanup (#5679)d83070eChanged Outlier Detection Env Var to default true (#5673)54521b2client: remove trailing null from unix abstract socket address (#5678)36e4810orca: cleanup old code, and get grpc package to use new code (#5627)e8866a8build: harden GitHub Workflow permissions (#5660)8458251xdsclient: ignore routes with cluster_specifier_plugin when GRPC_EXPERIMENTAL...- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Hi @dependabot[bot]. Thanks for your PR.
I'm waiting for a kubernetes-csi member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
/lgtm /approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: dependabot[bot], pohly
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~OWNERS~~ [pohly]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment