Releases: gruntwork-io/terragrunt-action
Releases · gruntwork-io/terragrunt-action
v3.1.0
What's Changed
- Update mise version to 2025.12.12 by @cooperoptigrid in #122
New Contributors
- @cooperoptigrid made their first contribution in #122
Full Changelog: v3...v3.1.0
v3.0.2
What's Changed
Full Changelog: v3.0.1...v3.0.2
v3.0.1
v3.0.0
🛠️ Breaking Changes
Container Usage Removed
This GitHub Action no longer uses a container to run Terragrunt/OpenTofu.
It simply installs Terragrunt and OpenTofu directly on the runner using mise. The action also supports installing Terragrunt + OpenTofu without running any Terragrunt command on behalf of the user.
For more information on how to use this action, read the updated README.
What's Changed
Full Changelog: v2.1.8...v3.0.0
v2.1.8
v2.1.7
v2.1.6
What's Changed
- Update documentation to set tg_dir as optional by @denis256 in #87
- fix: tg_comment escaping by @andy-townsend in #91
New Contributors
- @andy-townsend made their first contribution in #91
Full Changelog: v2...v2.1.6
v2.1.5
What's Changed
- chore(docs): upgrade terragrunt and tofu version by @meysam81 in #76
- adding optinal tf_dir by @pmmalinov01 in #86
New Contributors
- @meysam81 made their first contribution in #76
- @pmmalinov01 made their first contribution in #86
Full Changelog: v2...v2.1.5
v2.1.4
Description
- Updated action comment flow to handle long comments and fix errors "/usr/bin/jq: Argument list too long"