-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[release/1.7] vendor: google.golang.org/grpc v1.58.3 #9281
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
Conversation
|
Hi @milas. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
Looks like this needs a rebase; also probably should have a counterpart in |
eb80334 to
750c5a5
Compare
Upgrade google.golang.org/grpc to v1.58.3 in preparation for upgrading OTel, which has a dependency on the latest version. See also: containerd#9281. Signed-off-by: Milas Bowman <[email protected]>
750c5a5 to
f46c2f4
Compare
Upgrade gRPC in anticipation of upgrading OTel, which raises the lower limit. As gRPC upgrades have been known to cause issues, this is being done pre-emptively. Additionally, it ensures we avoid v1.58.2, which has a known CVE, but would otherwise be chosen by MVS from `go mod`. Signed-off-by: Milas Bowman <[email protected]>
f46c2f4 to
f36948c
Compare
|
All right, pending real CI jobs succeeding, this should be all set 🤞🏻 See #9297 for the equivalent PR to |
Upgrade google.golang.org/grpc to v1.58.3 in preparation for upgrading OTel, which has a dependency on the latest version. See also: containerd#9281. Signed-off-by: Milas Bowman <[email protected]>
|
#9297 is merged 🎉 so hopefully this is all set too |
|
/ok-to-test |
Upgrade google.golang.org/grpc to v1.58.3 in preparation for upgrading OTel, which has a dependency on the latest version. See also: containerd#9281. Signed-off-by: Milas Bowman <[email protected]> (cherry picked from commit 856d105) Signed-off-by: Austin Vazquez <[email protected]>
Upgrade google.golang.org/grpc to v1.58.3 in preparation for upgrading OTel, which has a dependency on the latest version. See also: containerd#9281. Signed-off-by: Milas Bowman <[email protected]> (cherry picked from commit 856d105) Signed-off-by: Austin Vazquez <[email protected]>
Upgrade google.golang.org/grpc to v1.58.3 in preparation for upgrading OTel, which has a dependency on the latest version. See also: containerd#9281. Signed-off-by: Milas Bowman <[email protected]> (cherry picked from commit 856d105) Signed-off-by: Austin Vazquez <[email protected]>
Upgrade google.golang.org/grpc to v1.58.3 in preparation for upgrading OTel, which has a dependency on the latest version. See also: containerd#9281. Signed-off-by: Milas Bowman <[email protected]> (cherry picked from commit 856d105) Signed-off-by: Austin Vazquez <[email protected]>
Upgrade google.golang.org/grpc to v1.58.3 in preparation for upgrading OTel, which has a dependency on the latest version. See also: containerd#9281. Signed-off-by: Milas Bowman <[email protected]> (cherry picked from commit 856d105) Signed-off-by: Austin Vazquez <[email protected]>
Upgrade google.golang.org/grpc to v1.58.3 in preparation for upgrading OTel, which has a dependency on the latest version. See also: containerd#9281. Signed-off-by: Milas Bowman <[email protected]>
Upgrade gRPC in anticipation of upgrading OTel, which raises the lower limit.
As gRPC upgrades have been known to cause issues, this is being done pre-emptively. Additionally, it ensures we avoid v1.58.2, which has a known CVE, but would otherwise be chosen by MVS from
go mod.See #9256.