-
Notifications
You must be signed in to change notification settings - Fork 1.4k
✨ Bump controller-tools v0.17.3, conversion-gen v0.33.0 #12129
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
/hold Wait controller-runtime latest release |
#12128 must be merged at first since the latest tool uses Go1.24 |
/area dependency |
Diff looks good |
LGTM label has been added. Git tree hash: 5a8161207fd4039236472b0695de6ac3e65de5b6
|
Go 1.24 PR merged now. Should unblock this PR |
@@ -27,7 +27,7 @@ require ( | |||
sigs.k8s.io/cluster-api v0.0.0-00010101000000-000000000000 | |||
sigs.k8s.io/cluster-api/test v0.0.0-00010101000000-000000000000 | |||
sigs.k8s.io/controller-runtime v0.20.4 | |||
sigs.k8s.io/controller-tools v0.17.0 | |||
sigs.k8s.io/controller-tools v0.17.3 |
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.
Let's keep this on 0.17.3 in this PR and not bump to 0.18 like I suggested
Bumping this to v0.18 would require CR v0.21, but just bumping the controller-gen binary is fine
I'll bump this to 0.18 as part of my CR PR
Signed-off-by: sivchari <shibuuuu5@gmail.com>
Signed-off-by: sivchari <shibuuuu5@gmail.com>
Thx! /lgtm |
LGTM label has been added. Git tree hash: 63ab0669acc6594c690118144eecbe86bb1dca3c
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer 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 |
/hold cancel |
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Part of #11642