From 36186d01ffc9c34858a57c2cc5eab72c4502ea54 Mon Sep 17 00:00:00 2001 From: Andy Blendermann Date: Wed, 12 Jul 2023 11:40:34 -0400 Subject: [PATCH] Update CHANGELOG.md for 1.4.2 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25efcda8..6ad30cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 1.4.2 (July 12, 2023) + +FEATURES: + + + +ENHANCEMENTS: + +* Update docs with branching and release process info. See [#391](https://github.com/rancher/terraform-provider-rke/pull/391) +* Update sdk to v2 for IDE debug capabilities. See [#347](https://github.com/rancher/terraform-provider-rke/pull/347) +* Update RKE to [v1.4.6](https://github.com/rancher/rke/releases/tag/v1.4.6) for new 1.24-1.25 Rancher images and 1.26 cluster support, and update sdk v2 to [2.27.0](https://github.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.27.0) to improve schema and logging performance. See [#406](https://github.com/rancher/terraform-provider-rke/pull/406) +* Bump github.com/opencontainers/runc to 1.1.5. See [#393](https://github.com/rancher/terraform-provider-rke/pull/393) +* Bump github.com/containerd/containerd to 1.5.18. See [#394](https://github.com/rancher/terraform-provider-rke/pull/394) + +BUG FIXES: + + + ## 1.4.1 (March 23, 2023) FEATURES: