Skip to content

Releases: gruntwork-io/terragrunt-action

v3.1.0

09 Jan 15:20
5e86476

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3...v3.1.0

v3.0.2

25 Jul 14:48
95fc057

Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

21 Jul 12:50
9272fa2

Choose a tag to compare

What's Changed

  • Allow for tofu_version to be optional when tf_path is provided by @adhuber in #108

New Contributors

Full Changelog: v3...v3.0.1

v3.0.0

08 Jul 19:15
93eda7b

Choose a tag to compare

🛠️ 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

14 Mar 15:49
aee21a7

Choose a tag to compare

What's Changed

Full Changelog: v2.1.7...v2.1.8

v2.1.7

14 Mar 14:58
b10a5cc

Choose a tag to compare

What's Changed

Full Changelog: v2.1.6...v2.1.7

v2.1.6

14 Mar 14:03
9976bf1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2...v2.1.6

v2.1.5

30 Jan 18:13
9559e51

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2...v2.1.5

v2.1.4

24 May 15:05
cf35563

Choose a tag to compare

Description

  • Updated action comment flow to handle long comments and fix errors "/usr/bin/jq: Argument list too long"

Related links

v2.1.3

14 May 18:04
a010536

Choose a tag to compare

Description

  • Fixed setting of git repo permissions.

Related links