Skip to content

Releases: gruntwork-io/terragrunt

v0.67.9

18 Sep 17:17
2593c5e
Compare
Choose a tag to compare

Updated CLI args, config attributes and blocks

  • catalog

What's Changed

  • feat: Adding codespell to Automatically Check Spelling.
  • feat: Adding issue templates.
  • bug: Fixing repository update for catalog command.

Related links

Full Changelog: v0.67.8...v0.67.9

v0.67.8

17 Sep 20:55
814fb36
Compare
Choose a tag to compare

What's Changed

  • Adding user-friendly errors for invalid envs/flags.

Related links

Full Changelog: v0.67.7...v0.67.8

v0.67.7

17 Sep 16:36
db3e671
Compare
Choose a tag to compare

Updated CLI args, config attributes and blocks

  • engine

What's Changed

  • Added support for downloading the latest engine release from GitHub sources.

Related links

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