From 187ec06b6d252689aa23c2f1fb37e9d912751f53 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Date: Thu, 31 Oct 2024 08:41:19 -0300 Subject: [PATCH] OCM-12146 | chore: bump changelogs to v1.6.6 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20919600..92a63847 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 1.6.6 (Oct 31, 2024) +FEATURES: +* Validates machine pool custom disk sizes +* Support for additional security groups on the initial machine pool through the HCP cluster spec +* Includes indicator field to ignore machine pool deletion errors (Only to be used when cluster is defined within the same management file as the machine pools as running 'terraform destroy' over all resources) + +ENHANCEMENTS: +* Bug fixes: + * Add mutex to guarantee only one kubelet config for classic clusters + * Updated to allow IAM `role` for creator arn + * Allow initial machine pools to be imported when tags are empty ('{}') + * Warn instead of error when patching rosa_creator_arn + ## 1.6.5 (Oct 14, 2024) FEATURES: * Support for Registry Config