Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
More optimizations of this sort are planned for future releases.
Size reduction of compiled binaries
The size of compiled binaries will be reduced due to the stripping of debug symbols from the final executable. As an example, this drops the size of the compiled Linux AMD64 binary from 99MB to 70MB.
This can be a small improvement to download times for environments where Terragrunt is downloaded frequently.
🐛 Bug Fixes
Fixed
-detailed-exitcode
behavior inrun --all
An unintended side-effect of addressing a different bug for Terragrunt’s handling of the
-detailed-exitcode
flag in OpenTofu/Terraform in retries was that any run in arun --all
could override the exit code of the entirerun --all
.This has been fixed. The exit code of the
run --all -- plan -detailed-exitcode
command will now properly aggregate exit codes from all runs in arun --all
, only reseting the exit code for an individual unit if it properly recovers after a retry.What's Changed
-detailed-exitcode
by @denis256 in fix: Setting of right exit code in case of detailed-exitcode gruntwork-io/terragrunt#4357Full Changelog: gruntwork-io/terragrunt@v0.80.2...v0.80.3
View the full release notes at https://github.com/gruntwork-io/terragrunt/releases/tag/v0.80.3.