Releases: gruntwork-io/terragrunt
v0.71.2
What's Changed
- feat: Adding
%tf-command
log placeholder for custom format by @levkohimins in #3709 - fix: Enhanced clarity of error messages for missing mock outputs by @wakeful in #3692
- fix: Rephrasing missing dependency error by @yhakbar in #3695
- fix: Updating Discord link for website by @yhakbar in #3697
- fix: Feature flags concurrency fix by @denis256 in #3713
- fix: Use correct cache while parsing partial config by @yapret in #3701
- chore: Dependencies update by @denis256 in #3716
- chore: Minor Code Improvements by @denis256 in #3718
- docs: Update hclfmt documentation by @kbcz1989 in #3702
New Contributors
Full Changelog: v0.71.1...v0.71.2
v0.71.2-alpha2024122002
Features
- Adding the new
exec
command. For more information see this.
Full Changelog: v0.71.1...v0.71.2-alpha2024122002
v0.71.2-alpha2024122001
What's Changed
- initial implementation of
stack generate
Example usage:
unit "mother" {
source = "units/chicken"
path = "mother"
}
unit "father" {
source = "units/chicken"
path = "father"
}
unit "chick_1" {
source = "units/chick"
path = "chicks/chick-1"
}
unit "chick_2" {
source = "units/chick"
path = "chicks/chick-2"
}
Full Changelog: v0.71.0...v0.71.1
v0.71.1
v0.71.0
🔧 Fixes
Terragrunt stdout and stderr streams have been adjusted to more closely align with what users expect when using a tool orchestrating OpenTofu/Terraform.
For more information, read the following docs.
🛠️ Breaking Changes
While a bugfix, if you were relying on the incorrect behavior Terragrunt used, redirecting OpenTofu/Terraform stdout to stderr, you will experience a breaking change in this release.
To avoid having this be a breaking release, you can either use Terragrunt stdout
instead of stderr
for inspecting OpenTofu/Terraform stdout, or you can use stream redirection to reproduce the buggy behavior.
terragrunt plan 1>&2
What's Changed
- fix: Split stdout and stderr streams even when using custom logging by @yhakbar in #3686
- feat: Adding logging docs by @yhakbar in #3688
Full Changelog: v0.70.4...v0.71.0
v0.71.0-beta2024121901
⚠️ Beta Release
You are advised to avoid using this in production.
🛠️ Breaking Changes
This beta includes a breaking change to split the stdout/stderr streams for the Terragrunt logger to better align with what users expect from Terragrunt stdout/stderr.
This will result in Terragrunt stdout forwarding the stdout stream from OpenTofu/Terraform while enriching the content with additional metadata, like the name of the unit, the timestamp, etc using the same log level of STDOUT
.
The Terragrunt stderr stream forwarding the stderr stream from OpenTofu/Terraform will continue to emit to stderr like it did before, with additional metadata, like the name of the unit, the timestamp, etc using the same log level of STDERR
.
This change also impacts how Terragrunt behaves when "headless", e.g. when performing an auto-init. In this mode, Terragrunt will now log that content to INFO
and ERROR
on the stderr stream, as these are background actions that Terragrunt choosing to take on its own, not something that a user is expected to interact with programmatically.
Full Changelog: v0.70.4...v0.71.0-beta2024121901
v0.70.4
v0.70.3
What's Changed
- build(deps): bump filippo.io/age from 1.2.0 to 1.2.1 by @dependabot in #3680
- build(deps): bump go.opentelemetry.io/otel from 1.32.0 to 1.33.0 by @dependabot in #3662
- build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp from 1.32.0 to 1.33.0 by @dependabot in #3663
- build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdoutmetric from 1.32.0 to 1.33.0 by @dependabot in #3664
- build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc from 1.32.0 to 1.33.0 by @dependabot in #3666
Full Changelog: v0.70.2...v0.70.3