Releases: Azure/alz-terraform-accelerator
Releases · Azure/alz-terraform-accelerator
v2.0.3
What's Changed
- feat: upgrade modules and add resiliency by default by @luke-taylor in #130
- docs: runner group variable by @jaredfholgate in #132
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Fix upgrade guide link by @jaredfholgate in #125
- branch protection note update by @jaredfholgate in #126
- Update upgrade docs by @jaredfholgate in #127
- enhancement: update for latest version of vnext by @jaredfholgate in #128
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- enhancement: update docs for azure devops agents additional pat by @jaredfholgate in #123
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Breaking changes
This release includes a major refactor of the ALZ PowerShell module to de-couple the bootstrap modules, allowing us to support Bicep and other workloads moving forward. This has introduced a few breaking changes that would impact anyone moving from a previous version to this one using the automated upgrade approach. This has no impact on greenfield deployments.
- Renamed
starter_module
variable tostarter
in the bootstraps. Only impacts people using an input file and re-running the accelerator. - Added a new PAT token variable for GitHub specific to runners. This is an optional input for self-hosted runners to enable the container instance to generate a registration token.
- Moved to ephemeral runners for GitHub. Related to the previous bullet, this is a new way to register runners to avoid some of the previous issues with timeouts of the activation token.
- Updated the folder structure for the intermediate file system. Does not impact what is deployed, but does break the unsupported upgrade path. The new folder structure separates the bootstrap and starter into equivalently named folders.
What's Changed
- update: bug_report issue template by @luke-taylor in #110
- Added new condition option, for SPN role assignment which is now required by @richredgrave in #113
- Cleanup and docs updates for major refactor by @jaredfholgate in #122
New Contributors
- @richredgrave made their first contribution in #113
Full Changelog: v1.1.2...v2.0.0
v1.1.2
What's Changed
- enhancment: set azure devops timeout to max by @jaredfholgate in #111
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- bug: init fails for Microsoft-hosted agent in Azure DevOps by @jaredfholgate in #109
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Minor typo in hub var.tf and Recommendation to Quick Start content by @ATuckwell in #104
- chore: wiki-sync.yml perms by @jaredfholgate in #105
- chore: Bring module names in line by @jaredfholgate in #107
Breaking changes
- The module name has been updated in the
basic
starter module. If you update the bootstrap and replace it, your subsequent plan may attempt to destroy and re-create the landing zone. In this case, simply add a moved block to your code to handle the rename. We have not added this to the code as we expect thebasic
is only used for testing purposes and the accelerator is also not designed to be updated in place.
New Contributors
- @ATuckwell made their first contribution in #104
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- fix: add depends_on
hubnetworking
by @luke-taylor in #99
Full Changelog: v0.4.3...v1.0.1
v1.0.0
What's Changed
Version 1 release. See our blog post: https://aka.ms/alz/accelerator/blog
- docs: add trouble shooting for ALZ module by @jaredfholgate in #97
- Disable shared access key by @jaredfholgate in #93
Full Changelog: v0.4.2...v1.0.0
v0.4.3
What's Changed
- docs: add trouble shooting for ALZ module by @jaredfholgate in #97
- Disable shared access key by @jaredfholgate in #93
Full Changelog: v0.4.2...v0.4.3