| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
- Upgrade CAPI dependency from v1.8.1 to v1.11.0 - Update import paths to v1beta1/v1beta2 locations - Use deprecated v1beta1 conditions packages (Stage 1) - Fix API signature changes (external.Get, predicates) - Fix ClusterAddon webhook (CustomValidator interface) - Fix Helm chart templates (dynamic namespaces) - Add MIGRATION.md documentation Per CAPI v1.11 migration guide: https://release-1-11.cluster-api.sigs.k8s.io/developer/providers/migrations/v1.10-to-v1.11 Signed-off-by: Axel Schmidt <axel.schmidt@rz.uni-augsburg.de>
- Upgrade CAPI dependency from v1.8.1 to v1.11.0 - Update import paths to v1beta1/v1beta2 locations - Use deprecated v1beta1 conditions packages (Stage 1) - Fix API signature changes (external.Get, predicates) - Fix ClusterAddon webhook (CustomValidator interface) - Fix Helm chart templates (dynamic namespaces) Per CAPI v1.11 migration guide: https://release-1-11.cluster-api.sigs.k8s.io/developer/providers/migrations/v1.10-to-v1.11 Signed-off-by: Axel Schmidt <axel.schmidt@rz.uni-augsburg.de>
- Use cluster.Spec.Topology.ClassNamespace when looking up ClusterStackRelease - Fallback to cluster.Namespace if classNamespace is not set - Supports CAPI v1.11+ cross-namespace ClusterClass references Signed-off-by: Axel Schmidt <axel.schmidt@rz.uni-augsburg.de>
Signed-off-by: Axel Schmidt <axel.schmidt@rz.uni-augsburg.de>
| Back | FazBrowse Home | New Git URL |
What this PR does / why we need it:
Migrate cluster-stack-operator from CAPI v1.8.1 to CAPI v1.11.0 (Stage 1).
Key changes:
This is a Stage 1 migration only — conditions still use the clusterv1.Conditions type via the deprecated v1beta1 packages. Migration to metav1.Conditions (Stage 2/3) is intentionally deferred.
Special notes for your reviewer: