From 0b36687eb505fad3caf9f23ad589e90dde1946ea Mon Sep 17 00:00:00 2001 From: Petro Protsakh Date: Fri, 13 Oct 2023 14:49:38 +0300 Subject: [PATCH] Bump changelog to v1.5.0 --- CHANGELOG.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aebd371..cd2c33c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Changed - -- `scalr_provider_configuration`: Fixed error message if aws credentials type is wrong. ([#275](https://github.com/Scalr/terraform-provider-scalr/pull/275)) -- `data.scalr_provider_configuration`: Added new attribute `environments` ([#285](https://github.com/Scalr/terraform-provider-scalr/pull/280/files)) -- `data.scalr_provider_configuration`: Fixed `provider-name` attribute ([#285](https://github.com/Scalr/terraform-provider-scalr/pull/280/files)) -- `data.scalr_enviroment`: Added new attribute `default_provider_configurations` ([#279](https://github.com/Scalr/terraform-provider-scalr/pull/279)) +## [1.5.0] - 2023-10-13 ### Added -- `scalr_vcs_provider`: Added new `draft_pr_runs_enabled` attribute ([#278](https://github.com/Scalr/terraform-provider-scalr/pull/278)) +- `scalr_vcs_provider`: new attribute `draft_pr_runs_enabled` ([#278](https://github.com/Scalr/terraform-provider-scalr/pull/278)) +- `data.scalr_enviroment`: new attribute `default_provider_configurations` ([#279](https://github.com/Scalr/terraform-provider-scalr/pull/279)) +- `data.scalr_provider_configuration`: new attribute `environments` ([#285](https://github.com/Scalr/terraform-provider-scalr/pull/280/files)) + +### Fixed + +- `scalr_provider_configuration`: fixed error message if aws credentials type is wrong ([#275](https://github.com/Scalr/terraform-provider-scalr/pull/275)) +- `data.scalr_provider_configuration`: fixed `provider-name` attribute not populating ([#285](https://github.com/Scalr/terraform-provider-scalr/pull/280/files)) ## [1.4.0] - 2023-08-11 @@ -735,7 +737,8 @@ Requires Scalr 8.0.1-beta.20200625 at least - Initial release. -[Unreleased]: https://github.com/Scalr/terraform-provider-scalr/compare/v1.4.0...HEAD +[Unreleased]: https://github.com/Scalr/terraform-provider-scalr/compare/v1.5.0...HEAD +[1.5.0]: https://github.com/Scalr/terraform-provider-scalr/releases/tag/v1.5.0 [1.4.0]: https://github.com/Scalr/terraform-provider-scalr/releases/tag/v1.4.0 [1.3.0]: https://github.com/Scalr/terraform-provider-scalr/releases/tag/v1.3.0 [1.2.0]: https://github.com/Scalr/terraform-provider-scalr/releases/tag/v1.2.0