From 5528a707189e82e93fbe1a32cf1d3d70f8b1a2c2 Mon Sep 17 00:00:00 2001 From: Andy Blendermann Date: Mon, 20 Nov 2023 16:21:34 -0700 Subject: [PATCH] Update CHANGELOG.md for v1.4.3 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ca7d7f9..99c8b8bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 1.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](https://github.com/rancher/terraform-provider-rke/pull/416) + +ENHANCEMENTS: + +* Add PR Template. See [#411](https://github.com/rancher/terraform-provider-rke/pull/411) +* Update gitignore. See [#412](https://github.com/rancher/terraform-provider-rke/pull/412) +* Use dl.k8s.io url for getting kubectl. See [#420](https://github.com/rancher/terraform-provider-rke/pull/420) +* Update RKE to [v1.4.11](https://github.com/rancher/rke/releases/tag/v1.4.11). See [#430](https://github.com/rancher/terraform-provider-rke/pull/430) +* Document and add validation on `enable_cri_dockerd` option. See [#415](https://github.com/rancher/terraform-provider-rke/pull/415) + +BUG FIXES: + + + ## 1.4.2 (July 12, 2023) FEATURES: