Releases: rancher/cluster-api-provider-rke2
v0.24.4
What's Changed
Other Changes
- [release-0.24] bump go to v1.25.10 by @salasberryfin in #899
- [release-0.24] bump capi to v1.12.7 by @salasberryfin in #900
Full Changelog: v0.24.3...v0.24.4
v0.24.3
What's Changed
Security
- Bump go to 1.25.9 by @salasberryfin in #884
Full Changelog: v0.24.2...v0.24.3
v0.24.2
What's Changed
🐛 Bugs
- [release-0.24] distinguish pre-terminate and pre-dain hooks by @salasberryfin in #874
Full Changelog: v0.24.1...v0.24.2
v0.24.1
This release of the Cluster API Provider RKE2 updates Go to version 1.25.8 which fixes recently reported CVEs.
What's Changed
Security
- [release-0.24] chore: bump go to 1.25.8 by @salasberryfin in #855
Full Changelog: v0.24.0...v0.24.1
v0.24.0
What's Changed
🐛 Bugs
- Handle deletion conditions for v1beta2 API by @alexander-demicev in #828
- Fix machine remediation conditions by @alexander-demicev in #845
Other Changes
- test: bump capi to v1.12.2 by @salasberryfin in #824
- chore: prepare main for v0.24 development by @salasberryfin in #825
- Mask the other rke2 service (rke2-server on worker, rke2-agent on control plane) by @neoaggelos in #776
- Document v1beta2 API changes by @alexander-demicev in #822
- chore: bump capi to v1.12.3 by @salasberryfin in #833
- chore: prepare main for next release by @salasberryfin in #832
- chore(deps): Bump helm/kind-action from 1.13.0 to 1.14.0 by @dependabot[bot] in #835
- chore(deps): Bump github.com/coreos/ignition/v2 from 2.25.1 to 2.26.0 by @dependabot[bot] in #836
- Full migration to CAPI v1beta2 API by @furkatgofurov7 in #838
- chore(deps): Bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 by @dependabot[bot] in #840
- chore: prepare for next release by @salasberryfin in #841
- feat: Add optional namespace to FileSourceRef to support cross-namespace Secret/ConfigMap references by @MaxFedotov in #843
- chore(deps): Bump go.opentelemetry.io/otel/sdk from 1.38.0 to 1.40.0 by @dependabot[bot] in #846
- chore(deps): Bump actions/upload-artifact from 6.0.0 to 7.0.0 by @dependabot[bot] in #847
- chore(deps): Bump github.com/coreos/butane from 0.26.0 to 0.27.0 by @dependabot[bot] in #848
New Contributors
- @neoaggelos made their first contribution in #776
Full Changelog: v0.23.0...v0.24.0
v0.23.2
What's Changed
Other Changes
- [release-0.23] chore: bump capi to v1.12.3 by @salasberryfin in #839
Full Changelog: v0.23.1...v0.23.2
v0.23.1
What's Changed
This patch release fixes an intermittent issue with cluster deletion where resources were not being deleted in the correct order and it resulted in the cluster stuck in deletion state indefinitely.
Bug fixes
- Handle deletion conditions for v1beta2 API by @alexander-demicev in #830
Other Changes
- test: bump capi to v1.12.2 by @salasberryfin in #826
Full Changelog: v0.23.0...v0.23.1
v0.22.1
What's Changed
This patch release fixes an intermittent issue with cluster deletion where resources were not being deleted in the correct order and it resulted in the cluster stuck in deletion state indefinitely.
Bug fixes
- Handle deletion conditions for v1beta2 API by @alexander-demicev in #829
Full Changelog: v0.22.0...v0.22.1
v0.23.0
Description
This version of CAPRKE2 adds support for CAPI v1.12.
What's Changed
🚀 Enhancements
- feat: bump to capi v1.12.2 by @salasberryfin in #805
- feat: Use
ClusterCachewhen getting workload cluster client by @yiannistri in #817
🐛 Bugs
- ci: fix release workflow by @anmazzotti in #807
📖 Docs
- docs: Document
v1beta2changes for control-plane CRs by @yiannistri in #820
Other Changes
- chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.27.4 to 2.27.5 by @dependabot[bot] in #800
- chore: prepare for release 0.23 by @anmazzotti in #809
- chore(deps): Bump github.com/coreos/butane from 0.25.1 to 0.26.0 by @dependabot[bot] in #799
- feat: implement RKE2ControlPlaneTemplateResourceSpec by @anmazzotti in #812
- chore: actualize examples to v1beta2 by @anmazzotti in #813
- Deprecate "pkg/errors" package by @alexander-demicev in #810
- chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.27.5 to 2.28.1 by @dependabot[bot] in #816
- chore(deps): Bump github.com/onsi/gomega from 1.39.0 to 1.39.1 by @dependabot[bot] in #815
Full Changelog: v0.22.0...v0.23.0
v0.22.0
What's Changed
🚀 Enhancements
- ✨ add new bootstrap/control plane API
v1beta2by @salasberryfin in #793 - ✨ Bump to CAPI v1.11.5 and adopt
v1beta2contract by @salasberryfin in #794
🐛 Bugs
- [0.22] ci: fix release workflow by @anmazzotti in #808
Other Changes
- 🌱 Prepare main branch for v0.22 development by @furkatgofurov7 in #761
- chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.26.0 to 2.27.1 by @dependabot[bot] in #764
- chore(deps): Bump actions/upload-artifact from 4.6.2 to 5.0.0 by @dependabot[bot] in #765
- Update control plane label by @interna1error in #763
- chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.27.1 to 2.27.2 by @dependabot[bot] in #767
- chore(deps): Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 by @dependabot[bot] in #770
- chore(deps): Bump helm/kind-action from 1.12.0 to 1.13.0 by @dependabot[bot] in #771
- chore(deps): Bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 by @dependabot[bot] in #774
- chore(deps): Bump golang.org/x/crypto from 0.43.0 to 0.45.0 by @dependabot[bot] in #773
- chore(deps): Bump actions/checkout from 5 to 6 by @dependabot[bot] in #775
- chore(deps): Bump github.com/onsi/gomega from 1.38.2 to 1.38.3 by @dependabot[bot] in #780
- chore(deps): Bump github.com/coreos/ignition/v2 from 2.24.0 to 2.25.0 by @dependabot[bot] in #779
- chore(deps): Bump actions/upload-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in #778
- chore(deps): Bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 by @dependabot[bot] in #777
- chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3 by @dependabot[bot] in #782
- chore(deps): Bump sigs.k8s.io/kind from 0.30.0 to 0.31.0 by @dependabot[bot] in #783
- chore(deps): Bump github.com/coreos/ignition/v2 from 2.25.0 to 2.25.1 by @dependabot[bot] in #786
- Publish OCI artifacts with release manifests by @alexander-demicev in #785
- chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.27.3 to 2.27.4 by @dependabot[bot] in #791
- Add FOSSA scanning workflow by @macedogm in #795
- chore(deps): Bump github.com/onsi/gomega from 1.38.3 to 1.39.0 by @dependabot[bot] in #792
- chore: deprecate v1alpha1 api by @salasberryfin in #798
New Contributors
- @interna1error made their first contribution in #763
- @macedogm made their first contribution in #795
Full Changelog: v0.21.0...v0.22.0