Skip to content

Releases: gruntwork-io/terragrunt

v0.60.0

05 Jul 08:12
3296372
Compare
Choose a tag to compare

Description

Terraform 1.9 support: We are now testing Terragrunt against Terraform 1.9 and is confirmed to be working.

NOTE: Although this release is marked as backward incompatible, it is functionally compatible as nothing has been changed in Terragrunt internals. The minor version release is useful to mark the change in Terraform version that is being tested.

Related links

v0.59.7

04 Jul 20:31
187f912
Compare
Choose a tag to compare

Description

  • Fixed using dynamic AWS credentials with get_aws_account_id() built-in function.

Related links

Full Changelog: v0.59.6...v0.59.7

v0.59.6

27 Jun 12:44
6dd7aae
Compare
Choose a tag to compare

Description

  • Updated github.com/hashicorp/go-retryablehttp from 0.7.1 to 0.7.7
  • Updated github.com/hashicorp/go-getter from 1.7.4 to 1.7.5

Related links

v0.59.5

21 Jun 15:30
91029aa
Compare
Choose a tag to compare

Updated CLI args, config attributes and blocks

  • --terragrunt-auth-provider-cmd

Description

  • Fixed using dynamic AWS credentials with remote_state

Related links

v0.59.4

17 Jun 08:12
2d864f5
Compare
Choose a tag to compare

Description

  • Fixed fetching compressed data from a network mirror server (Terragrunt Provider Cache)

Related links

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