Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
terragrunt_windows_amd64.exe | 2025-07-04 | 75.6 MB | |
terragrunt_windows_386.exe | 2025-07-04 | 70.1 MB | |
terragrunt_linux_arm64 | 2025-07-04 | 70.6 MB | |
terragrunt_linux_amd64 | 2025-07-04 | 73.7 MB | |
terragrunt_linux_386 | 2025-07-04 | 68.1 MB | |
terragrunt_darwin_arm64 | 2025-07-04 | 73.6 MB | |
terragrunt_darwin_amd64 | 2025-07-04 | 76.8 MB | |
SHA256SUMS | 2025-07-04 | 633 Bytes | |
README.md | 2025-07-04 | 2.0 kB | |
v0.83.0 source code.tar.gz | 2025-07-04 | 8.3 MB | |
v0.83.0 source code.zip | 2025-07-04 | 9.7 MB | |
Totals: 11 Items | 526.5 MB | 0 |
✨ New Features
- Added initial implementation of
runner-pool
to improve unit apply performance. The feature can be enabled using the--experiment runner-pool
flag.
RFC: https://github.com/gruntwork-io/terragrunt/issues/3629
🛠️ Breaking Changes
- Updated log messages to use "Unit" terminology instead of "Module" for improved clarity and consistency.
🐛 Bug Fixes
- Fixed flaky tests related to the provider cache.
- Added explicit check for user-defined
--tf-path
flag. - Updated Dockerfile to support Starlight documentation generation.
- Fixed incorrect lock file constraints generated by the Terragrunt Provider Cache.
- Fixed discovery of Terragrunt files in
runner-pool
, ensuring correct file resolution during execution.
What's Changed
- feat: Runner pool implementation by @denis256 in https://github.com/gruntwork-io/terragrunt/pull/4434
- fix: Fixing
TestProviderCache
flake by @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/4495 - fix: Adding explicit check to see if user set
--tf-path
by @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/4493 - fix: Adjusting Dockerfile for Starlight docs by @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/4496
- fix: Fix lock file constraints generated by Terragrunt Provider Cache by @ajax-ryzhyi-r in https://github.com/gruntwork-io/terragrunt/pull/4380
- fix: Fixed discovery of Terragrunt files in runner-pool by @denis256 in https://github.com/gruntwork-io/terragrunt/pull/4491
- docs: Updated documentation for fail-fast flag by @denis256 in https://github.com/gruntwork-io/terragrunt/pull/4503
- docs: Updated docs to reference default terragrunt.values.hcl by @denis256 in https://github.com/gruntwork-io/terragrunt/pull/4490
New Contributors
- @ajax-ryzhyi-r made their first contribution in https://github.com/gruntwork-io/terragrunt/pull/4380
Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.82.4...v0.83.0