Skip to content

Releases: gruntwork-io/terragrunt-action

v2.1.5

30 Jan 18:13
9559e51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2...v2.1.5

v2.1.4

24 May 15:05
cf35563
Compare
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
Compare
Choose a tag to compare

Description

  • Fixed setting of git repo permissions.

Related links

v2.1.2

10 May 20:36
751e00d
Compare
Choose a tag to compare

Description

  • Added new Github ssh keys
  • Updated permissions set on the workspace directory

Related links

v2.1.1

01 May 15:47
0e1d503
Compare
Choose a tag to compare

Description

  • Fix runner permissions

Related links

v2.1.0

23 Apr 16:56
30ca77d
Compare
Choose a tag to compare

Description

  • Added support for using OpenTofu
  • Removed tfenv and tgswitch and replaced with mise due to unpatched vulnerabilities.

Related links

v2.0.2

16 Feb 19:49
acfff27
Compare
Choose a tag to compare

Description

  • Updated permissions settings to avoid errors like /github/home/.gitconfig: Permission denied
  • Added automatic insertion of -auto-approve in cases when it is required.

Related links

v2.0.1

07 Feb 18:50
145aff1
Compare
Choose a tag to compare

Description

  • Updated handling of run-all commands to use env variables

Related links

v2.0.0

10 Nov 17:39
cdadcb6
Compare
Choose a tag to compare

Description

  • Updated user under which Terragrunt is invoked
  • Added support for INPUT_POST_EXEC_number variables to allow execution of custom commands after terragrunt run.

Related links

Migration Guide

  • Use sudo to do any action under privileged user
  • Use INPUT_POST_EXEC to do any action to post-process files after Terragrunt execution

v1.0.10

20 Oct 16:42
787fc13
Compare
Choose a tag to compare

Description

  • Introduced collapsible comments for execution output.

Related links