Skip to content

Releases: gruntwork-io/terragrunt

v0.67.6

16 Sep 16:16
64baa28
Compare
Choose a tag to compare

What's Changed

  • Allow pre-release versions to pass version constraints.
  • Fixing output STDOUT logs to stdout. Without the --terragrunt-forward-tf-stdout flag, STDOUT level log entries were sent to stdout. They mixed with the JSON output and could cause parsing issues in the user's workflow.

Related links

Full Changelog: v0.67.5...v0.67.6

v0.67.5

13 Sep 21:16
68e95e1
Compare
Choose a tag to compare

Updated CLI args, config attributes and blocks

  • --terragrunt-log-show-abs-paths
  • --terragrunt-log-disable

What's Changed

  • Fixing various logging issues.
  • Removing panic, fatal log levels.
  • Adding stderr, stdout log levels to control Terraform/OpenTofu output in the Terragrunt log.
  • Adding --terragrunt-log-show-abs-paths flag to show absolute paths in logs.
  • Adding --terragrunt-log-disable flag to disable logging.
  • Adding preserved label exemption to stale check.

Related links

Full Changelog: v0.67.4...v0.67.5

v0.67.5-beta2024091201

12 Sep 21:55
Compare
Choose a tag to compare
Pre-release

Logging Beta

This Beta release of Terragrunt includes bug fixes and refactors to address a handful of issues with logging.

It tracks the work introduced here:
#3400

v0.67.4

09 Sep 18:07
caa4890
Compare
Choose a tag to compare

Updated CLI args, config attributes and blocks

  • terraform

Description

  • feat: Added TERRAGRUNT_TEMP_QUOTE_NULL environment variable to change the handling of null values.

TERRAGRUNT_TEMP_QUOTE_NULL

Setting the value of this undocumented feature flag to 1 allows users to temporarily revert the breaking change in release v0.50.0, preventing the sending of string "null" as the value of an input to OpenTofu/Terraform instead of not set an input at all.

The flag is being introduced into the codebase for a temporary duration to support Enterprise customers that have asked for this as a stop gap while they update their codebase to no longer need it.

Terragrunt will not support this flag in the future. Do not rely on it.

We will be coordinating closely with Enterprise customers to determine when they no longer need it supported. At that time, removal of the feature flag will be scheduled, then removed.

Related links

v0.67.3

05 Sep 13:10
bab3ac1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.67.2...v0.67.3

v0.67.2

04 Sep 18:10
628086b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.67.1...v0.67.2

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