-
Notifications
You must be signed in to change notification settings - Fork 35
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 grpc to fix CVEs #1434
Update grpc to fix CVEs #1434
Conversation
🤖 Created branch: z_pr1434/dfarrell07/grpc_cve16 |
|
Oh it's in the coredns submodule, that must be why. Trying again. |
Update generated by `go get -u google.golang.org/grpc`/`go mod tidy`. Fixes GHSA-m425-mq94-257g and GHSA-qppj-fm5r-hxr3. Signed-off-by: Daniel Farrell <[email protected]>
f25855b
to
0e1502f
Compare
E2E (operator, globalnet, 1.25) failed, re-running. |
E2E (operator, globalnet, 1.25) failed again. |
It panics due to the shipyard issue. Need to bump shipyard version as well. |
It looks like it was failing yesterday too and we merged over it. #1433 |
Update geneated by ``` go get -u github.com/submariner-io/[email protected] go mod tidy ``` Signed-off-by: Daniel Farrell <[email protected]>
Added a Shipyard bump commit 🤞 |
🤖 Closed branches: [z_pr1434/dfarrell07/grpc_cve16] |
Update generated by
go get -u google.golang.org/grpc
/go mod tidy
.Fixes GHSA-m425-mq94-257g and GHSA-qppj-fm5r-hxr3.