What gruntwork-io/terragrunt shipped
Generated by FoxPlug from public activity — not affiliated with Terragrunt.
Week of September 14, 2026
What shipped
- Added a `login` command to authenticate with the Gruntwork developer portal. Pull request #6804
- Added a portal Catalog API client for fetching catalog data. Pull request #6805
- Added support for fetching portal repositories in `terragrunt catalog`. Pull request #6937
- Fixed bug where dependencies on stacks could fail if the stack used components with `enabled` set. Pull request #6939
- Completed the `optional-hooks` experiment. Pull request #6936
- Completed the `version-attribute` experiment. Pull request #6949
- Replaced pinned dependency on old Terraform version with vendored OpenTofu packages. Pull request #6948
- Added support for creating S3 buckets in the new AWS account regional namespace. Pull request #6870
- Added Windows unit tests to existing Ubuntu and Linux test suite. Pull request #6907
- Added more URL redaction to prevent secrets in URLs from leaking in logs. Pull request #6961
Why it matters
This week brings new portal integration features including login and catalog API support, fixes critical bugs with stack dependencies and Windows path handling, and completes two experimental features. The addition of OpenTofu vendoring and expanded test coverage across Windows, Linux, and Ubuntu strengthens the project's reliability and accessibility.
Changelog entry
- Added `login` command for authentication with Gruntwork developer portal Pull request #6804
- Added portal Catalog API client Pull request #6805
- Added support for fetching portal repositories in `terragrunt catalog` Pull request #6937
- Fixed bug where dependencies on stacks could fail with components using `enabled` attribute Pull request #6939
- Completed `optional-hooks` experiment Pull request #6936
- Completed `version-attribute` experiment Pull request #6949
- Replaced pinned Terraform dependency with vendored OpenTofu packages Pull request #6948
- Added support for S3 buckets in AWS account regional namespace Pull request #6870
- Updated Azure minimum TLS version handling for v1.2.0 Pull request #6968
- Fixed Windows paths in Git-based filter expressions Pull request #6971
- Added Windows unit tests alongside Ubuntu and Linux tests Pull request #6907
- Added `--cas-offline` support for `catalog` command Pull request #6904
- Improved URL redaction to prevent secrets leaking in logs Pull request #6961
Terragrunt added portal authentication with the new `login` command, catalog API support, and fixed stack dependency bugs. Windows tests now run alongside existing test suites.
This week Terragrunt shipped portal integration features including a new `login` command and catalog API support for the Gruntwork developer portal. We fixed critical bugs in stack dependency discovery and Windows path handling, completed two experimental features, and expanded test coverage to Windows platforms. OpenTofu packages now replace pinned Terraform dependencies.