Skip to content

Releases: gruntwork-io/terragrunt

v0.62.1

15 Jul 18:24
a7948a6
Compare
Choose a tag to compare

Description

  • Updated dependencies:
    • google.golang.org/grpc v1.65.0
    • golang.org/x/sys v0.22.0
    • golang.org/x/crypto v0.25.0
    • github.com/gruntwork-io/terragrunt-engine-go v0.0.2

Related links

v0.62.0

12 Jul 16:56
511d186
Compare
Choose a tag to compare

Updated CLI args, config attributes and blocks

  • engine

Description

  • Added support for experimental engine block (docs).

Related links

v0.61.1

11 Jul 20:21
ec2c1eb
Compare
Choose a tag to compare

Updated CLI args, config attributes and blocks

  • before_hook
  • after_hook

Description

  • Added passing of extra ENVs to the hook's executed command

Related links

Full Changelog: v0.61.0...v0.61.1

v0.61.0

11 Jul 13:17
e37d71e
Compare
Choose a tag to compare

Updated CLI args, config attributes and blocks

  • --terragrunt-excludes-file
  • hclvalidate

Description

  • Added --terragrunt-excludes-file flag to set excluded directories from a file (docs).
  • Added hclvalidate command to validate Terragrunt configs (docs).

Related links

Full Changelog: v0.60.1...v0.61.0

v0.60.1

08 Jul 16:06
2ff3bd7
Compare
Choose a tag to compare

Updated CLI args, config attributes and blocks

  • include

Description

  • Enhanced handling of concurrent configuration writes from multiple includes.

Related links

v0.60.0

05 Jul 08:12
3296372
Compare
Choose a tag to compare

Description

Terraform 1.9 support: We are now testing Terragrunt against Terraform 1.9 and is confirmed to be working.

NOTE: Although this release is marked as backward incompatible, it is functionally compatible as nothing has been changed in Terragrunt internals. The minor version release is useful to mark the change in Terraform version that is being tested.

Related links

v0.59.7

04 Jul 20:31
187f912
Compare
Choose a tag to compare

Description

  • Fixed using dynamic AWS credentials with get_aws_account_id() built-in function.

Related links

Full Changelog: v0.59.6...v0.59.7

v0.59.6

27 Jun 12:44
6dd7aae
Compare
Choose a tag to compare

Description

  • Updated github.com/hashicorp/go-retryablehttp from 0.7.1 to 0.7.7
  • Updated github.com/hashicorp/go-getter from 1.7.4 to 1.7.5

Related links

v0.59.5

21 Jun 15:30
91029aa
Compare
Choose a tag to compare

Updated CLI args, config attributes and blocks

  • --terragrunt-auth-provider-cmd

Description

  • Fixed using dynamic AWS credentials with remote_state

Related links

v0.59.4

17 Jun 08:12
2d864f5
Compare
Choose a tag to compare

Description

  • Fixed fetching compressed data from a network mirror server (Terragrunt Provider Cache)

Related links