feat(github-release): update gruntwork-io/terragrunt ( v0.59.7 → v0.68.6 ) #1237
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.59.7
->0.68.6
Release Notes
gruntwork-io/terragrunt (gruntwork-io/terragrunt)
v0.68.6
Compare Source
Updated CLI args, config attributes and blocks
--terragrunt-out-dir
--terragrunt-json-out-dir
What's Changed
--terragrunt-out-dir
/--terragrunt-json-out-dir
to handle relative paths.Related links
v0.68.5
Compare Source
Updated CLI args, config attributes and blocks
dependency
What's Changed
strict
flag for improved performance in dependency processingYou can now enhance performance by setting the environment variable:
TERRAGRUNT_STRICT_CONTROL="skip-dependencies-inputs"
Related links
Full Changelog: gruntwork-io/terragrunt@v0.68.4...v0.68.5
v0.68.4
Compare Source
What's Changed
go-getter
to v2 in scaffold by @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/3455Full Changelog: gruntwork-io/terragrunt@v0.68.3...v0.68.4
v0.68.3
Compare Source
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: gruntwork-io/terragrunt@v0.68.2...v0.68.3
v0.68.2
Compare Source
What's Changed
Full Changelog: gruntwork-io/terragrunt@v0.68.1...v0.68.2
v0.68.1
Compare Source
What's Changed
Full Changelog: gruntwork-io/terragrunt@v0.68.0...v0.68.1
v0.68.0
Compare Source
New Behavior
This release includes multiple behavioral changes including the following:
What's Changed
423
error in Terragrunt Provider Cache by @levkohimins in https://github.com/gruntwork-io/terragrunt/pull/3453New Contributors
Full Changelog: gruntwork-io/terragrunt@v0.67.16...v0.68.0
v0.67.16
Compare Source
Updated CLI args, config attributes and blocks
console
What's Changed
Related links
v0.67.15
Compare Source
What's Changed
Related links
v0.67.14
Compare Source
What's Changed
terragrunt-auth-provider-cmd
flag for thesops_decrypt_file
function by @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/3439Full Changelog: gruntwork-io/terragrunt@v0.67.13...v0.67.14
v0.67.13
Compare Source
What's Changed
1.23
Related links
v0.67.12
Compare Source
What's Changed
Full Changelog: gruntwork-io/terragrunt@v0.67.11...v0.67.12
v0.67.11
Compare Source
What's Changed
Full Changelog: gruntwork-io/terragrunt@v0.67.10...v0.67.11
v0.67.10
Compare Source
Updated CLI args, config attributes and blocks
terraform
What's Changed
Related links
v0.67.9
Compare Source
Updated CLI args, config attributes and blocks
catalog
What's Changed
codespell
to Automatically Check Spelling.catalog
command.Related links
Full Changelog: gruntwork-io/terragrunt@v0.67.8...v0.67.9
v0.67.8
Compare Source
What's Changed
Related links
Full Changelog: gruntwork-io/terragrunt@v0.67.7...v0.67.8
v0.67.7
Compare Source
Updated CLI args, config attributes and blocks
engine
What's Changed
Related links
v0.67.6
Compare Source
What's Changed
stdout
. Without the--terragrunt-forward-tf-stdout
flag, STDOUT level log entries were sent tostdout
. They mixed with the JSON output and could cause parsing issues in the user's workflow.Related links
Full Changelog: gruntwork-io/terragrunt@v0.67.5...v0.67.6
v0.67.5
Compare Source
Updated CLI args, config attributes and blocks
--terragrunt-log-show-abs-paths
--terragrunt-log-disable
What's Changed
panic
,fatal
log levels.stderr
,stdout
log levels to control Terraform/OpenTofu output in the Terragrunt log.--terragrunt-log-show-abs-paths
flag to show absolute paths in logs.--terragrunt-log-disable
flag to disable logging.preserved
label exemption to stale check.Related links
Full Changelog: gruntwork-io/terragrunt@v0.67.4...v0.67.5
v0.67.4
Compare Source
Updated CLI args, config attributes and blocks
terraform
Description
TERRAGRUNT_TEMP_QUOTE_NULL
environment variable to change the handling of null values.TERRAGRUNT_TEMP_QUOTE_NULL
Setting the value of this undocumented feature flag to
1
allows users to temporarily revert the breaking change in release v0.50.0, preventing the sending of string"null"
as the value of an input to OpenTofu/Terraform instead of not set an input at all.The flag is being introduced into the codebase for a temporary duration to support Enterprise customers that have asked for this as a stop gap while they update their codebase to no longer need it.
Terragrunt will not support this flag in the future. Do not rely on it.
We will be coordinating closely with Enterprise customers to determine when they no longer need it supported. At that time, removal of the feature flag will be scheduled, then removed.
Related links
v0.67.3
Compare Source
What's Changed
Full Changelog: gruntwork-io/terragrunt@v0.67.2...v0.67.3
v0.67.2
Compare Source
What's Changed
Full Changelog: gruntwork-io/terragrunt@v0.67.1...v0.67.2
v0.67.1
Compare Source
Description
go-getter
to v1.7.6aws-sdk-go
to v1.55.5Related links
v0.67.0
Compare Source
Updated CLI args, config attributes and blocks
--terragrunt-forward-tf-stdout
(docs)--terragrunt-disable-log-formatting
(docs)Breaking Changes
--terragrunt-include-module-prefix flag is deprecated, use --terragrunt-forward-tf-stdout instead
Default logging behavior: prior to this release, Terragrunt would directly forward output from OpenTofu/Terraform to stdout without any additional context. This could result in confusing output to users when running
run-all
or using features like hooks, as all of the stout was output in the same stream.To improve the experience of using Terragrunt, stdout from OpenTofu/Terraform is now forwarded with additional context like the binary that is being executed and the relative directory where logs are being emitted from.
This was previously partially available via the --terragrunt-include-module-prefix flag, but that behavior did not format logs nicely and users are better served with this behavior being the default.
To opt-out of this behavior, use the --terragrunt-forward-tf-stdout flag to preserve legacy behavior.
What's Changed
wsl
lint by @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/3351thelpher
andwastedassign
lints by @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/3352Old Terragrunt log:
New Terragrunt log:
New Contributors
Full Changelog: gruntwork-io/terragrunt@v0.66.9...v0.67.0
v0.66.9
Compare Source
Updated CLI args, config attributes and blocks
--terragrunt-fetch-dependency-output-from-state
Description
--terragrunt-fetch-dependency-output-from-state
feature flag to work correctly with non-applied dependencies.Special thanks
Special thanks to @rodrigorfk for their contribution!
Related links
v0.66.8
Compare Source
What's Changed
1.22
by @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/3346Full Changelog: gruntwork-io/terragrunt@v0.66.7...v0.66.8
v0.66.7
Compare Source
What's Changed
test
Lint Presets by @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/3340Full Changelog: gruntwork-io/terragrunt@v0.66.6...v0.66.7
v0.66.6
Compare Source
Updated CLI args, config attributes and blocks
engine
Description
Related links
Full Changelog: gruntwork-io/terragrunt@v0.66.5...v0.66.6
v0.66.5
Compare Source
What's Changed
bugs
Lint Preset by @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/3334performance
Lint Preset by @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/3336Full Changelog: gruntwork-io/terragrunt@v0.66.4...v0.66.5
v0.66.4
Compare Source
What's Changed
golangci-lint
tov1.59.1
by @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/3333New Contributors
Full Changelog: gruntwork-io/terragrunt@v0.66.3...v0.66.4
v0.66.3
Compare Source
Updated CLI args, config attributes and blocks
dependency
get_repo_root
Description
Cache Adjustments
Included changes:
git --show-toplevel
Related links
Full Changelog: gruntwork-io/terragrunt@v0.66.2...v0.66.3
v0.66.2
Compare Source
What's Changed
TG_CTX_TF_PATH
to hook context by @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/3323New Contributors
Full Changelog: gruntwork-io/terragrunt@v0.66.1...v0.66.2
v0.66.1
Compare Source
What's Changed
Full Changelog: gruntwork-io/terragrunt@v0.66.0...v0.66.1
v0.66.0
Compare Source
Description
OpenTofu 1.8 support: We are now continuously testing Terragrunt against OpenTofu 1.8 and it 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 the OpenTofu version that is being tested.
What's Changed
v1.8.0
by @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/3315Full Changelog: gruntwork-io/terragrunt@v0.65.0...v0.66.0
v0.65.0
Compare Source
Updated CLI args, config attributes and blocks
sops_decrypt_file
Description
sops_decrypt_file
to resolve files relative to theterragrunt.hcl
file.What's Changed
gruntwork-io/pre-commit
tov0.1.23
by @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/3311sops_decrypt_file()
: resolve path argument relative toterragrunt.hcl
by @sybereal in https://github.com/gruntwork-io/terragrunt/pull/2752New Contributors
Full Changelog: gruntwork-io/terragrunt@v0.64.5...v0.65.0
v0.64.5
Compare Source
Updated CLI args, config attributes and blocks
hclvalidate
Description
Breaking Changes
--terragrunt-hclvalidate-invalid
flag have been renamed to--terragrunt-hclvalidate-show-config-path
TERRAGRUNT_HCLVALIDATE_INVALID
env var have been renamed toTERRAGRUNT_HCLVALIDATE_SHOW_CONFIG_PATH
Related links
Full Changelog: gruntwork-io/terragrunt@v0.64.4...v0.64.5
v0.64.4
Compare Source
Updated CLI args, config attributes and blocks
hclvalidate
Description
hclvalidate
command with undefinedconfig_path
attribute.Related links
Full Changelog: gruntwork-io/terragrunt@v0.64.3...v0.64.4
v0.64.3
Compare Source
Updated CLI args, config attributes and blocks
engine
Description
Related links
Full Changelog: gruntwork-io/terragrunt@v0.64.2...v0.64.3
v0.64.2
Compare Source
Description
They can be supplied in two ways:
credentials
Related links
Full Changelog: gruntwork-io/terragrunt@v0.64.1...v0.64.2
v0.64.1
Compare Source
Description
Related links
Full Changelog: gruntwork-io/terragrunt@v0.64.0...v0.64.1
v0.64.0
Compare Source
Updated CLI args, config attributes and blocks
sops_decrypt_file
Description
Related links
Full Changelog: gruntwork-io/terragrunt@v0.63.8...v0.64.0
v0.63.8
Compare Source
What's Changed
Full Changelog: gruntwork-io/terragrunt@v0.63.7...v0.63.8
v0.63.7
Compare Source
Description
Related links
Full Changelog: gruntwork-io/terragrunt@v0.63.6...v0.63.7
v0.63.6
Compare Source
Description
provider_installation
block used for provider cachingRelated links
Full Changelog: gruntwork-io/terragrunt@v0.63.5...v0.63.6
v0.63.5
Compare Source
Updated CLI args, config attributes and blocks
engine
Description
Related links
v0.63.4
Compare Source
What's Changed
terragrunt-include-dir
doesn't exist on the filesystem by @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/3286Full Changelog: gruntwork-io/terragrunt@v0.63.3...v0.63.4
v0.63.3
Compare Source
Description
provider_installation
block used for provider cachingRelated links
Full Changelog: gruntwork-io/terragrunt@v0.63.2...v0.63.3
v0.63.2
Compare Source
Updated CLI args, config attributes and blocks
--auth-provider-cmd
Description
Related links
Full Changelog: gruntwork-io/terragrunt@v0.63.1...v0.63.2
v0.63.1
Compare Source
What's Changed
Full Changelog: gruntwork-io/terragrunt@v0.63.0...v0.63.1
v0.63.0
Compare Source
What's Changed
🛠️ Breaking Change
Note that this release introduces a breaking change to the flag used for web identity tokens by correcting a typo in the name of the environment variable. If you are currently using the environment variable
TERRRAGRUNT_IAM_ASSUME_ROLE_WEB_IDENTITY_TOKEN
, make sure to add the corrected spelling ofTERRAGRUNT_IAM_ASSUME_ROLE_WEB_IDENTITY_TOKEN
before upgrading to this version of Terragrunt.Change
TERRRAGRUNT_IAM_ASSUME_ROLE_WEB_IDENTITY_TOKEN
by @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/3272Full Changelog: gruntwork-io/terragrunt@v0.62.3...v0.63.0
v0.62.3
Compare Source
Updated CLI args, config attributes and blocks
scaffold
Description
scaffold
command to support multi-line variables description.Related links
v0.62.2
Compare Source
Description
remote_state
blockRelated links
Full Changelog: gruntwork-io/terragrunt@v0.62.1...v0.62.2
v0.62.1
Compare Source
Description
Related links
v0.62.0
Compare Source
Updated CLI args, config attributes and blocks
engine
Description
engine
block (docs).Related links
v0.61.1
Compare Source
Updated CLI args, config attributes and blocks
before_hook
after_hook
Description
Related links
Full Changelog: gruntwork-io/terragrunt@v0.61.0...v0.61.1
v0.61.0
Compare Source
Updated CLI args, config attributes and blocks
--terragrunt-excludes-file
hclvalidate
Description
--terragrunt-excludes-file
flag to set excluded directories from a file (docs).hclvalidate
command to validate Terragrunt configs (docs).Related links
Full Changelog: gruntwork-io/terragrunt@v0.60.1...v0.61.0
v0.60.1
Compare Source
Updated CLI args, config attributes and blocks
include
Description
Related links
v0.60.0
Compare Source
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
Configuration
📅 Schedule: Branch creation - "before 9pm on friday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.