-
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
✨ (go/v3) bump controller-runtime to v0.7.2 #2064
✨ (go/v3) bump controller-runtime to v0.7.2 #2064
Conversation
Signed-off-by: Eric Stroczynski <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: estroz 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 |
/retest |
@@ -36,7 +36,7 @@ import ( | |||
|
|||
const ( | |||
// ControllerRuntimeVersion is the kubernetes-sigs/controller-runtime version to be used in the project | |||
ControllerRuntimeVersion = "v0.7.0" | |||
ControllerRuntimeVersion = "v0.7.2" | |||
// ControllerToolsVersion is the kubernetes-sigs/controller-tools version to be used in the project | |||
ControllerToolsVersion = "v0.4.1" | |||
// KustomizeVersion is the kubernetes-sigs/kustomize version to be used in the project |
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.
We need also to update the docs ( migration guide ) in this case.
Could you please do that in a follow up.
/retest |
/lgtm |
controller-runtime v0.7.2 contains a few bugfixes beneficial to users, especially if using v1 webhook configs (kubernetes-sigs/controller-runtime#1329) or unstructured objects (kubernetes-sigs/controller-runtime#1351).
/area dependency