-
Notifications
You must be signed in to change notification settings - Fork 5
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 K8s Dependencies to v0.30.4
#1112
Conversation
v0.30.4
and Refactor Code for Breaking Changesv0.30.4
6a437b9
to
d045021
Compare
a38d7e8
to
15cef12
Compare
15cef12
to
4cfecc2
Compare
07fde92
to
7311629
Compare
82e3ac4
to
da06ccf
Compare
For me
I would suggest to modify the |
Thanks for catching this issue. I have addressed this in the latest commit by reordering the steps in the |
…functions and update `Makefile`
cc49cd3
to
ab4ac47
Compare
This PR upgrades our Kubernetes package dependencies from
v0.29.4
tov0.30.4
and implements necessary code refactoring to accommodate breaking changes.Proposed Changes:
k8s.io/*
dependencies fromv0.29.4
tov0.30.4
to incorporate the latest features and improvements. Fixes Bumpk8s.io/*
deps to v0.30 #1113sigs.k8s.io/controller-runtime
fromv0.17.3
tov0.18.5
to ensure compatibility with the upgraded k8s dependencies.hack/update-codegen.sh
script to utilize thekube_codegen.sh
script functions, aligning with updated k8s code generation standards.openapi-gen
has been removed from k8s.io/code-generator by PR #123529 because it is redundant with the version ink8s.io/kube-openapi
.ENVTEST_K8S_VERSION
from1.28.0
to1.30.3
and performed cleanup by removing obsolete generation tool binaries.make generate
to apply all code generation tasks with the updated setup.Fixes #1094