Skip to content

Releases: transcend-io/terragrunt-atlantis-config

v0.9.0

28 Sep 18:30
8a51392
Compare
Choose a tag to compare

Inherit locals from parent terragrunt files

See: #61

v0.8.0

22 Sep 20:26
929c783
Compare
Choose a tag to compare

Support the addition of each Project Name in atlantis.yaml

As when defining different workspaces for each directory,
this info is also needed when running atlantis plan/apply -d ${git_root}/stage/app -w stage_app
to run the command on specific directory but one could also use the
atlantis plan/apply -p stage_app in case there is a project name defined.
As this uses the same convention with the name of workspace (which should
be unique) and the default value is disabled this should not create any
problems to the current users.

See: #57

v0.7.0

03 Sep 15:36
7f2c726
Compare
Choose a tag to compare

Added flag to enable setting workflow names, which enables true parallelism on atlantis (#51)

See the README for updated documentation

v0.6.0

16 Jul 19:51
892cfff
Compare
Choose a tag to compare

Added the option to specify workflow names in individual terragrunt modules

v0.5.0

08 Jul 05:38
32719c2
Compare
Choose a tag to compare

Fixed bug where option --ignore-parent-terragrunt was not working #35

v0.4.4

07 Jul 13:04
53658ea
Compare
Choose a tag to compare

Updated terragrunt version

v0.4.3

01 Jul 15:52
ea78502
Compare
Choose a tag to compare

Added check for the text "github.com" in module source to determine if the module is remote or local

v0.4.2

01 Jul 15:48
f26555c
Compare
Choose a tag to compare

Added check for the text "github" in module source to determine if the module is remote or local

v0.4.1

01 Jul 15:41
15939b6
Compare
Choose a tag to compare

Bug Fix: terragrunt-atlantis-config now works in directories that contain the text "git"

v0.4.0

26 Jun 15:40
53cbf6f
Compare
Choose a tag to compare

Added the ability to specify extra dependencies (from non-terragrunt files). Check the README for full updates