Skip to content

Releases: gruntwork-io/terragrunt

v0.67.1

30 Aug 14:21
61ae89b
Compare
Choose a tag to compare

Description

  • Updated go-getter to v1.7.6
  • Updated aws-sdk-go to v1.55.5

Related links

v0.67.0

27 Aug 20:21
db752bf
Compare
Choose a tag to compare

Updated CLI args, config attributes and blocks

  • --terragrunt-forward-tf-stdout (docs)
  • --terragrunt-disable-log-formatting (docs)

Breaking Changes

  • --terragrunt-include-module-prefix flag is deprecated, use --terragrunt-forward-tf-stdout instead

  • Default logging behavior: prior to this release, Terragrunt would directly forward output from OpenTofu/Terraform to stdout without any additional context. This could result in confusing output to users when running run-all or using features like hooks, as all of the stout was output in the same stream.

    To improve the experience of using Terragrunt, stdout from OpenTofu/Terraform is now forwarded with additional context like the binary that is being executed and the relative directory where logs are being emitted from.

    This was previously partially available via the --terragrunt-include-module-prefix flag, but that behavior did not format logs nicely and users are better served with this behavior being the default.

    To opt-out of this behavior, use the --terragrunt-forward-tf-stdout flag to preserve legacy behavior.

What's Changed

Old Terragrunt log:
old-logs

New Terragrunt log:
new-logs

New Contributors

Full Changelog: v0.66.9...v0.67.0

v0.66.9

20 Aug 16:02
5867027
Compare
Choose a tag to compare

Updated CLI args, config attributes and blocks

  • --terragrunt-fetch-dependency-output-from-state

Description

  • Fixed the --terragrunt-fetch-dependency-output-from-state feature flag to work correctly with non-applied dependencies.

Special thanks

Special thanks to @rodrigorfk for their contribution!

Related links

v0.66.8

15 Aug 16:17
9accf24
Compare
Choose a tag to compare

What's Changed

  • chore: Bumping go version used during builds to 1.22 by @yhakbar in #3346

Full Changelog: v0.66.7...v0.66.8

v0.66.7

15 Aug 14:41
583bf70
Compare
Choose a tag to compare

What's Changed

  • fix: Reverting to asserts for non error checking assertions by @yhakbar in #3341
  • fix: Updated documentation for --terragrunt-graph-root by @denis256 in #3344
  • fix: Fixing remote state init skip by @yhakbar in #3345
  • chore: Adding test Lint Presets by @yhakbar in #3340

Full Changelog: v0.66.6...v0.66.7

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