github gruntwork-io/terragrunt v0.71.0

latest releases: v0.71.2-alpha2024122001, v0.71.1
7 hours ago

🔧 Fixes

Terragrunt stdout and stderr streams have been adjusted to more closely align with what users expect when using a tool orchestrating OpenTofu/Terraform.

For more information, read the following docs.

🛠️ Breaking Changes

While a bugfix, if you were relying on the incorrect behavior Terragrunt used, redirecting OpenTofu/Terraform stdout to stderr, you will experience a breaking change in this release.

To avoid having this be a breaking release, you can either use Terragrunt stdout instead of stderr for inspecting OpenTofu/Terraform stdout, or you can use stream redirection to reproduce the buggy behavior.

terragrunt plan 1>&2

What's Changed

  • fix: Split stdout and stderr streams even when using custom logging by @yhakbar in #3686
  • feat: Adding logging docs by @yhakbar in #3688

Full Changelog: v0.70.4...v0.71.0

Don't miss a new terragrunt release

NewReleases is sending notifications on new releases.