Skip to content

Commit

Permalink
Merge pull request #284 from Scalr/changelog/1.5.0
Browse files Browse the repository at this point in the history
Bump changelog to v1.5.0
  • Loading branch information
petroprotsakh committed Oct 13, 2023
2 parents 4a7c8b9 + 0b36687 commit 0436bb9
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions CHANGELOG.md
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0436bb9

Please sign in to comment.