-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
🌱 upgrade CLI tool dep k8s.io/apimachinery from v0.21.2 to v0.22.1 used by alpha config-gen #2339
🌱 upgrade CLI tool dep k8s.io/apimachinery from v0.21.2 to v0.22.1 used by alpha config-gen #2339
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86 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 |
dc6c1ad
to
14c7557
Compare
61936eb
to
db26bb8
Compare
/test pull-kubebuilder-test |
…y alpha config-gen
db26bb8
to
0822db1
Compare
@@ -12,7 +12,7 @@ require ( | |||
github.com/spf13/cobra v1.1.3 | |||
github.com/spf13/pflag v1.0.5 | |||
golang.org/x/tools v0.1.2 | |||
k8s.io/apimachinery v0.21.2 // for `kubebuilder alpha config-gen` | |||
k8s.io/apimachinery v0.22.1 // for `kubebuilder alpha config-gen` |
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.
@camilamacedo86 just curious, why aren't we also bumping controller-runtime to 0.10.0 and controller-tools to 0.6.2 (the latest versions?)
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.
I create this PR just to update the tool.
I did another PR to update the scaffolds. See: #2340
However, we first need the kubernetes-sigs/controller-tools#607 then, to do a release there and then we can update here. Note that my goal here was clarified when the dep is used and it can also be closed with #2340
Description
🌱 upgrade CLI tool dep k8s.io/apimachinery from v0.21.2 to v0.22.1 used by alpha config-gen