Skip to content

v0.13.0-mirantis.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Nov 09:54
fc4c6ba

Release v0.13.0-mirantis.0

Release Date: November 4, 2025

Base Version: v0.13.0 (upstream)

Container Image: ghcr.io/mirantis/cluster-api-provider-openstack:v0.13.0-mirantis.0

🎯 Overview

This release syncs Mirantis CAPO with upstream v0.13.0, bringing support for Cluster API v1.11.x and the v1beta2 API contract. All Mirantis features from v0.12.5-mirantis.0 have been contributed to and accepted by upstream, so this is a clean sync with no additional patches.

✨ Key Changes

Cluster API v1.11.x Support

  • v1beta2 API Contract - Updated to support Cluster API v1.11.2 with the new v1beta2 contract
  • Backward Compatible - Existing v1beta1 resources continue to work seamlessly

📋 Technical Details

API Changes

  • API Contract: v1beta2 (CAPI v1.11.x)
  • Backward Compatible: v1beta1 resources fully supported

Compatibility

  • Base: Kubernetes Cluster API v1.11.2
  • OpenStack: Pike+ (minimum Nova microversion 2.60)
  • Kubernetes: v1.28+
  • Go: 1.24.0

🚀 Container Images

Multi-architecture support:

docker pull ghcr.io/mirantis/cluster-api-provider-openstack:v0.13.0-mirantis.0

Supported platforms:

  • linux/amd64
  • linux/arm
  • linux/arm64
  • linux/ppc64le
  • linux/s390x

🔄 Upgrade Notes

Upgrading from v0.12.5-mirantis.0

This is a straightforward version bump with full backward compatibility:

  1. Update to this release for the new features mentioned above
  2. All existing v1beta1 resources continue to work
  3. The v1beta2 contract is now supported for new resources

No action required for existing clusters - they will continue to function normally.

🤝 Contributing

All Mirantis features from v0.12.5-mirantis.0 (OpenStackClusterIdentity, network handling improvements, hosted control plane documentation) have been successfully contributed back to and merged into upstream kubernetes-sigs/cluster-api-provider-openstack. This release maintains full compatibility with upstream.