Description
Feature release with some new flags and bugfixes.
This release is thanks to our new Atlantis maintainer team:
Features
- Allow configuring number of concurrent plans/applies via new
-parallel-pool-size
flag (#1177 by @dmattia) - Add new flag
-disable-apply
that will disable the ability to run all applies (#1230 by @gezb) - This release will release with an arm64 binary (#1291 by @pgroudas)
- Add
pre_workflow_hooks
steps to allow for running custom scripts before workflow execution (#1255 by @msarvar) - Update default Terraform version to 0.14.3
Bugfixes
- Fix bug checking for up to date branches when using GitHub App installation and
-checkout-strategy=merge
(Fixes #1236 by @nishkrishnan) - Fix version detection for versions with prereleases when running Terraform >= 0.12.0 (Fixes #1276 by @acastle)
- Fix bug detecting Terraform files (#1253 by @surminus)
Backwards Incompatibilities / Notes:
- If you're using the Atlantis Docker image and aren't setting the
--default-tf-version
flag
then the default version of Terraform will now be 0.14.3. Simply set the above
flag to your desired default version to avoid any issues.