Merged
Conversation
stefanb
approved these changes
Jan 5, 2026
Contributor
|
🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 bumpCreated with
brew bump-formula-pr.Details
release notes
—-queue-include-dir=path—-filter='{./path}'—-queue-exclude-dir=path—-filter='!{./path}'--queue-include-units-reading=root.hcl--filter='reading=root.hcl'--units-that-include=root.hcl--filter='reading=root.hcl'--queue-include-external-dependencies--filter='{./**}...'--queue-excludes-file=excludes.txt--filters-file='filters.txt'*--graph--filter='...{.}'--queue-excludes-filedoes not directly translate to the kind of file you can use for a--filters-file. To learn more, see the documentation.The table above also explains the aliasing that has been done internally to replace queue flags with their filter equivalents. The aliasing for these queue flags is present purely for backwards compatibility purposes, but they are not going to emit deprecation warnings, and will not be removed before the Terragrunt 1.0 release.
You are heavily encouraged to adopt the new
--filterflag for your infrastructure targeting needs as soon as feasible in your workflows. It will offer a significantly more flexible and powerful experience.To learn more see the Filters feature documentation.
🐛 Bug Fixes
The
get_original_terragrunt_dir()function is now supported interragrunt.stack.hclfilesWhen authoring explicit stacks, using the
get_original_terragrunt_dir()HCL function interragrunt.stack.hclfiles will now return the directory where theterragrunt.stack.hclfile lives, even when the configuration is read from another stack/unit usingread_terragrunt_config().Using Git-based expressions with the
--out-dirflag is fixedWhen using Git-based expressions using the
--filterflag, the relative path of units relative to their respective Git worktree roots is used for determining where the plan file will be saved, rather than a path in the relevant Git worktree.Color for output fetching is suppressed more reliably
Terragrunt will use
tofu output -json/terraform output -jsonmore reliably when users expect a lack of colors (like when colors are suppressed for Terragrunt).What's Changed
testing/synctestto makeTestWriteUnitLevelSummarymore reliable by @yhakbar in fix: Usingtesting/synctestto makeTestWriteUnitLevelSummarymore reliable gruntwork-io/terragrunt#5253get_original_terragrunt_dirduring stack generate by @philipmckenna-symphony in fix:get_original_terragrunt_dirduring stack generate gruntwork-io/terragrunt#5176ListContainsandListEqualsand using standard library instead by @yhakbar in chore: DroppingListContainsandListEqualsand using standard library instead gruntwork-io/terragrunt#5221New Contributors
get_original_terragrunt_dirduring stack generate gruntwork-io/terragrunt#5176Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.96.1..v.0.97.0
View the full release notes at https://github.com/gruntwork-io/terragrunt/releases/tag/v0.97.0.