[release-1.21] Update grpc-go to 1.79.3#9010
[release-1.21] Update grpc-go to 1.79.3#9010knative-prow[bot] merged 3 commits intoknative:release-1.21from
Conversation
|
Welcome @kwassell-ibm! It looks like this is your first PR to knative/eventing 🎉 |
|
Hi @kwassell-ibm. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. 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-sigs/prow repository. |
|
/ok-to-test |
There was a problem hiding this comment.
Any reason why this file changed?
There was a problem hiding this comment.
It was automatically updated by
$ ./hack/update-deps.sh
Updating Cert Manager to version v1.16.3
Updating Trust Manager to version v0.12.0
"jetstack" has been added to your repositories
=== Update Deps for Golang module: knative.dev/eventing
--- Go mod tidy
...
I have no strong attachment to the change, happy to remove it if you don't want it going in.
There was a problem hiding this comment.
I think it's fine cc @creydr on why it's not deterministic
There was a problem hiding this comment.
For future reference, I had to remove this change to get the unit tests to pass. Before I did, they kept failing with message "Please run hack/update-codegen.sh". Running locally continues to give me the file in the format the unit tests don't like.
|
Needs changes from #9012 to go in first |
|
/retest |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-1.21 #9010 +/- ##
=============================================
Coverage 51.12% 51.12%
=============================================
Files 409 409
Lines 21368 21368
=============================================
Hits 10925 10925
Misses 9592 9592
Partials 851 851 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
fc36dee to
d5a5155
Compare
|
/override "codecov/project" |
|
@dprotaso: /override requires failed status contexts, check run or a prowjob name to operate on.
Only the following failed contexts/checkruns were expected:
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context. DetailsIn response to this:
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-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso, kwassell-ibm The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Updates google.golang.org/grpc to 1.79.3 to resolve GHSA-p77j-4mvh-x3m3.
Includes updates from running
./hack/update-deps.shafter making the change.Proposed Changes
Pre-review Checklist
Release Note
Docs