Releases: Azure/ALZ-PowerShell-Module
Releases · Azure/ALZ-PowerShell-Module
4.1.1-alpha
Changes
- fix: Update for location. @VeronicaSea (#238)
4.1.0
Changes
- feat: add submodule support @jaredfholgate (#235)
- docs: fixed some minor typos in upgrade-guide @sjohner (#233)
- chore: pull request labeller @jaredfholgate (#234)
- docs: fix the link to the upgrade guide @gcbikram (#228)
- fix: missing corp and online in default examples @jaredfholgate (#225)
- fix: add missing management resources for exmaples @jaredfholgate (#224)
4.0.4-alpha
Changes
- fix: add missing management resources for exmaples @jaredfholgate (#224)
4.0.3
Changes
- fix: null configuration value @jaredfholgate (#222)
- fix: Update slz input yaml files. @VeronicaSea (#221)
- fix: update slz input yaml file links @VeronicaSea (#220)
- docs: add sovereign landing zone @jaredfholgate (#219)
- chore: issue template improvement @jaredfholgate (#218)
4.0.2
Changes
- fix: boolean true output issue @jaredfholgate (#215)
4.0.2-alpha
Changes
- fix: boolean true output issue @jaredfholgate (#215)
4.0.1
Changes
- feat: multi input file support @jaredfholgate (#214)
- docs: single region config files @jaredfholgate (#210)
- docs: missing docs multi region link @jaredfholgate (#208)
- fix: examples docs @jaredfholgate (#207)
- docs: Update placeholder value in ALZ module code creation @Springstone (#203)
4.0.1-alpha
Changes
- docs: Update placeholder value in ALZ module code creation @Springstone (#203)
4.0.0
Compatibility
Please note the this release is not backwards compatible with earlier versions of bootstrap and starter modules.
Minimum versions are:
- Bootstrap: > v4.0.0
- Bicep Starter: > v0.19.4
- Terraform Starter: > v3.0.0
What's Changed
We have removed UI support from the Accelerator. The input configuration file is now required to supply inputs. This is a breaking change, hence the major version bump.
We have also added new features and updated the docs accordingly:
- All inputs can now be supplied via environment variables.
- All PowerShell parameters can now be supplied via environment variable or the input configuration file.
- The
local
option for Bicep now outputs a PowerShell script that can be immediately run to deploy the ALZ. The script can also be used in third-party VCS. - The
local
option now grants the relevant IAM rights to the account running the deployment by default, so the ALZ can be deployed immediately with no intervention required. - Code and configuration has been significantly simplified enabling us to move faster with updates and new features moving forward.
Environment variables can be used for sensitive inputs to prevent them being persisted to file. For example VCS PAT.
- feat: remove ui support by @jaredfholgate in #202
Deprecations
- The
legacy
Bicep mode has been removed. - The UI prompts for input if a config file is not supplied have been removed.
Full Changelog: 3.1.2...4.0.0
4.0.0-alpha
Changes
- feat: remove ui support @jaredfholgate (#202)