From 73401efdf690f17744c46963634b211d963f63b1 Mon Sep 17 00:00:00 2001 From: Wilson de Carvalho Date: Fri, 24 Sep 2021 23:57:23 -0700 Subject: [PATCH] v2.0.0 - Update change log --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3b16ebc..cb17b8ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 2.0.0 (September 24, 2021) + +Minimum required Control Plane version: `v2.22.0`. + +### Backwards compatibility breaks: +* **Resource cyral_sidecar**: changed parameters; +* **Data source cyral_sidecar_template**: data source replaced by `cyral_sidecar_cft_template` and template restricted to Cloudformation. + +### Bug fixes: +* **Script to rotate service account secrets**: [#60](https://github.com/cyralinc/terraform-provider-cyral/pull/64); + +### Features: +* **Script to rotate service account secrets**: [#64](https://github.com/cyralinc/terraform-provider-cyral/pull/64); +* **Improve tooling**: [#92](https://github.com/cyralinc/terraform-provider-cyral/pull/92); +* **Resource Sidecar Credentials**: [#93](https://github.com/cyralinc/terraform-provider-cyral/pull/93); +* **Resource Repository Conf Analysis**: [#108](https://github.com/cyralinc/terraform-provider-cyral/pull/108); + ## 1.2.2 (June 21, 2021) Minimum required Control Plane version: `v2.19.0`.