Skip to content

Commit

Permalink
chore: prepare v0.5.0 release (update changelog)
Browse files Browse the repository at this point in the history
  • Loading branch information
malhussan committed Apr 3, 2024
1 parent 21bd961 commit f7baeb8
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.5.0]

### Changed

- Fixed enabling resource group creation permission for replicator when using top level module.

### Added

- Added privilege escalation prevention policy for replicator
- New configuration option `workload_identity_federation` to create federated credentials. Unset by default.
- New configuration option `create_passwords` to enable/disable creation of password credentials. Defaults to `true`.
- Fixed enabling resource group creation permission for replicator when using top level module.

## [v0.4.0]

## [v0.3.0]

## [v0.2.0]

Expand All @@ -37,6 +46,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial Release

[unreleased]: https://github.com/meshcloud/terraform-azure-meshplatform/compare/v0.2.0...HEAD
[unreleased]: https://github.com/meshcloud/terraform-azure-meshplatform/compare/v0.5.0...HEAD
[v0.1.0]: https://github.com/meshcloud/terraform-azure-meshplatform/releases/tag/v0.1.0
[v0.2.0]: https://github.com/meshcloud/terraform-azure-meshplatform/releases/tag/v0.2.0
[v0.3.0]: https://github.com/meshcloud/terraform-azure-meshplatform/releases/tag/v0.3.0
[v0.4.0]: https://github.com/meshcloud/terraform-azure-meshplatform/releases/tag/v0.4.0
[v0.5.0]: https://github.com/meshcloud/terraform-azure-meshplatform/releases/tag/v0.5.0

0 comments on commit f7baeb8

Please sign in to comment.