Skip to content

Commit 25ff35d

Browse files
authored
Merge pull request #143 from Scalr/changelog
update CHANGELOG.md
2 parents 9913559 + 0c8698d commit 25ff35d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0-rc31] - 2022-07-01
11+
1012
### Added
1113
- `scalr_workspace`: added `pre-init` hook ([#142](https://github.com/Scalr/terraform-provider-scalr/pull/142))
1214
- `data.scalr_workspace`: added `pre-init` hook ([#142](https://github.com/Scalr/terraform-provider-scalr/pull/142))
1315

16+
### Fixed
17+
- `scalr_iam_team`: Account id is shown in the error message when trying to create `scalr_iam_team` resource and use it in datasource in parallel and without `depends_on` ([#135](https://github.com/Scalr/terraform-provider-scalr/pull/135))
18+
1419
## [1.0.0-rc30] - 2022-05-30
1520

1621
### Fixed
1722

1823
- `resource.scalr_policy_group_linkage`: optimized api interactions ([#120](https://github.com/Scalr/terraform-provider-scalr/pull/120))
1924
- `scalr_workspace`: vcs_repo and vcs_provider_id have to be passed simultaneously ([#130](https://github.com/Scalr/terraform-provider-scalr/pull/130))
20-
- `scalr_iam_team`: Account id is shown in error message when trying to create `scalr_iam_team` resource and use it in datasource in parallel and without `depends_on` ([#135](https://github.com/Scalr/terraform-provider-scalr/pull/135))
2125

2226
## [1.0.0-rc29] - 2022-05-13
2327

@@ -423,7 +427,8 @@ Requires Scalr 8.0.1-beta.20200625 at least
423427

424428
- Initial release.
425429

426-
[Unreleased]: https://github.com/Scalr/terraform-provider-scalr/compare/v1.0.0-rc30...HEAD
430+
[Unreleased]: https://github.com/Scalr/terraform-provider-scalr/compare/v1.0.0-rc31...HEAD
431+
[1.0.0-rc31]: https://github.com/Scalr/terraform-provider-scalr/releases/tag/v1.0.0-rc31
427432
[1.0.0-rc30]: https://github.com/Scalr/terraform-provider-scalr/releases/tag/v1.0.0-rc30
428433
[1.0.0-rc29]: https://github.com/Scalr/terraform-provider-scalr/releases/tag/v1.0.0-rc29
429434
[1.0.0-rc28]: https://github.com/Scalr/terraform-provider-scalr/releases/tag/v1.0.0-rc28

0 commit comments

Comments
 (0)