Skip to content

Releases: Azure/ALZ-PowerShell-Module

4.0.0

02 Oct 08:00
4f25ad4
Compare
Choose a tag to compare

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.

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

02 Oct 07:57
4f25ad4
Compare
Choose a tag to compare
4.0.0-alpha Pre-release
Pre-release

Changes

3.1.2

27 Sep 04:39
1d27733
Compare
Choose a tag to compare

Changes

  • feat: Add updates for Bicep multi-region support @oZakari (#194)

3.1.2-alpha

27 Sep 04:36
1d27733
Compare
Choose a tag to compare
3.1.2-alpha Pre-release
Pre-release

Changes

  • feat: Add updates for Bicep multi-region support @oZakari (#194)

3.1.1

26 Sep 19:36
09f3e18
Compare
Choose a tag to compare

Changes

3.1.1-alpha

26 Sep 19:32
09f3e18
Compare
Choose a tag to compare
3.1.1-alpha Pre-release
Pre-release

Changes

3.1.0

26 Sep 19:28
9d965f3
Compare
Choose a tag to compare

Changes

3.0.4

06 Sep 17:20
aa0f60e
Compare
Choose a tag to compare

Changes

3.0.3

28 Aug 00:48
aaa460c
Compare
Choose a tag to compare

Changes

  • Fix logic for Bicep legacy upgrades/creation and wiki @oZakari (#133)

3.0.3-alpha

27 Aug 15:53
aaa460c
Compare
Choose a tag to compare
3.0.3-alpha Pre-release
Pre-release

Changes

  • Fix logic for Bicep legacy upgrades/creation and wiki @oZakari (#133)