Skip to content

Releases: gruntwork-io/terragrunt

v0.63.2

18 Jul 19:38
05dc2e9
Compare
Choose a tag to compare

Updated CLI args, config attributes and blocks

  • --auth-provider-cmd

Description

  • Fixing getting dynamic credentials before parsing local block.

Related links

Full Changelog: v0.63.1...v0.63.2

v0.63.1

18 Jul 18:08
4d7e896
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.63.0...v0.63.1

v0.63.0

17 Jul 15:23
5554d8a
Compare
Choose a tag to compare

What's Changed

🛠️ Breaking Change

Note that this release introduces a breaking change to the flag used for web identity tokens by correcting a typo in the name of the environment variable. If you are currently using the environment variable TERRRAGRUNT_IAM_ASSUME_ROLE_WEB_IDENTITY_TOKEN, make sure to add the corrected spelling of TERRAGRUNT_IAM_ASSUME_ROLE_WEB_IDENTITY_TOKEN before upgrading to this version of Terragrunt.

Change

  • fix: Reducing the number of Rs in TERRRAGRUNT_IAM_ASSUME_ROLE_WEB_IDENTITY_TOKEN by @yhakbar in #3272

Full Changelog: v0.62.3...v0.63.0

v0.62.3

16 Jul 20:24
081fce5
Compare
Choose a tag to compare

Updated CLI args, config attributes and blocks

  • scaffold

Description

  • Updated scaffold command to support multi-line variables description.

Related links

v0.62.2

16 Jul 17:46
a2f630e
Compare
Choose a tag to compare

Description

  • Hiding diagnostic error when first parsing remote_state block

Related links

Full Changelog: v0.62.1...v0.62.2

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