Update dependency gruntwork-io/terragrunt to v0.69.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
gruntwork-io/terragrunt | patch |
v0.69.0 -> v0.69.1
|
|
gruntwork-io/terragrunt | ironbank-github | patch |
v0.69.0 -> v0.69.1
|
⚠ WarningSome dependencies could not be looked up. Check the warning logs for more information.
Release Notes
gruntwork-io/terragrunt (gruntwork-io/terragrunt)
v0.69.1
New Feature
Using the OpenTofu/Terraform -detailed-exitcode flag with the run-all command results in an aggregate exit code being returned, rather than the exit code of any particular unit.
The algorithm for determining the aggregate exit code is as follows:
If any unit throws a 1, Terragrunt will throw a 1. If any unit throws a 2, but nothing throws a 1, Terragrunt will throw a 2. If nothing throws a non-zero, Terragrunt will throw a 0.
What's Changed
- feat:
-detailed-exitcode
withrun-all
commands by @levkohimins in https://github.com/gruntwork-io/terragrunt/pull/3585
Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.69.0...v0.69.1
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.