terragrunt 1.0.2#278667
Merged
Merged
Conversation
chenrui333
approved these changes
Apr 21, 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
stack.<name>.pathreferences for depending on an entire stack. The DAG expands the stack into its constituent units so that all units in the stack complete before the dependent unit runsstack.<name>.<unit_name>.pathreferences for depending on a specific unit within a nested stack (fine-grained cross-stack dependencies)dependencyblocks targeting stack directories — aggregated outputs from all units in the stack are accessible asdependency.stack_name.outputs.unit_name.output_keylocal.*in autoinclude — expressions mixinglocal.*anddependency.*are partially evaluated during stack generation: locals resolve to literals while dependency references are preserved for evaluation when the unit is appliedDependency on an entire stack:
Dependency on a unit within a nested stack:
To learn more, see the experiment documentation.
⚙️ Process Updates
Install script now supports tip and test builds
The install script can now install tip builds and on-demand test builds. Three new flags are available:
--tipinstalls the latest tip build frommain--testinstalls an on-demand test build--commit <sha>installs a build for a specific commitDownloads are verified against GPG/Cosign signatures and SHA256 checksums before installation.
Tip build notifications on referenced issues
When a tip build is produced on
mainfor a merged PR, Terragrunt now posts a comment on any issues that PR references, linking to the build and including instructions for installing and testing it.What's Changed
catalog-redesignexperiment by @yhakbar in feat: Addingcatalog-redesignexperiment gruntwork-io/terragrunt#5894httptestin./internal/tfto avoid issues from integration in unit tests by @yhakbar in fix: Usehttptestin./internal/tfto avoid issues from integration in unit tests gruntwork-io/terragrunt#5925v1.0.2changelog entries by @yhakbar in docs: Updatingv1.0.2changelog entries gruntwork-io/terragrunt#5927vexecby @yhakbar in chore: Addingvexecgruntwork-io/terragrunt#5931vfsincasby @yhakbar in chore: Adding support forvfsincasgruntwork-io/terragrunt#5908lllcoverage toconfigbridgeby @yhakbar in chore: Expandinglllcoverage toconfigbridgegruntwork-io/terragrunt#5834lllcoverage toerrorsby @yhakbar in chore: Expandinglllcoverage toerrorsgruntwork-io/terragrunt#5833lllcoverage togcphelperby @yhakbar in chore: Expandinglllcoverage togcphelpergruntwork-io/terragrunt#5832lllcoverage togenerateby @yhakbar in chore: Expandinglllcoverage togenerategruntwork-io/terragrunt#5840lllcoverage tohelpby @yhakbar in chore: Expandinglllcoverage tohelpgruntwork-io/terragrunt#5835lllcoverage tomiddlewareby @yhakbar in chore: Expandinglllcoverage tomiddlewaregruntwork-io/terragrunt#5839lllcoverage totipsby @yhakbar in chore: Expandinglllcoverage totipsgruntwork-io/terragrunt#5837lllcoverage totuiby @yhakbar in chore: Expandinglllcoverage totuigruntwork-io/terragrunt#5836lllcoverage towriterby @yhakbar in chore: Expandinglllcoverage towritergruntwork-io/terragrunt#5838New Contributors
Full Changelog: gruntwork-io/terragrunt@v1.0.1...v1.0.2
View the full release notes at https://github.com/gruntwork-io/terragrunt/releases/tag/v1.0.2.