-
Couldn't load subscription status.
- Fork 1.8k
Description
Meta Issue for k8s 1.32 bump
In order to bump Operator SDK to support Kubernetes 1.32 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)
- sigs.k8s.io/controller-runtime (https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.20.4)
- sigs.k8s.io/controller-tools (https://github.com/kubernetes-sigs/controller-tools/releases/tag/v0.17.3)
- operator-framework/operator-manifest-tools (https://github.com/operator-framework/operator-manifest-tools/releases/tag/v0.9.0)
Step 2: upgrade operator-framework/api (can be done immediately after controller-runtime & controller-tools)
- operator-framework/api (https://github.com/operator-framework/api/releases/tag/v0.30.0)
Step 3.1: upgrade operator-framework/operator-registry and operator-framework/operator-lib (can be done immediately after operator-framework/api)
- operator-framework/operator-registry (https://github.com/operator-framework/operator-registry/releases/tag/v1.51.0)
- operator-framework/operator-lib (https://github.com/operator-framework/operator-lib/releases/tag/v0.18.0)
Step 3.2: upgrade kubebuilder
- sigs.k8s.io/kubebuilder/v4 (https://github.com/kubernetes-sigs/kubebuilder/releases/tag/v4.5.2)
Step 4: upgrade operator-framework plugins
- operator-framework/ansible-operator-plugins (https://github.com/operator-framework/ansible-operator-plugins/releases/tag/v1.38.0)
Step 5: upgrade operator-framework/operator-sdk dependencies
- Bump Ginkgo/v2 and Kubebuilder 1.32
- Bump SDK to use k8s 1.32 (⚠️ Upgrade kubebuilder scaffold from v4.2.0 to v4.5.2 #6928)