💪🏽 Enhancements
The run --all
command automatically generates Terragrunt Stacks
If you are using terragrunt.stack.hcl
files in your codebase, run --all
commands will now automatically expand all terragrunt.stack.hcl
files into generated stack configurations, as if you had run stack generate
before running the run --all
command.
e.g.
terragrunt run --all plan
Is now equivalent to:
terragrunt stack generate
terragrunt run --all plan
If you would like to disable this new behavior, you can use the --no-stack-generate
to opt out of automatic stack generation.
📖 Docs Updates
The Terragrunt v1 docs are open for feedback!
These docs will undergo significant adjustments, both stylistically, and functionality on the road to 1.0.
They are a full rewrite of the existing Terragrunt Docs site written in Jekyll to one using Starlight.
Your feedback is requested! If you are reading these release notes relatively soon after release, you should see a link at the top of the site where you can provide your feedback on the new docs.
What's Changed
- feat: Moving users over to terragrunt-v1.gruntwork.io docs by @yhakbar in #4202
- feat: Adding GTM by @yhakbar in #4285
- feat: Github Action tests migration by @denis256 in #4281
- feat: Automatically stack generate in run --all or run --graph command by @james03160927 in #4283
- feat: Adding cloud-nuke cron by @yhakbar in #4306
- feat: Adjusting nav height by @yhakbar in #4284
- fix: Fixing
remote-relative-with-slash
fixture on ARM tests by @yhakbar in #4297 - fix: Fixing install version by @yhakbar in #4310
- fix: Improved error handling in AWS docs by @denis256 in #4303
- chore: enable TestRemoteDownloadWithRelativePathAndSlashInBranch test by @denis256 in #4286
- build(deps): bump ruby/setup-ruby from 1.233.0 to 1.238.0 by @dependabot in #4270
- build(deps): bump github.com/gruntwork-io/terratest from 0.48.2 to 0.49.0 by @dependabot in #4267
- build(deps): bump ruby/setup-ruby from 1.238.0 to 1.242.0 by @dependabot in #4301
- build(deps): bump DavidAnson/markdownlint-cli2-action from 19 to 20 by @dependabot in #4302
New Contributors
- @james03160927 made their first contribution in #4283
Full Changelog: v0.78.4...v0.79.0