From 17a7f2bac89b3d8e9f1e7232456f0a594dfa0964 Mon Sep 17 00:00:00 2001 From: ablik Date: Tue, 10 Aug 2021 22:36:45 +0300 Subject: [PATCH] SCALRCORE-18737 Workspaces > Control dry-run availability --- CHANGELOG.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f337f1..79fd243b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,22 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Changed +### Fixed -- `scalr_workspace`: new attribute `vcs_repo.dry_runs_enabled` ([#70](https://github.com/Scalr/terraform-provider-scalr/pull/70)) -- `data.scalr_workspace`: new attribute `vcs_repo.dry_runs_enabled` ([#70](https://github.com/Scalr/terraform-provider-scalr/pull/70)) + - `scalr_environment`: fix unlinking cloud credentials ([#71](https://github.com/Scalr/terraform-provider-scalr/pull/71)) ### Required -- scalr server >= `8.0.1-beta.20210810` +- scalr server >= `8.0.1-beta.20210407` -### Fixed +## [1.0.0-rc20] - 2021-08-12 - - `scalr_environment`: fix unlinking cloud credentials ([#71](https://github.com/Scalr/terraform-provider-scalr/pull/71)) +### Changed + +- `scalr_workspace`: new attribute `vcs_repo.dry_runs_enabled` ([#70](https://github.com/Scalr/terraform-provider-scalr/pull/70)) +- `data.scalr_workspace`: new attribute `vcs_repo.dry_runs_enabled` ([#70](https://github.com/Scalr/terraform-provider-scalr/pull/70)) ### Required -- scalr server >= `8.0.1-beta.20210407` +- scalr server >= `8.0.1-beta.20210810` ## [1.0.0-rc18] - 2021-07-22 ### Changed