Releases: rancher/cluster-api-provider-rke2
Releases · rancher/cluster-api-provider-rke2
v0.16.2
What's Changed
🐛 Bugs
- [0.16] Fix private registry token authentication by @anmazzotti in #674
Full Changelog: v0.16.1...v0.16.2
v0.16.1
What's Changed
🐛 Bug Fixes
- Backfill missing RKE2ControlPlane fields from legacy format by @furkatgofurov7 in #670
Full Changelog: v0.16.0...v0.16.1
v0.16.0
What's Changed
🐛 Bug Fixes
- Prevent Machine rollouts before machineTemplate has been updated by @anmazzotti in #651
Other Changes
- Prepare main branch for v0.16 development by @furkatgofurov7 in #650
- drop semanage call on nonexisting service by @dirkmueller in #659
- Cleanup workloadCluster usage by @anmazzotti in #663
- Simplify service start by @dirkmueller in #660
- Improve webhooks logging by @anmazzotti in #664
- Improve test stability by @anmazzotti in #662
- chore: bump golangci-lint-action to v8.0.0 by @salasberryfin in #666
New Contributors
- @dirkmueller made their first contribution in #659
Full Changelog: v0.15.0...v0.16.0
v0.14.1
What's Changed
🐛 Bug Fixes
- Fix kubeconfig cert rotation by @anmazzotti in #658
Full Changelog: v0.14.0...v0.14.1
v0.13.1
What's Changed
🐛 Bug Fixes
- Fix kubeconfig cert rotation by @anmazzotti in #657
Full Changelog: v0.13.0...v0.13.1
v0.15.1
What's Changed
🐛 Bugs
- Prevent Machine rollouts before machineTemplate has been updated by @anmazzotti in #652
Full Changelog: v0.15.0...v0.15.1
v0.15.0
What's Changed
🚀 Enhancements
- Support RKE2ControlPlane mhc remediation by @MaxFedotov in #627
🐛 Bugs
- Ignition: Don't add /opt fs on flatcar by @k0da in #631
- Fix nil point dereference in
updateStatus
method by @furkatgofurov7 in #638 - Reconcile external external owner reference by @anmazzotti in #646
- Default RKE2 control plane replicas to 1 if not specified by @alexander-demicev in #641
Other Changes
- Add kubeconfig rotate tests by @anmazzotti in #645
- Move sshd config into included subdir by @k0da in #644
- Prepare main branch for v0.15 development by @furkatgofurov7 in #629
- Allow using Gzip and GzipBase64 encoding in case of cloud-init format by @a-bouts in #637
- Render rke2-install without semanage for flatcar by @k0da in #636
- Fix flaky test by @anmazzotti in #640
- chore(deps): Bump github.com/prometheus/client_golang from 1.19.1 to 1.22.0 by @dependabot in #633
- chore(deps): Bump github.com/coreos/ignition/v2 from 2.20.0 to 2.21.0 by @dependabot in #634
New Contributors
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
⚠️ Breaking Changes
- In-place propagation support for RKE2ControlPlane by @furkatgofurov7 in #599
🐛 Bugs
- Add RKE2ControlPlane labels to Machines by @dharmit in #611
- Enable concurrency in controllers by @andybavier in #624
📖 Documentation
- Fix typos in the docs by @stratusjerry in #612
Other Changes
- Add openstack cluster template to examples by @djcenox in #621
- chore: Prepare main branch for v0.14 development by @anmazzotti in #610
- Bump golangci-lint to v2 by @anmazzotti in #619
- Add e2e test to prevent Machine rollout on provider upgrade by @anmazzotti in #615
- Add more nuances to e2e test configuration by @anmazzotti in #623
- chore(deps): Bump github.com/onsi/gomega from 1.36.3 to 1.37.0 by @dependabot in #617
- chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 by @dependabot in #618
- chore(deps): Bump golang.org/x/net from 0.37.0 to 0.38.0 by @dependabot in #625
New Contributors
- @stratusjerry made their first contribution in #612
- @djcenox made their first contribution in #621
- @andybavier made their first contribution in #624
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
🚀 Enhancements
- MachinePool support by @anmazzotti in #582
- Add embedded registry option to server config by @alexander-demicev in #584
- Add additional DisabledPluginComponent by @MaxFedotov in #592
🐛 Bugs
- Add space in command arguments by @mjura in #587
- use RegistrationAddress for first controlPlane node if it is specified by @MaxFedotov in #601
Other Changes
- chore: Prepare main branch for v0.13 development by @furkatgofurov7 in #579
- chore(deps): Bump actions/cache from 4.2.0 to 4.2.1 by @dependabot in #580
- Fix cloud provider installation in AWS template by @alexander-demicev in #583
- chore(deps): Bump actions/upload-artifact from 4.6.0 to 4.6.1 by @dependabot in #581
- chore(deps): Bump actions/cache from 4.2.1 to 4.2.2 by @dependabot in #589
- Clarify RKE2 CP Ready field meaning in status by @Danil-Grigorev in #593
- Use merge queue to reduce rebase effort by @Danil-Grigorev in #594
- Reorganize examples folder by @salasberryfin in #586
- chore(deps): Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 by @dependabot in #597
- chore(deps): Bump golang.org/x/net from 0.33.0 to 0.36.0 by @dependabot in #595
- chore(deps): Bump github.com/coreos/ignition/v2 from 2.20.0 to 2.21.0 by @dependabot in #598
- chore(deps): Bump actions/upload-artifact from 4.6.1 to 4.6.2 by @dependabot in #604
- chore(deps): Bump actions/cache from 4.2.2 to 4.2.3 by @dependabot in #605
- chore(deps): Bump golangci/golangci-lint-action from 6.5.1 to 6.5.2 by @dependabot in #606
- chore(deps): Bump sigs.k8s.io/cluster-api/test from 1.9.5 to 1.9.6 by @dependabot in #607
- chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.3 by @dependabot in #608
- chore(deps): Bump github.com/onsi/gomega from 1.36.2 to 1.36.3 by @dependabot in #609
New Contributors
- @mjura made their first contribution in #587
- @MaxFedotov made their first contribution in #592
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
🚀 Enhancements
- feat: add dockerfile cross-compilation for multi-platform images by @salasberryfin in #564
🐛 Bugs
- Propagate cloud provider config by @anmazzotti in #568
- Filter machines being deleted from updatedReplicas count by @dharmit in #575
📖 Docs
Other Changes
- chore: prepare main branch for v0.12 development by @salasberryfin in #563
- chore(deps): Bump golangci/golangci-lint-action from 6.2.0 to 6.3.1 by @dependabot in #570
- chore(deps): Bump github.com/spf13/pflag from 1.0.6-0.20210604193023-d5e0c0615ace to 1.0.6 by @dependabot in #566
- Provides steps to attach debugger to CAPRKE2 by @dharmit in #576
- chore(deps): Bump golangci/golangci-lint-action from 6.3.1 to 6.5.0 by @dependabot in #573
- Bump controller-runtime to 0.20.1 and related changes by @AshleyDumaine in #571
- Bump CAPI to latest v1.9.5 patch release by @furkatgofurov7 in #577
- Bump CAPI in e2e config by @furkatgofurov7 in #578
New Contributors
Full Changelog: v0.11.0...v0.12.0