Skip to content

v0.4.0

Compare
Choose a tag to compare
@lkysow lkysow released this 04 Jul 08:46
f5a906d

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