From 1036bcb6b1465b0cd248888e0367e4772cad474e Mon Sep 17 00:00:00 2001 From: Wilson de Carvalho <796900+wcmjunior@users.noreply.github.com> Date: Mon, 14 Nov 2022 18:12:38 -0800 Subject: [PATCH] v3.0.3 - Update change log --- CHANGELOG.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14db2c0d..1c1d9725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 3.0.3 (November 14, 2022) + +Minimum required Control Plane version: `v3.0.0`. + +See the list of incompatible resources with Control Planes `v2.x` and Terraform `v2.x` in the [`3.0.0`](#300-october-5-2022) release documentation. + +### Bug fixes: + +- **Deprecate & Update Cyral Permissions in for Cyral Roles**: [#313](https://github.com/cyralinc/terraform-provider-cyral/pull/#313). +- **Fix sidecar resource nil properties issue**: [#317](https://github.com/cyralinc/terraform-provider-cyral/pull/#317). + ## 3.0.2 (November 7, 2022) Minimum required Control Plane version: `v3.0.0`. @@ -6,16 +17,16 @@ See the list of incompatible resources with Control Planes `v2.x` and Terraform ### Bug fixes: -- **Remove rewrite_on_violation, add enable_dataset_rewrites**: [##308](https://github.com/cyralinc/terraform-provider-cyral/pull/#308). -- **Add support for linux sidecar deployment**: [##311](https://github.com/cyralinc/terraform-provider-cyral/pull/#311). +- **Remove rewrite_on_violation, add enable_dataset_rewrites**: [#308](https://github.com/cyralinc/terraform-provider-cyral/pull/#308). +- **Add support for linux sidecar deployment**: [#311](https://github.com/cyralinc/terraform-provider-cyral/pull/#311). ### Documentation fixes: -- **Fix typo edit in migration script**: [##307](https://github.com/cyralinc/terraform-provider-cyral/pull/#307). +- **Fix typo edit in migration script**: [#307](https://github.com/cyralinc/terraform-provider-cyral/pull/#307). ### Security fixes: -- **Bump github.com/stretchr/testify from 1.8.0 to 1.8.1**: [##306](https://github.com/cyralinc/terraform-provider-cyral/pull/#306). +- **Bump github.com/stretchr/testify from 1.8.0 to 1.8.1**: [#306](https://github.com/cyralinc/terraform-provider-cyral/pull/#306). ## 3.0.1 (October 18, 2022) @@ -98,7 +109,7 @@ Resource incompatible with Control Planes between `v2.32` and `v2.34`: parameter ### Improvements: - **Refactor acceptance tests**: [#267](https://github.com/cyralinc/terraform-provider-cyral/pull/267). -- **Explain setting max value of port range**: [##277](https://github.com/cyralinc/terraform-provider-cyral/pull/#277). +- **Explain setting max value of port range**: [#277](https://github.com/cyralinc/terraform-provider-cyral/pull/#277). ## 2.8.0 (August 5, 2022)