From c1a56aa4d279a9e29d7ae134ac3bdd52e328883e Mon Sep 17 00:00:00 2001 From: Wilson de Carvalho <796900+wcmjunior@users.noreply.github.com> Date: Fri, 5 Aug 2022 22:53:48 -0700 Subject: [PATCH] v2.8.0 - Update change log --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3028251a..44b35026 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 2.8.0 (August 5, 2022) + +Minimum required Control Plane version: `v2.34.0`. +Resource incompatible with Control Planes between `v2.32` and `v2.34`: parameter `bypass_mode` from resource `cyral_sidecar`. + +### Bug fixes: + +- **Fix resource import functions**: [#260](https://github.com/cyralinc/terraform-provider-cyral/pull/260). +- **Fix data map attribute deletion**: [#263](https://github.com/cyralinc/terraform-provider-cyral/pull/263). + +### Features: + +- **Add parameter to enable data masking**: [#252](https://github.com/cyralinc/terraform-provider-cyral/pull/252). +- **Add support for dynamodb**: [#253](https://github.com/cyralinc/terraform-provider-cyral/pull/253). +- **Support advanced sidecar options**: [#255](https://github.com/cyralinc/terraform-provider-cyral/pull/255). +- **Add data source to retrieve data labels**: [#261](https://github.com/cyralinc/terraform-provider-cyral/pull/261). +- **Add single container type to sidecar resource**: [#265](https://github.com/cyralinc/terraform-provider-cyral/pull/265). + ## 2.7.1 (July 19, 2022) Minimum required Control Plane version: `v2.32.0`.