Skip to content

Commit cc97e51

Browse files
authored
Merge pull request #449 from Scalr/Update-Changelog-3.6.0
Update CHANGELOG.md
2 parents 5693ae4 + 39c081c commit cc97e51

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.6.0] - 2025-08-08
11+
12+
### Fixed
13+
14+
- `scalr_agent_pool`: warning misfire for attribute `account_id`. ([#447](https://github.com/Scalr/terraform-provider-scalr/pull/447))
15+
- `scalr_role`: warning misfire for attribute `account_id`. ([#443](https://github.com/Scalr/terraform-provider-scalr/pull/443))
16+
1017
### Added
1118

1219
- **New resource:** `scalr_module_namespace` ([#441](https://github.com/Scalr/terraform-provider-scalr/pull/441))
@@ -20,13 +27,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2027

2128
- `scalr_module`: attributes `account_id` and `environment_id` are deprecated and will be removed in the next major version ([#441](https://github.com/Scalr/terraform-provider-scalr/pull/441))
2229

30+
### Required
31+
32+
- scalr-server >= v2508.5.0
33+
2334
## [3.5.0] - 2025-07-18
2435

2536
### Fixed
2637

27-
- `scalr_agent_pool`: warning misfire for attribute `account_id`. ([#447](https://github.com/Scalr/terraform-provider-scalr/pull/447))
2838
- `scalr_wokspace_ids` data source must request only those attributes it uses. ([#437](https://github.com/Scalr/terraform-provider-scalr/pull/437))
29-
- `scalr_role`: warning misfire for attribute `account_id`. ([#443](https://github.com/Scalr/terraform-provider-scalr/pull/443))
39+
3040

3141
### Added
3242

@@ -1070,7 +1080,8 @@ Requires Scalr 8.0.1-beta.20200625 at least
10701080

10711081
- Initial release.
10721082

1073-
[Unreleased]: https://github.com/Scalr/terraform-provider-scalr/compare/v3.5.0...HEAD
1083+
[Unreleased]: https://github.com/Scalr/terraform-provider-scalr/compare/v3.6.0...HEAD
1084+
[3.6.0]: https://github.com/Scalr/terraform-provider-scalr/releases/tag/v3.6.0
10741085
[3.5.0]: https://github.com/Scalr/terraform-provider-scalr/releases/tag/v3.5.0
10751086
[3.4.0]: https://github.com/Scalr/terraform-provider-scalr/releases/tag/v3.4.0
10761087
[3.3.0]: https://github.com/Scalr/terraform-provider-scalr/releases/tag/v3.3.0

0 commit comments

Comments
 (0)