Skip to content

Releases: rancher/cluster-api-provider-rke2

v0.23.0

09 Feb 09:43
v0.23.0
d46bb63

Choose a tag to compare

Description

This version of CAPRKE2 adds support for CAPI v1.12.

What's Changed

🚀 Enhancements

🐛 Bugs

📖 Docs

  • docs: Document v1beta2 changes for control-plane CRs by @yiannistri in #820

Other Changes

Full Changelog: v0.22.0...v0.23.0

v0.22.0

28 Jan 16:17
v0.22.0
ad39e6c

Choose a tag to compare

What's Changed

🚀 Enhancements

🐛 Bugs

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

Full Changelog: v0.21.0...v0.22.0

v0.21.1

04 Nov 13:14
v0.21.1
67ffa42

Choose a tag to compare

What's Changed

🚀 Enhancements

Full Changelog: v0.21.0...v0.21.1

v0.21.0

24 Oct 10:28
v0.21.0
56576c2

Choose a tag to compare

What's Changed

🚀 Enhancements

  • Add EncryptionConfig support to RKE2ControlPlane by @k0da in #758

🐛 Bugs

Other Changes

  • Prepare main branch for releasing 0.21 by @furkatgofurov7 in #762
  • [ci] Add retryOn429 for links check by @anmazzotti in #753
  • chore(deps): Bump github.com/spf13/pflag from 1.0.7 to 1.0.9 by @dependabot[bot] in #734
  • chore(deps): Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by @dependabot[bot] in #737
  • chore(deps): Bump github.com/spf13/pflag from 1.0.9 to 1.0.10 by @dependabot[bot] in #748
  • chore(deps): Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #743
  • chore(deps): Bump actions/stale from 9 to 10 by @dependabot[bot] in #744
  • chore(deps): Bump github.com/prometheus/client_golang from 1.23.0 to 1.23.2 by @dependabot[bot] in #746
  • Bump github.com/onsi/ginkgo/v2 from 2.25.2 to 2.25.3. by @dependabot[bot] in #747
  • chore(deps): Bump github.com/coreos/butane from 0.24.0 to 0.25.0 by @dependabot[bot] in #751
  • chore(deps): Bump github.com/coreos/ignition/v2 from 2.22.0 to 2.23.0 by @dependabot[bot] in #752
  • chore(deps): Bump github.com/coreos/butane from 0.25.0 to 0.25.1 by @dependabot[bot] in #755
  • chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.25.3 to 2.26.0 by @dependabot[bot] in #756
  • chore(deps): Bump github.com/coreos/ignition/v2 from 2.23.0 to 2.24.0 by @dependabot[bot] in #759

Full Changelog: v0.20.0...v0.21.0

v0.20.1

05 Sep 16:25
v0.20.1
3c89542

Choose a tag to compare

What's Changed

🐛 Bugs

Full Changelog: v0.20.0...v0.20.1

v0.20.0

01 Sep 14:13
v0.20.0
981a78d

Choose a tag to compare

What's Changed

🐛 Bugs

  • Fix additionalUserData.data formatting differences cause drift by @valaparthvi in #719

📖 Doc Changes

Other Changes

  • Bump CAPI to 1.10.5 by @anmazzotti in #731
  • Use go.mod to setup go version in workflows by @anmazzotti in #730
  • Remove obsolete docker-previous-version template by @furkatgofurov7 in #724
  • Follow-up AdditionalUserData.Data formatting difference by @valaparthvi in #725
  • chore: prepare main branch for v0.20 development by @anmazzotti in #721
  • chore(deps): Bump actions/upload-pages-artifact from 3 to 4 by @dependabot[bot] in #726
  • chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.23.4 to 2.25.1 by @dependabot[bot] in #727
  • chore(deps): Bump github.com/onsi/gomega from 1.38.0 to 1.38.1 by @dependabot[bot] in #728
  • chore(deps): Bump github.com/onsi/gomega from 1.38.1 to 1.38.2 by @dependabot[bot] in #733
  • chore(deps): Bump sigs.k8s.io/kind from 0.29.0 to 0.30.0 by @dependabot[bot] in #735
  • chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.25.1 to 2.25.2 by @dependabot[bot] in #736

Full Changelog: v0.19.0...v0.20.0

v0.19.0

18 Aug 13:04
v0.19.0
8598e7f

Choose a tag to compare

What's Changed

🚀 Enhancements

Other Changes

  • chore: prepare main branch for v0.19 development by @salasberryfin in #709
  • chore(deps): Bump github.com/coreos/ignition/v2 from 2.21.0 to 2.22.0 by @dependabot[bot] in #699
  • chore(deps): Bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by @dependabot[bot] in #706
  • chore(deps): Bump sigs.k8s.io/yaml from 1.5.0 to 1.6.0 by @dependabot[bot] in #713
  • chore(deps): Bump actions/checkout from 4 to 5 by @dependabot[bot] in #720
  • chore(deps): Bump github.com/docker/docker from 27.3.1+incompatible to 28.0.0+incompatible by @dependabot[bot] in #718
  • chore(deps): Bump sigs.k8s.io/kind from 0.25.0 to 0.29.0 by @dependabot[bot] in #716
  • chore(deps): Bump github.com/onsi/gomega from 1.37.0 to 1.38.0 by @dependabot[bot] in #712
  • chore(deps): Bump github.com/prometheus/client_golang from 1.22.0 to 1.23.0 by @dependabot[bot] in #715

New Contributors

Full Changelog: v0.18.0...v0.19.0

v0.18.1

29 Jul 10:40
v0.18.1
277d3e8

Choose a tag to compare

What's Changed

🐛 Bugs

  • Fixed scaling down a cluster that uses an external datastore by @yiannistri in #714

Full Changelog: v0.18.0...v0.18.1

v0.18.0

21 Jul 08:31
v0.18.0
7bd7223

Choose a tag to compare

What's Changed

🚀 Enhancements

🐛 Bugs

Other Changes

New Contributors

Full Changelog: v0.17.1...v0.18.0

v0.17.1

30 Jun 07:49
v0.17.1
6af67b4

Choose a tag to compare

What's Changed

🐛 Bugs

Full Changelog: v0.17.0...v0.17.1