Releases: rancher/terraform-provider-rke
Releases · rancher/terraform-provider-rke
v1.6.0-rc11
What's Changed
- Migrate to Github Actions by @HarrisonWAffel in #458
- Replace 3rd party action with native CLI by @rancher-security-bot in #408
- [v1.6] Bump Go to 1.22 and RKE to 1.6.2 by @jiaqiluo in #462
- [1.6] fix CI by @jiaqiluo in #464 #466 #467 #468 #469 #470 #471 #472 #473 #474
New Contributors
- @HarrisonWAffel made their first contribution in #458
- @rancher-security-bot made their first contribution in #408
Full Changelog: v1.5.0...v1.6.0-rc11
v1.5.1-rc2
What's Changed
- Migrate to Github Actions by @HarrisonWAffel in #458
- [1.5] bump RKE to 1.5.13, update README by @jiaqiluo in #463
- [1.5] fix CI by @jiaqiluo in #465
New Contributors
- @HarrisonWAffel made their first contribution in #458
Full Changelog: v1.5.0...v1.5.1-rc2
v1.5.0
v1.5.0-rc1
Merge pull request #451 from jiaqiluo/bump-rke-and-go
v1.4.5-rc1
Merge pull request #433 from leftyb/issue-432
v1.4.4
v1.4.4-rc1
Merge pull request #444 from enrico9034/master
v1.4.3 (November 20, 2023)
FEATURES:
- Update libs and add Pod Security Admission Configuration Template (PSACT) support for
pod_security_configuration
and bind mount options. See #416
ENHANCEMENTS:
- Add PR Template. See #411
- Update gitignore. See #412
- Use dl.k8s.io url for getting kubectl. See #420
- Update RKE to v1.4.11. See #430
- Document and add validation on
enable_cri_dockerd
option. See #415
BUG FIXES:
v1.4.3-rc2: Merge pull request #430 from a-blender/update-rke-v1.4.11
Update rke to v1.4.11
v1.4.3-rc1
Update RKE to 1.4.10 and add PSACT support (#416)