Cluster API (CAPI) introduced the v1beta2 API version for its core resources starting with CAPI version v1.11. Syself Autopilot has been upgraded to use the new Cluster API version with the v1beta2 API types.
However, no immediate action is required, as both v1beta1 and v1beta2 are fully supported and functional on the management cluster. Your existing clusters and their workloads will continue to operate normally regardless of which API version their manifests use.
After the upgrade, the management cluster:
v1beta2 (storage version)v1beta1 and v1beta2 (for compatibility)This means:
v1beta1 are automatically converted to v1beta2 internally.kubectl , you will typically see resources returned as v1beta2 (the preferred version).v1beta1 as long as it remains served:v1beta2 by defaultWe have updated our documentation to use the new API version cluster.x-k8s.io/v1beta2 . You should also create new clusters using this API version.
GitOps workflows will continue to work with existing v1beta1 manifests without requiring changes to controllers or tooling.
However, you should plan to migrate your manifests to v1beta2 before v1beta1 support is removed (see the migration timeline and migration guide below).
Once v1beta1 is no longer served, GitOps reconciliation using v1beta1 manifests will fail.
Cluster API (CAPI) plans to stop serving v1beta1 starting with CAPI v1.16, scheduled for April 2027.
Syself Autopilot will continue supporting v1beta1 until May 2027 to provide additional migration time.
After this:
v1beta1 will no longer be served.v1beta1 will fail.If you are using GitOps, you should migrate your Cluster manifests to API version cluster.x-k8s.io/v1beta2 . While v1beta1 continues to work for now, keeping it in your repository will eventually lead to failures once support is removed.
apiVersion field from cluster.x-k8s.io/v1beta1 to cluster.x-k8s.io/v1beta2 .spec.topology.class to spec.topology.classRef.name .metadata: {} fields from spec.topology.controlPlane and spec.topology.workers.machineDeployments entries.Example Changes: