From 6d2d4d98fe4515e0c4fe77c5ebae38cf06f75f53 Mon Sep 17 00:00:00 2001 From: Wilson de Carvalho <796900+wcmjunior@users.noreply.github.com> Date: Tue, 13 Feb 2024 13:52:37 -0800 Subject: [PATCH] v4.9.1 - Update change log --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e433be4e..0c81920b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +## 4.9.1 (February 14, 2024) + +It is safe to use this version with all `v4` control planes as long +as the new incompatible features are not used. These features require +a minimum version of the control plane and are detailed below. + +The minimum control plane version required for full compatibility +with all the features in this release is `v4.12.0`. + +See the list of incompatible attributes, data sources and resources +with previous `v4` control planes in the [`v4.9.0`](#490-january-31-2024) +release documentation. + +### Bug fixes: + +- Add missing mongodb flavor configuration ([#509](https://github.com/cyralinc/terraform-provider-cyral/pull/509)) + +### Documentation: + +- Rollback operations supported by datasetprotection policy ([#501](https://github.com/cyralinc/terraform-provider-cyral/pull/501)) +- Add AWS RDS IAM auth guide ([#508](https://github.com/cyralinc/terraform-provider-cyral/pull/508)) + +### Improvements: + +- Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 ([#507](https://github.com/cyralinc/terraform-provider-cyral/pull/507)) + ## 4.9.0 (January 31, 2024) It is safe to use this version with all `v4` control planes as long