-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Meta Issue for k8s 1.30 bump #6730
Comments
Copied from #6651 |
K8s 1.30 support for kubebuilder would be coming post the major bump in kubebuilder version. |
Updated the description to remove the helm operator plugin since we are dropping |
@acornett21 wouldn't we still need to update the helm operator plugin version in the operator-sdk and hence have to update k8s/controller runtime versions in the helm repo and cut new versions? |
@Neo2308 we still need to keep the |
It looks like we'll have to update to kubebuilder v4 for this and use version |
Released https://github.com/operator-framework/ansible-operator-plugins/releases/tag/v1.36.0 |
Meta Issue for k8s 1.30 bump
In order to bump Operator SDK to support Kubernetes 1.30 there are a few dependencies we rely on making the bump first.
This issue is meant to help track all dependencies and the status of their bumps.
Order of dependency bumps
Step 1: upgrade controller-runtime, controller-tools, helm, and operator-framework/operator-manifest-tools(can be done in parallel)
Step 2: upgrade operator-framework/api (can be done immediately after controller-runtime & controller-tools)
Step 3.1: upgrade operator-framework/operator-registry and operator-framework/operator-lib (can be done immediately after operator-framework/api)
Step 3.2: upgrade kubebuilder
Step 4: upgrade operator-framework plugins
operator-framework/helm-operator-plugins (bump go 1.22 and k8s 1.30 helm-operator-plugins#337 & Bump Kubebuilder to v4 helm-operator-plugins#346)operator-framework/java-operator-plugins (Bump to go 1.22, k8s 1.30 & kubebuilder 4.0 java-operator-plugins#151) (https://github.com/operator-framework/java-operator-plugins/releases/tag/v0.11.0)Step 5: upgrade operator-framework/operator-sdk dependencies
The text was updated successfully, but these errors were encountered: