Skip to content

Releases: gruntwork-io/terragrunt

v0.66.6

13 Aug 18:53
e0c5cbe
Compare
Choose a tag to compare

Updated CLI args, config attributes and blocks

  • engine

Description

  • Improved handling of engine execution output.

Related links

Full Changelog: v0.66.5...v0.66.6

v0.66.5

13 Aug 12:47
c818ea4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.66.4...v0.66.5

v0.66.4

12 Aug 11:12
beabb5e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.66.3...v0.66.4

v0.66.3

06 Aug 19:20
02ad89f
Compare
Choose a tag to compare

Updated CLI args, config attributes and blocks

  • dependency
  • get_repo_root

Description

  • Improved efficiency in evaluating dependencies and locating the git repository root.

Cache Adjustments

output

Included changes:

  • added caching of HCL parsing struct
  • added caching of git --show-toplevel
  • updated fetching of TerragruntConfig to do full clone of struct
  • replaced global variables cache with data from context
  • added metrics for cache miss/hits

Related links

Full Changelog: v0.66.2...v0.66.3

v0.66.2

06 Aug 14:09
c89bba5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.66.1...v0.66.2

v0.66.1

02 Aug 15:48
bb1c138
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.66.0...v0.66.1

v0.66.0

02 Aug 12:23
acbc58a
Compare
Choose a tag to compare

Description

OpenTofu 1.8 support: We are now continuously testing Terragrunt against OpenTofu 1.8 and it 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 the OpenTofu version that is being tested.

What's Changed

Full Changelog: v0.65.0...v0.66.0

v0.65.0

02 Aug 12:02
f99734a
Compare
Choose a tag to compare

Updated CLI args, config attributes and blocks

  • sops_decrypt_file

Description

  • Adjusted path resolution in sops_decrypt_file to resolve files relative to the terragrunt.hcl file.

What's Changed

  • chore: Bumping gruntwork-io/pre-commit to v0.1.23 by @yhakbar in #3311
  • sops_decrypt_file(): resolve path argument relative to terragrunt.hcl by @sybereal in #2752

New Contributors

Full Changelog: v0.64.5...v0.65.0

v0.64.5

01 Aug 10:23
2b40a24
Compare
Choose a tag to compare

Updated CLI args, config attributes and blocks

  • hclvalidate

Description

  • Sorting output and fixing minor bugs in hclvalidate command.

Breaking Changes

  • --terragrunt-hclvalidate-invalid flag have been renamed to --terragrunt-hclvalidate-show-config-path
  • TERRAGRUNT_HCLVALIDATE_INVALID env var have been renamed to TERRAGRUNT_HCLVALIDATE_SHOW_CONFIG_PATH

Related links

Full Changelog: v0.64.4...v0.64.5

v0.64.4

30 Jul 16:19
90648ea
Compare
Choose a tag to compare

Updated CLI args, config attributes and blocks

  • hclvalidate

Description

  • Fixing "dependency cycle between modules" when using hclvalidate command with undefined config_path attribute.

Related links

Full Changelog: v0.64.3...v0.64.4