- Nov 17, 2025
- Parsed from source:Nov 17, 2025
- Detected by Releasebot:Nov 17, 2025
alpha-2025111701
Alpha release refreshes dependencies, adds Openbao as an encryption provider, and includes a bug fix for sensitive() values handling in HCL, plus the full changelog ending alpha-2025111701.
⚠️ Alpha Release
Dependencies update alpha release
- cloud.google.com/go/storage v1.57.2
- github.com/aws/aws-sdk-go-v2 v1.39.6
- github.com/aws/aws-sdk-go-v2/config v1.31.20
- github.com/aws/aws-sdk-go-v2/credentials v1.18.24
- github.com/aws/aws-sdk-go-v2/service/dynamodb v1.52.6
- github.com/aws/aws-sdk-go-v2/service/iam v1.50.2
- github.com/aws/aws-sdk-go-v2/service/s3 v1.90.2
- github.com/aws/aws-sdk-go-v2/service/sts v1.40.2
- github.com/aws/smithy-go v1.23.2
- golang.org/x/mod v0.30.0
- golang.org/x/oauth2 v0.33.0
- golang.org/x/sync v0.18.0
- golang.org/x/sys v0.38.0
- golang.org/x/term v0.37.0
- golang.org/x/text v0.31.0
- google.golang.org/api v0.256.0
What's Changed
- support Openbao as an encryption provider by @ThisGuyCodes in #5048
- bug: sensitive() values handling in HCL by @denis256 in #5097
Full Changelog: v0.93.8...alpha-2025111701
Original source Report a problem - Nov 17, 2025
- Parsed from source:Nov 17, 2025
- Detected by Releasebot:Nov 17, 2025
v0.93.9
✨ New Features
- Added support for Openbao encryption provider
- Key provider now supports openbao
🐛 Bug Fixes
- Fixed error in calling sensitive() function in HCL
- HCL sensitive() function now correctly handles values and calls without errors.
What's Changed
- feat: Added support for Openbao as an encryption provider by @ThisGuyCodes in #5048
- bug: sensitive() values handling in HCL by @denis256 in #5097
- deps: updated AWS and GCP dependencies by @denis256 in #5107
- deps: updated go-getter to v1.8.3 by @denis256 in #5107
Full Changelog
v0.93.8...v0.93.9
Original source Report a problem - Nov 12, 2025
- Parsed from source:Nov 12, 2025
- Detected by Releasebot:Nov 13, 2025
v0.93.8
⚙️ Process Improvements
Terragrunt static executables
Release pipeline now publishes statically linked executables
What's Changed
- chore: Re-enable units reading with filter test by @yhakbar in #5077
- chore: static executables building by @denis256 in #5093
- docs: installation steps update by @denis256 in #5091
Full Changelog: v0.93.7...v0.93.8
Original source Report a problem - Nov 12, 2025
- Parsed from source:Nov 12, 2025
- Detected by Releasebot:Nov 13, 2025
alpha-2025111201
⚠️ Alpha Release
Static executables release test
What's Changed
- docs: installation steps update by @denis256 in #5091
Full Changelog: v0.93.7...alpha-2025111201
Original source Report a problem - Nov 12, 2025
- Parsed from source:Nov 12, 2025
- Detected by Releasebot:Nov 12, 2025
v0.93.7
What's Changed
- fix: add OriginalTerragruntConfigPath to parse options by @kazsakke in #5090
- chore: release scripts simplification by @denis256 in #5085
New Contributors
- @kazsakke made their first contribution in #5090
Full Changelog: v0.93.6...v0.93.7
Original source Report a problem - Nov 11, 2025
- Parsed from source:Nov 11, 2025
- Detected by Releasebot:Nov 11, 2025
alpha-2025111104
⚠️ Alpha Release
- Simplified release process
- MacOS executables verification
Full Changelog: v0.93.6...alpha-2025111104
Original source Report a problem - Nov 11, 2025
- Parsed from source:Nov 11, 2025
- Detected by Releasebot:Nov 12, 2025
alpha-2025111102
⚠️ Alpha Release
End-to-end release process testing
What's Changed
- chore: Switching to mise for go install in tidy check by @yhakbar in #5082
Full Changelog: beta-2025111101...alpha-2025111102
Original source Report a problem - Nov 11, 2025
- Parsed from source:Nov 11, 2025
- Detected by Releasebot:Nov 12, 2025
- Modified by Releasebot:Nov 17, 2025
alpha-2025111108
⚠️ Alpha Release
End to end release test
Full Changelog: alpha-2025111107...alpha-2025111108
Original source Report a problem - Nov 11, 2025
- Parsed from source:Nov 11, 2025
- Detected by Releasebot:Nov 11, 2025
v0.93.6
Terragrunt now uses GitHub Actions for releases, adding Windows binary signing and broader artifact packaging while keeping legacy downloads. It also widens the filter-flag experiment to support source-based module filtering with glob and git patterns.
⚙️ Process Improvements
Terragrunt release automation moved to GitHub Actions
The release automation for Terragrunt has moved to GitHub Actions. With this move, Terragrunt releases now support:- Windows binary signing
- Additional packaging for artifacts (.zip and .tar.gz release artifacts)
You can still download standalone executables from release assets for backward compatibility.
🧪 Experiments Updated
The filter-flag experiment now supports the source= attribute
The --filter flag can now be used to filter units by their usage of particular OpenTofu/Terraform modules in their terraform source blocks (remember that you must use the filter-flag experiment to try this).# Filter by exact source match terragrunt find --filter 'source=github.com/acme/foo' terragrunt find --filter 'source=gitlab.com/example/baz' terragrunt find --filter 'source=./module' # Filter by source using glob patterns terragrunt find --filter 'source=*github.com**acme/*' terragrunt find --filter 'source=git::[email protected]:acme/**' terragrunt find --filter 'source=**github.com**' terragrunt find --filter 'source=gitlab.com/**'For more information, see the filter feature documentation.
What's Changed
- feat: Adding --filter source= support by @yhakbar in #5075
- chore: Switching to mise for go install in tidy check by @yhakbar in #5082
- chore: Github action release improvements by @denis256 in #5066
- docs: Documenting --filter for source= attribute by @yhakbar in #5076
Full Changelog: v0.93.5...v0.93.6
Original source Report a problem - Nov 11, 2025
- Parsed from source:Nov 11, 2025
- Detected by Releasebot:Nov 11, 2025
alpha-2025111103
⚠️ Alpha Release
Release scripts simplification
What's Changed
- chore: Switching to mise for go install in tidy check by @yhakbar in #5082
- chore: Github action release improvements by @denis256 in #5066
Full Changelog: v0.93.5...alpha-2025111103
Original source Report a problem