Releases: gruntwork-io/terragrunt
v0.68.4
v0.68.3
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
What's Changed
- Redirect log engine messages to stderr by @denis256 in #3468
- Fixing modules output corruption by @levkohimins in #3459
Full Changelog: v0.68.1...v0.68.2
v0.68.2-beta2024101501
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
- Redirect log engine messages to stderr by @denis256 in #3468
- Fixing modules output corruption by @levkohimins in #3459
Full Changelog: v0.68.1...v0.68.2-beta2024101501
v0.68.1
v0.68.1-beta2024101001
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
Full Changelog: v0.68.0...v0.68.1-beta2024101001
v0.68.0
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
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
- Suppressing
423
error in Terragrunt Provider Cache by @levkohimins in #3453
Full Changelog: v0.68.0-beta2024100702...v0.68.0-beta2024100801
v0.68.0-beta2024100702
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 explicitinit
in a clean directory. - The usage of
go-getter
in thescaffold
command was upgraded to leveragev2
. 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
- Fix concurrent map write due to read lock and delete by @Resonance1584 in #3457
Full Changelog: v0.68.0-beta2024100701...v0.68.0-beta2024100702
v0.68.0-beta2024100701
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 explicitinit
in a clean directory. - The usage of
go-getter
in thescaffold
command was upgraded to leveragev2
. 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