v0.4.0
Features
- Autoplanning - Atlantis will automatically run
plan
on new pull requests and
when new commits are pushed to the pull request. - New repository
atlantis.yaml
format that supports:- Complete customization of commands run
- Single config file for whole repository
- Controlling autoplanning
- Moved docs to standalone website from the README.
- Fixes:
Bugfixes
Backwards Incompatibilities / Notes:
- The old
atlantis.yaml
config file format is not supported. You will need to migrate to the new config
format, see: https://www.runatlantis.io/docs/upgrading-atlantis-yaml-to-version-2.html - To use the new config file, you must run Atlantis with
--allow-repo-config
. - Atlantis will now try to automatically plan. To disable this, you'll need to create an
atlantis.yaml
file
as follows:
version: 2
projects:
- dir: mydir
autoplan:
enabled: false
Downloads
Docker
runatlantis/atlantis:v0.4.0