From efa660e0fb7c230783a7fdcf748e4cbc6a1725de Mon Sep 17 00:00:00 2001 From: Predrag Janosevic Date: Tue, 14 May 2024 12:01:36 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51745a056..8982477f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Unreleased + +IMPROVEMENTS: + +- `exoscale_instance_pool`: add `anti-affinity-group` & deprecate `affinity-group` #355 + ## 0.59.0 (May 13, 2024) FEATURES: @@ -21,7 +27,7 @@ FEATURES: BUG FIXES: -- Fix dbaas bugs causing accepteance tests to fail #346 +- Fix dbaas bugs causing acceptance tests to fail #346 - docs: fix example in index.md #345 - Set labels on unmanaged eip creation #347 @@ -52,7 +58,7 @@ IMPROVEMENTS: - Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#323) - sks_nodepool: add an example for taints #324 - SKS tests: renable cluster update test as upstream bug is fixed (#309) -- Make `iam_role.name` attribute require replace as per API behaviour (#330) +- Make `iam_role.name` attribute require replace as per API behavior (#330) - Handle DNS record normalization #332 BUG FIXES: