From 35f4e4471067ded6f0195dc76121c71e208fb532 Mon Sep 17 00:00:00 2001 From: Jiaqi Luo <6218999+jiaqiluo@users.noreply.github.com> Date: Mon, 8 Apr 2024 11:39:38 -0700 Subject: [PATCH] prepare for v1.5.0 release --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d36cf49c..7644b018 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ -## 1.4.4 (March 14, 2024) +### 1.5.0 (April 8, 2024) + +FEATURES: + +ENHANCEMENTS: + +* bump Go to 1.20 and RKE to v1.5.7 to support k8s 1.28. See [#447](https://github.com/rancher/terraform-provider-rke/issues/447) + +BUG FIXES: + +* Fix the issue that importing a cluster fails because `enable_cri_dockerd` is always set to the default value false. See [#432](https://github.com/rancher/terraform-provider-rke/issues/432) + + +# 1.4.4 (March 14, 2024) FEATURES: