Update dependency gruntwork-io/terragrunt to v0.71.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
gruntwork-io/terragrunt | minor |
v0.70.4 -> v0.71.1
|
|
gruntwork-io/terragrunt | ironbank-github | minor |
v0.70.4 -> v0.71.1
|
⚠ WarningSome dependencies could not be looked up. Check the warning logs for more information.
Release Notes
gruntwork-io/terragrunt (gruntwork-io/terragrunt)
v0.71.1
What's Changed
- feat: Adding
log-disable-error-summary
flag by @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/3687
Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.71.0...v0.71.1
v0.71.0
🔧 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 https://github.com/gruntwork-io/terragrunt/pull/3686
- feat: Adding logging docs by @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/3688
Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.70.4...v0.71.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.