Skip to content

Releases: gruntwork-io/terragrunt

v0.68.7

01 Nov 15:30
326c325
Compare
Choose a tag to compare

Updated CLI args, config attributes and blocks

  • --terragrunt-provider-cache

What's Changed

  • Improved offline error detection in the provider cache to handle air-gapped environments.

Related links

v0.68.6

29 Oct 14:55
f32238c
Compare
Choose a tag to compare

Updated CLI args, config attributes and blocks

  • --terragrunt-out-dir
  • --terragrunt-json-out-dir

What's Changed

  • Updated --terragrunt-out-dir / --terragrunt-json-out-dir to handle relative paths.

Related links

v0.68.5

28 Oct 11:39
09e9813
Compare
Choose a tag to compare

Updated CLI args, config attributes and blocks

  • dependency

What's Changed

  • Added strict flag for improved performance in dependency processing
    You can now enhance performance by setting the environment variable:
    TERRAGRUNT_STRICT_CONTROL="skip-dependencies-inputs"
    This will skip input processing for dependencies, leading to faster execution times when running Terragrunt.
  • Improved CI/CD pipeline to build without Go proxy and detect checksum changes.
  • Enhanced error messages for invalid strict control flags.
  • Updated dependencies for better performance and stability.
  • Refined scaffold documentation.
  • Fixed panic issue in Sops decryption.
  • Corrected handling of pseudo-tty commands.

Related links

Full Changelog: v0.68.4...v0.68.5

v0.68.5-beta2024102101

21 Oct 21:31
a2d5b2a
Compare
Choose a tag to compare
Pre-release

Beta Release

  • added skip-dependencies-inputs control to disable dependencies inputs reading

v0.68.4

17 Oct 13:32
0604b66
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.68.3...v0.68.4

v0.68.3

16 Oct 15:24
2cab98f
Compare
Choose a tag to compare

New Features

This release introduces the availability of Strict Mode, a new pattern that is going to be used for deprecation of functionality going forward in Terragrunt.

Starting with this release, any deprecated functionality will be deprecated using what are called Strict Controls. These controls will allow you to opt-in to having any deprecated functionality break immediately. This mechanism is being introduced to provide a way for users to future proof their codebase, and know that they can safely upgrade to new versions of Terragrunt.

This will be especially important to address the changes listed in #3445.

To learn more, click here.

What's Changed

Full Changelog: v0.68.2...v0.68.3

v0.68.2

15 Oct 21:02
a36f34b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.68.1...v0.68.2

v0.68.2-beta2024101501

15 Oct 20:32
a36f34b
Compare
Choose a tag to compare
Pre-release

Beta Release

This is a beta release for v0.68.2.

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

What's Changed

Full Changelog: v0.68.1...v0.68.2-beta2024101501

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