v0.17.1
Feature release containing a number of bug fixes.
Note: as of this release we are now also publishing releases to Github Container Registry. We will stop publishing releases to Dockerhub in a subsequent major version release, please migrate any workflows to start using Github Container Registry in the meantime.
Features/Improvements
- Add extra args support for policy checking command (#1511 by @nishkrishnan)
- Add undiverged apply requirement (#1587 by @pcalley)
- Modify logging timestamp to be ISO8601 (#1625 by @tkishore1192)
- Add run step environment variable SHOWFILE (#1611 by @mhennecke)
- Add flag to disable automerge for
atlantis apply
(#1533 by @spirosoik) - Add support for deduping extra terraform args (#1651 by @gezb)
- Preserving terraform.lock.hcl when present by not upgrading during terraform init (#1651 by @gezb)
Bug Fixes
- Fix a bug with the hide previous command logic (#1549 by @nishkrishnan)
- Fix a bug with Azure Dev ops Prs where only the recent commit was used to get the diff (#1521 by @nishkrishnan)
- Fix bug with deleting source branch on merging Azure Dev Ops PRs (#1560 by @tapaszto)
- Fix regression with parallelApply and parallelPlan args being in the wrong order and therefore swapped. (#1574 by @Fauzyy)
- Fix nil pointer deference when
disable-repo-locking
is true. (#1557 by @Fauzyy) - Fix azure dev ops max comment characters to api limit (#1585 by @mhennecke)
- Fix bug where required terraform version was not being loaded when policy checks are enabled (#1658 by @msarvar)
- Fix bug where plan summary was not shown when changes outside of Terraform were detected (#1593 by @chroju)
Dependencies
- Upgrade conftest binary version to 0.25 (#1516 by @msarvar)
- Upgrade default tf version to 1.0 (#1622 by @chenrui333)
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 1.0. Simply set the above
flag to your desired default version to avoid any issues.
Docker
Github Container Registry
ghcr.io/runatlantis/atlantis:v0.17.1