Releases: meshcloud/terraform-azure-meshplatform
Releases · meshcloud/terraform-azure-meshplatform
v0.7.0
v0.6.0
Added
- Option to provide replicator service principal permission to cancel subscriptions on specified scopes (i.e. landing zones)
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- feat: workload identity federation by @henryde in #29
- fix: pass replicator_rg_enabled from top level by @malhussan in #30
- fix: multiple replicators can exist in a tenant by @malhussan in #31
- chore: prepare v0.5.0 release (update changelog) by @malhussan in #32
New Contributors
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- fix:metering and replicator output change by @ishabakeh in #23
- feat: update azurem and azuread version, add depends_on to the role a… by @ishabakeh in #26
- Variables for name and permission control by @felixzieger in #27
Full Changelog: v0.3.1...v0.4.0
v0.3.3
What's Changed
- fix:metering and replicator output change by @ishabakeh in #23
Full Changelog: v0.3.1...v0.3.3
v0.3.2
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- fix: service principal output by @ishabakeh in #21
- feat/add_templateID_to_replicator_enterprise_app by @ishabakeh in #22
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- feat: Adds support for Azure RG based replication by @tfelix in #10
- Update README.md by @felixzieger in #9
- feat: privilege escalation prevention policy by @felixzieger in #12
- feat: update the example's comment and backend conf by @ishabakeh in #13
- Update outputs.tf by @ishabakeh in #14
- chore: enable merge queue by @malhussan in #15
- clean up example by @felixzieger in #16
- chore: simplify policy rule by @felixzieger in #17
- MCA Integration by @pmoore-meshcloud in #18
- Feature/change kraken to metering by @ishabakeh in #19
- chore: Update README_logo.md by @ishabakeh in #20
New Contributors
- @tfelix made their first contribution in #10
- @ishabakeh made their first contribution in #13
- @pmoore-meshcloud made their first contribution in #18
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
v0.2.0
BREAKING
- Rename all occurrences of spp to service principal for more clarity.
- Using submodules directly is only possible with Terraform v1.0 or above.
Changed
- Documentation for kraken now mentions the use-case: metering.
- Fixed meshcloud-sso module output reference
- Fixed syntax error in a resource in meshcloud-sso module
- Add permissions for tags replication
Added
- Added CHANGELOG.md
- Added pre-commit hooks