Skip to content

Releases: gruntwork-io/terragrunt

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

v0.0.6

03 Jun 10:48
Compare
Choose a tag to compare
  • Only configure remote state if it isn't already configured
  • Run terraform get automatically if modules haven't been downloaded
  • Use IAM username instead of OS username in lock metadata
  • Show help text if you run terragrunt with no args or options

v0.0.5

01 Jun 11:44
Compare
Choose a tag to compare
  • Faster gox build

v0.0.4

01 Jun 11:39
Compare
Choose a tag to compare

First release