-
Notifications
You must be signed in to change notification settings - Fork 6
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 wrangler/lasso, client-go & k8s.io dependencies to k8s 1.30 #24
base: main
Are you sure you want to change the base?
Conversation
alexandreLamarre
commented
Jul 31, 2024
•
edited
Loading
edited
- Modify main.go to not use out-of-date rancher command libraries
- Bump dependencies
- Clean up generated code
- Move tests to in-tree
- Clean up CI files
- Fix lock state mutability bug
c7d6106
to
1db496e
Compare
panic(err) | ||
} | ||
return | ||
logrus.Infof("Generating code") |
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.
Why does this need to be pulled out of pkg/codegen/cleanup
? Not necessarily a blocker just curious
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.
It doesn't have to be, but caused issues during the upgrade of dependencies
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 based on a spot check.
Local builds work - did not deploy/test in a cluster though.
Signed-off-by: Alexandre Lamarre <[email protected]>
Signed-off-by: Alexandre Lamarre <[email protected]>
Signed-off-by: Alexandre Lamarre <[email protected]>
Signed-off-by: Alexandre Lamarre <[email protected]>
Signed-off-by: Alexandre Lamarre <[email protected]>
6114d3a
to
ef06551
Compare