Skip to content

2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Mar 13:43
· 68 commits to refs/heads/main since this release
a2e0390

Breaking changes

  • There are no breaking changes for Bicep
  • For Terraform we have made the following changes that would impact anyone upgrading from a previous version.
    • Renamed starter_module variable to starter 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.

Changes