Releases: Azure/ALZ-PowerShell-Module
Releases · Azure/ALZ-PowerShell-Module
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)
3.1.2
3.1.2-alpha
3.1.1
Changes
- chore: revert - chore try to fix release process (#198) @jaredfholgate (#199)
3.1.1-alpha
Changes
- chore: revert - chore try to fix release process (#198) @jaredfholgate (#199)
3.1.0
Changes
- chore: fix release process @jaredfholgate (#198)
- feat: multi region support for terraform @jaredfholgate (#197)
- docs: Add notice for permissions propagation @oZakari (#192)
- docs: fix variable name in config examples @jaredfholgate (#190)
3.0.4
Changes
- feat: improvements to inputs and region validation @jaredfholgate (#182)
- fix: Remove unneeded policies @oZakari (#181)
- hygeine: Triage policies @oZakari (#176)
- Docs: Fix bootstrap subscription id for advanced scenarios @jaredfholgate (#175)
- Docs: Update local steps to use azure ad auth @jaredfholgate (#174)
- Enhancement - Fix Terraform starter module docs and samples @jaredfholgate (#173)