Skip to content

Releases: gruntwork-io/terragrunt

v0.1.4

15 Nov 00:13
Compare
Choose a tag to compare
  • The refresh command now also locks, as it may change the Terraform state file.

v0.1.3

28 Oct 14:17
Compare
Choose a tag to compare
  • The import and remote push commands now both properly attain a lock before running.

v0.1.2

18 Oct 14:37
Compare
Choose a tag to compare
  • terragrunt now supports specifying a custom path to the .terragrunt config file using the --terragrunt-config option or the TERRAGRUNT_CONFIG environment variable.

v0.1.1

03 Oct 21:06
Compare
Choose a tag to compare
  • Update versions of all Go dependencies. We are hopeful this may fix #36.

v0.1.0

28 Sep 15:53
Compare
Choose a tag to compare

BREAKING CHANGE

The syntax for the .terragrunt file has been modified to use snake_case (which is idiomatic for the HCL language) and to be more consistent between locks and remote state. Please see the root README for the new syntax.

v0.0.11

14 Sep 00:38
Compare
Choose a tag to compare
  • Terragrunt now uses sts.GetCallerIdentity to fetch a user id instead of iam.GetUser. This allows it to work with dynamic credentials from STS (from GetSessionToken) and the AWS_SESSION_TOKEN environment variable.

v0.0.10

01 Jul 21:19
Compare
Choose a tag to compare
  • Build terragrunt using module-ci

v0.0.9

20 Jun 16:05
Compare
Choose a tag to compare
  • Terragrunt now detects CTRL+C (SIGINT) and will shutdown gracefully and release locks

v0.0.8

13 Jun 16:25
Compare
Choose a tag to compare
  • Fix a panic that would occur when using Terragrunt on a totally new repo with no Terraform state files

v0.0.7

04 Jun 15:35
Compare
Choose a tag to compare
  • Better log output and fixed paths in build script