-
Notifications
You must be signed in to change notification settings - Fork 84
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
⚠️ Bump controller-runtime to 0.16.1 #352
⚠️ Bump controller-runtime to 0.16.1 #352
Conversation
justinsb
commented
Sep 11, 2023
- Update controller-runtime to 0.16.1
- Update code for controller-runtime 0.16.0
- Deprecate client-side validation in the direct applier
We create a simple helper script, and call it from the github action.
Minor changes
The kube 1.28 libraries made client-side validation much harder. We should be using server-side validation anyway.
a28bcba
to
b083920
Compare
@@ -47,7 +47,7 @@ jobs: | |||
|
|||
- uses: actions/checkout@v2 | |||
|
|||
- run: go mod tidy | |||
- run: dev/format-gomod |
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.
that's nit.
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.
Looks great! Thank you for keeping this up-to-date with controller-runtime.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinsb, yuwenma 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 |
/lgtm |