-
Notifications
You must be signed in to change notification settings - Fork 100
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
go get -t -u ./... && go mod tidy #994
Conversation
bdunne
commented
Sep 26, 2023
- Upgrade to sigs.k8s.io/[email protected]
- Upgrade to sigs.k8s.io/[email protected]
Checked commit bdunne@03be4ff with ruby 2.6.10, rubocop 1.28.2, haml-lint 0.35.0, and yamllint |
"sigs.k8s.io/controller-runtime/pkg/healthz" | ||
logf "sigs.k8s.io/controller-runtime/pkg/log" | ||
"sigs.k8s.io/controller-runtime/pkg/log/zap" | ||
ctrlmetrics "sigs.k8s.io/controller-runtime/pkg/metrics/server" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not that it really matter, but I would expect this to be next to the other new one sort of alphabetically?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, me too. Unfortunately the tooling keeps moving it down there 🤦🏻♂️
|
||
replace github.com/gogo/protobuf v1.3.1 => github.com/gogo/protobuf v1.3.2 // Fix CVE-2021-3121 | ||
|
||
replace k8s.io/client-go v0.27.4 => k8s.io/client-go v0.28.0-rc.0 // https://github.com/kubernetes/client-go/issues/1265 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NICE! 😄
Backported to
|
go get -t -u ./... && go mod tidy (cherry picked from commit 8be17ba)