Skip to content

Releases: transcend-io/terragrunt-atlantis-config

v0.11.0

30 Nov 17:10
6bafb43
Compare
Choose a tag to compare

Added support for a few new features:

  • a locals value atlantis_skip that will remove a module from the output
  • a flag/locals combo for terraform-version to override the terraform version for some modules

Also updated the documentation a fair amount to clarify using flags and locals.

v0.10.1

04 Nov 21:23
482a928
Compare
Choose a tag to compare

Fix version string in binary

v0.10.0

04 Nov 21:14
45f8fd0
Compare
Choose a tag to compare

Allows preserving on any workflows you specify in your existing atlantis.yaml file.

#80

v0.9.7

02 Oct 15:29
dad7b6a
Compare
Choose a tag to compare

Remove cache of parseLocals, which fixes bugs where functions in parent terragrunt module locals would only be evaluated for a single child

v0.9.6

01 Oct 20:52
ab8a0f9
Compare
Choose a tag to compare

Ignore empty string dependencies. Previously they would be replaced by ..

v0.9.5

01 Oct 16:08
baa7400
Compare
Choose a tag to compare

Updates the parsing of parent terragrunt modules so that they are evaluated from the point of view of the child directories.

Added more testing and updated the documentation.

See: #71

v0.9.4

30 Sep 16:50
93800b3
Compare
Choose a tag to compare

Add support for -var-file extra_arguments in the arguments subfield.

See: #69

v0.9.3

30 Sep 05:25
a97e7da
Compare
Choose a tag to compare

Fix bug with parsing extra arguments

Fixes issue where extra_argument blocks without required or optional fields specified caused a golang panic because of a segmentation fault when dereferencing a null pointer.

Relevant: https://www.youtube.com/watch?v=bLHL75H_VEM

See: #67

v0.9.2

28 Sep 20:12
a751434
Compare
Choose a tag to compare

Handles extra_argument fields in terraform blocks of Terragrunt config.

See: #60

v0.9.1

28 Sep 18:53
8aef64f
Compare
Choose a tag to compare

Ensure that terragrunt-atlantis-config version always returns a version, no matter the installation method