From cb05a669ae5458f869a82793cbb96766ec3307e8 Mon Sep 17 00:00:00 2001 From: Wilson de Carvalho <796900+wcmjunior@users.noreply.github.com> Date: Thu, 3 Aug 2023 09:05:33 -0700 Subject: [PATCH] v4.5.4 - Update change log --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dab0360..678b05c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 4.5.4 (August 3, 2023) + +Minimum recommended Control Plane version: `v4.8.0`. It is safe to use this provider with all `v4` control planes +as long as the incompatible arguments and resource are not used. + +Arguments incompatible with Control Planes previous to `v4.8`: `cyral_sidecar.activity_log_integration_id` and `cyral_sidecar.diagnostic_log_integration_id`. +Resource incompatible with Control Planes previous to `v4.7`: `cyral_integration_logging`. +Argument incompatible with Control Planes previous to `v4.2`: `cyral_repository.mongodb_settings.srv_record_name`. + +See the list of incompatible resources with Control Planes `v3.x` and provider `v3.x` in the [`4.0.0`](#400-january-27-2023) release documentation. + +### Bug fixes: + +- **Fix error handling in case of state file out of sync**: [#430](https://github.com/cyralinc/terraform-provider-cyral/pull/430). + ## 4.5.3 (July 27, 2023) Minimum recommended Control Plane version: `v4.8.0`. It is safe to use this provider with all `v4` control planes