-
Notifications
You must be signed in to change notification settings - Fork 80
Update dependencies for k8s 1.32 #672
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
6cfdeb4 to
75b4ecf
Compare
tomleb
left a comment
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.
LGTM, going to assign someone from Collie for the rule resolver changes just in case.
tomleb
left a comment
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.
Bleh, forgot about the kube-version field in the charts. It needs to be bumped as well here: https://github.com/rancher/webhook/blob/main/charts/rancher-webhook/Chart.yaml#L14.
|
@JonCrowther added you because we're updating the RuleResolving code, I think that's because the new K8s version added a |
JonCrowther
left a comment
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.
The RuleResolver stuff looks good to me, but the unused parameters need to be fixed
4873d47 to
a7ac7ff
Compare
crobby
left a comment
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 pretty good. Seems like there are a few unused imports that are preventing the tests from running. Everything else seems good.
a7ac7ff to
9b70303
Compare
Signed-off-by: Vatsal Parekh <vatsalparekh@outlook.com>
9b70303 to
66cfdf2
Compare
Issue: rancher/rancher#48818
Problem
Solution
CheckList