-
Notifications
You must be signed in to change notification settings - Fork 12
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
WIP update deps #336
base: main
Are you sure you want to change the base?
WIP update deps #336
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #336 +/- ##
==========================================
- Coverage 74.01% 73.94% -0.08%
==========================================
Files 46 46
Lines 4257 4257
==========================================
- Hits 3151 3148 -3
- Misses 973 975 +2
- Partials 133 134 +1 ☔ View full report in Codecov by Sentry. |
I don't see any dependencies. Should we turn on Dependabot for these? |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: davidhadas The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Yep, it was WIP, now complete. |
Upgrade K8s packages, hopefully will fix security-guard failures on automated updates - https://github.com/knative-extensions/knobots/actions/runs/13052957934 as suggested by @dprotaso
This PR includes:
go get -u k8s.io/gengo
go get -u k8s.io/gengo/v2
go get -u k8s.io/code-generator
go get -u k8s.io/api
go get -u k8s.io/client-go
and then:
./hack/update-codegen.sh