Skip to content

Releases: gruntwork-io/terragrunt

v0.59.3

13 Jun 11:49
8e216f8
Compare
Choose a tag to compare

Description

  • Added attribute iam_web_identity_token to support AssumeRoleWithWebIdentity

Special thanks

Special thanks to @partcyborg for their contribution!

Related links

v0.59.2

12 Jun 17:42
d7097df
Compare
Choose a tag to compare

Description

Migration Guide

If Azure vault is used to store encrypted values, define environment variables:

export AZURE_TENANT_ID="<active_directory_tenant_id>"
export AZURE_CLIENT_ID="<service_principal_appid>"
export AZURE_CLIENT_SECRET="<service_principal_password>"

References:
https://learn.microsoft.com/en-us/azure/developer/go/azure-sdk-authentication-service-principal?tabs=azure-cli#option-1-authenticate-with-a-secret

Related links

v0.59.1

11 Jun 20:25
d9bdf46
Compare
Choose a tag to compare

What's Changed

  • chore: Updating mac release machine to macos.m1.medium.gen1 by @yhakbar in #3186
  • feat: Adding initialization check caching by @yhakbar in #3193
  • feat: Adding caching for role assumptions by @yhakbar in #3197

Full Changelog: v0.59.0...v0.59.1

v0.59.0

11 Jun 18:14
b5098b0
Compare
Choose a tag to compare

Updated CLI args, config attributes and blocks

  • --terragrunt-auth-provider-cmd

Description

Related links

v0.58.15

10 Jun 12:44
036c0ec
Compare
Choose a tag to compare

Description

  • Improved Terragrunt Provider Cache logs

Related links

v0.58.14

03 Jun 18:11
7288964
Compare
Choose a tag to compare

Description

  • Support Terragrunt Provider Cache for providers lock command

Related links

v0.58.13

31 May 19:50
11ab667
Compare
Choose a tag to compare

Description

  • Updated Terragrunt to print original SOPS errors

Related links

v0.58.12

28 May 18:36
0eec714
Compare
Choose a tag to compare

Description

  • Fixed a bug that caused init to run despite no changes

Related links

v0.58.11

28 May 11:36
12381cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.58.10...v0.58.11

v0.58.10

24 May 17:55
904fa71
Compare
Choose a tag to compare

Updated CLI args, config attributes and blocks

  • --terragrunt-download-dir

Description

  • Fixed ignoring TERRAGRUNT_DOWNLOAD for dependent modules

Related links