v1.0.0
First major release 🎉
The primary upgrade here is that terragrunt-atlantis-config now integrates directly into your Atlantis server, so that you and your developers do not need to install this tool onto your local machines if you don't want to. To get started with the integration, follow the instructions here: https://github.com/transcend-io/terragrunt-atlantis-config#integrate-into-your-atlantis-server
This is also a great opportunity for this library to get onto true semantic versioning. To make good use of a major version bump, there is one breaking change:
The --ignore-parent-terragrunt
flag now defaults to true
, while it previously defaulted to false
. So if you want to create Atlantis projects for your parent configs, but previously were relying on the default, you'll need to add --ignore-parent-terragrunt=false
to your commands.