Skip to content

Releases: gruntwork-io/terragrunt

v0.68.1

10 Oct 14:33
7108133
Compare
Choose a tag to compare

What's Changed

  • fix: Removing non non-interactive logic in err stream redirect by @yhakbar in #3464

Full Changelog: v0.68.0...v0.68.1

v0.68.1-beta2024101001

10 Oct 13:55
22399a5
Compare
Choose a tag to compare
Pre-release

Beta Release

This is a beta release for v0.68.1.

Please provide feedback in the form of reactions on this release, and issues to report any problems.

What's Changed

  • fix: Removing non non-interactive logic in err stream redirect by @yhakbar in #3464

Full Changelog: v0.68.0...v0.68.1-beta2024101001

v0.68.0

09 Oct 21:31
afd5d7f
Compare
Choose a tag to compare

New Behavior

This release includes multiple behavioral changes including the following:

  • The skip attribute is now merged in from included files.
  • A secondary init is no longer marked as required after an explicit init in a clean directory.
  • The usage of go-getter in the scaffold command was upgraded to leverage v2.

What's Changed

  • build(deps): bump webrick from 1.8.1 to 1.8.2 in /docs by @dependabot in #3436
  • feat: support merging the "skip" attribute from included files. by @rodrigorfk in #3225
  • fix(init): do not require re-init after explicit init on clean directory by @jaymecd in #2949
  • fix: Fix concurrent map write due to read lock and delete by @Resonance1584 in #3457
  • fix: Suppressing 423 error in Terragrunt Provider Cache by @levkohimins in #3453

New Contributors

Full Changelog: v0.67.16...v0.68.0

v0.68.0-beta2024100801

08 Oct 21:52
afd5d7f
Compare
Choose a tag to compare
Pre-release

Beta Release

This is a beta release for v0.68.0.

Please provide feedback in the form of reactions on this release, and issues to report any problems.

What's Changed since v0.68.0-beta2024100702

Full Changelog: v0.68.0-beta2024100702...v0.68.0-beta2024100801

v0.68.0-beta2024100702

07 Oct 17:51
b7719d5
Compare
Choose a tag to compare
Pre-release

Beta Release

This is a beta release for v0.68.0.

It includes multiple behavioral changes including the following:

  • The skip attribute is now merged in from included files.
  • A secondary init is no longer marked as required after an explicit init in a clean directory.
  • The usage of go-getter in the scaffold command was upgraded to leverage v2. This was done to provide greater compatibility for GitLab users.

Please provide feedback in the form of reactions on this release, and issues to report any problems.

What's Changed since v0.68.0-beta2024100701

Full Changelog: v0.68.0-beta2024100701...v0.68.0-beta2024100702

v0.68.0-beta2024100701

07 Oct 16:49
2c58feb
Compare
Choose a tag to compare
Pre-release

Beta Release

This is a beta release for v0.68.0.

It includes multiple behavioral changes including the following:

  • The skip attribute is now merged in from included files.
  • A secondary init is no longer marked as required after an explicit init in a clean directory.
  • The usage of go-getter in the scaffold command was upgraded to leverage v2. This was done to provide greater compatibility for GitLab users.

Please provide feedback in the form of reactions on this release, and issues to report any problems.

What's Changed

  • build(deps): bump webrick from 1.8.1 to 1.8.2 in /docs by @dependabot in #3436
  • feat: support merging the "skip" attribute from included files. by @rodrigorfk in #3225
  • fix(init): do not require re-init after explicit init on clean directory by @jaymecd in #2949
  • feat: Upgrading go-getter to v2 in scaffold by @yhakbar in #3455

New Contributors

Full Changelog: v0.67.16...v0.68.0-beta2024100701

v0.67.16

03 Oct 14:22
3dad994
Compare
Choose a tag to compare

Updated CLI args, config attributes and blocks

  • console

What's Changed

  • Fixed issue with console redirection input handling.

Related links

v0.67.15

01 Oct 14:44
e3a1cf8
Compare
Choose a tag to compare

What's Changed

  • Added support for Terragrunt log-level propagation to the Terragrunt Engine.

Related links

v0.67.14

26 Sep 16:29
58e2c20
Compare
Choose a tag to compare

What's Changed

  • fix: Support terragrunt-auth-provider-cmd flag for the sops_decrypt_file function by @yhakbar in #3439

Full Changelog: v0.67.13...v0.67.14

v0.67.13

25 Sep 15:54
8009300
Compare
Choose a tag to compare

What's Changed

  • Updated Go version used during builds to 1.23

Related links