-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency gruntwork-io/terragrunt to v0.53.3 (terragrunt/dockerfile) (master) #702
Merged
ivankatliarchuk
merged 1 commit into
master
from
renovate/master-terragrunt-gruntwork-io-terragrunt-0.x
Nov 19, 2023
Merged
chore(deps): update dependency gruntwork-io/terragrunt to v0.53.3 (terragrunt/dockerfile) (master) #702
ivankatliarchuk
merged 1 commit into
master
from
renovate/master-terragrunt-gruntwork-io-terragrunt-0.x
Nov 19, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cb15c44
to
0bf78fb
Compare
0bf78fb
to
41689c9
Compare
41689c9
to
473d04d
Compare
473d04d
to
e041201
Compare
e041201
to
42ebd7d
Compare
42ebd7d
to
dc50f3f
Compare
dc50f3f
to
f7e6f01
Compare
f7e6f01
to
f716552
Compare
f716552
to
76c76c2
Compare
76c76c2
to
c4c680b
Compare
c4c680b
to
77e3e9a
Compare
77e3e9a
to
fc06d91
Compare
fc06d91
to
80f4cf8
Compare
50e90ab
to
3eb0709
Compare
3eb0709
to
734b79b
Compare
734b79b
to
1c66b34
Compare
1c66b34
to
a0e1523
Compare
a0e1523
to
f583f77
Compare
f583f77
to
275b897
Compare
275b897
to
80f478c
Compare
80f478c
to
e6fa17d
Compare
e6fa17d
to
3d6f1c7
Compare
3d6f1c7
to
a27d70d
Compare
c629163
to
e3a3d7d
Compare
e3a3d7d
to
19312dc
Compare
…rragrunt/dockerfile)
19312dc
to
9136426
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.45.13
->0.53.3
0.53.4
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
gruntwork-io/terragrunt (gruntwork-io/terragrunt)
v0.53.3
Compare Source
Updated CLI args, config attributes and blocks
terraform
Description
Related links
v0.53.2
Compare Source
Updated CLI args, config attributes and blocks
remote_state
Description
"type": "external_account_authorized_user"
authentication.Related links
v0.53.1
Compare Source
Description
Related links
v0.53.0
Compare Source
Description
Terraform 1.6 support: We are now testing Terragrunt against Terraform 1.6 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
v0.52.7
Compare Source
Description
Updated
google.golang.org/grpc
dependency from1.55.0
to1.56.3
Related links
v0.52.6
Compare Source
Updated CLI args, config attributes and blocks
output-module-groups
Description
output-module-groups
to work like run-all from any subfolder within a Terragrunt configuration.output-module-groups
performance by eliminating the need forinit
.output-module-groups
.destroy
subcommand foroutput-module-groups
to generate a reversed dependency ordered stack list.Migration Guide
Processes relying on
init
foroutput-module-groups
must be updated to use an alternative method liketerragrunt run-all init
for the initialization.Special thanks
Special thanks to @bt-macole and @evsl for their contribution!
Related links
v0.52.5
Compare Source
Updated CLI args, config attributes and blocks
read_tfvars_file
Description
read_tfvars_file
function for parsing tfvar.tf or tfvar.json, returning JSON string.Special thanks
Special thanks to @alikhil for their contribution!
Related links
v0.52.4
Compare Source
Description
Related links
v0.52.3
Compare Source
Description
Updated
golang.org/x/net
dependency to 0.17.0Related links
v0.52.2
Compare Source
Updated CLI args, config attributes and blocks
remote_state
Description
skip_credentials_validation
field in the remote state to skip AWS session validation.Related links
v0.52.1
Compare Source
Description
Related links
v0.52.0
Compare Source
Description
terraform
command with a fallback totofu
.Related links
Migration guide
Switching to tofu:
terraform
binary fromPATH
TERRAGRUNT_TFPATH=tofu
terragrunt
, specify--terragrunt-tfpath tofu
v0.51.9
Compare Source
Updated CLI args, config attributes and blocks
render-json
Description
dependent_modules
field torender-json
output with a list of paths to dependent modulesSpecial thanks
Special thanks to @maunzCache for their contribution!
Related links
v0.51.8
Compare Source
Updated CLI args, config attributes and blocks
remote_state
Description
Related links
v0.51.7
Compare Source
Updated CLI args, config attributes and blocks
terraform
Description
Related links
v0.51.6
Compare Source
Description
Related links
v0.51.5
Compare Source
Updated CLI args, config attributes and blocks
generate
Description
Related links
v0.51.4
Compare Source
Description
auto-init
feature respect-no-color
flagget_default_retryable_errors()
that returns a list of default retryable errors.Related links
v0.51.3
Compare Source
Updated CLI args, config attributes and blocks
terragrunt-debug
Description
terragrunt-debug
command to print valid executedterraform
commandsRelated links
v0.51.2
Compare Source
Updated CLI args, config attributes and blocks
remote_state
Description
Related links
v0.51.1
Compare Source
Updated CLI args, config attributes and blocks
get_path_to_repo_root()
Description
get_path_to_repo_root()
Migration Guide
source = "${get_path_to_repo_root()}/modules
->source = "${get_path_to_repo_root()}//modules
source = "${get_path_to_repo_root()}modules
->source = "${get_path_to_repo_root()}/modules
Related links
v0.51.0
Compare Source
Description
Upgraded CICD jobs to build and test Terragrunt using Go 1.21
Related links
v0.50.17
Compare Source
Updated CLI args, config attributes and blocks
dependency
Description
enabled
property ondependency
block, once set tofalse
- dependency will be skipped.Related links
v0.50.16
Compare Source
Description
Related links
v0.50.15
Compare Source
Updated CLI args, config attributes and blocks
--terragrunt-config
Description
--terragrunt-config
flag when runningrun-all
commands.terragrunt.conf
.Related links
v0.50.14
Compare Source
Description
Related links
v0.50.13
Compare Source
Updated CLI args, config attributes and blocks
terraform
Description
Related links
v0.50.12
Compare Source
Updated CLI args, config attributes and blocks
--terragrunt-fetch-dependency-output-from-state
Description
--terragrunt-fetch-dependency-output-from-state
option.Related links
v0.50.11
Compare Source
Updated CLI args, config attributes and blocks
--terragrunt-disable-command-validation
Description
--terragrunt-disable-command-validation
to disable terraform command validation.terraform init
command from parallel running if the terraform plugin cache is used.Related links
v0.50.10
Compare Source
Updated CLI args, config attributes and blocks
remote_state
Description
Related links
v0.50.9
Compare Source
Updated CLI args, config attributes and blocks
remote_state
Description
Improved handling of AWS S3 errors:
Related links
v0.50.8
Compare Source
Updated CLI args, config attributes and blocks
terraform
Description
tflint
hook to handle the passing of custom configuration file through--config
argument.Related links
v0.50.7
Compare Source
Updated CLI args, config attributes and blocks
terragrunt console
Description
terragrunt console
command in non-interactive mode would result in an error.Related links
v0.50.6
Compare Source
Updated CLI args, config attributes and blocks
terraform
Description
Related links
v0.50.5
Compare Source
Description
Related links
v0.50.4
Compare Source
Updated CLI args, config attributes and blocks
terraform
Description
.terragrunt-null-vars.auto.tfvars.json
files.Related links
v0.50.3
Compare Source
Description
v1.9.3
Related links
v0.50.2
Compare Source
Description
statement
containsNotPrincipal
field.Related links
v0.50.1
Compare Source
Updated CLI args, config attributes and blocks
--terragrunt-exclude-dir
Description
Related links
v0.50.0
Compare Source
Updated CLI args, config attributes and blocks
terraform
[BACKWARD INCOMPATIBLE]Description
null
values.Related links
Migration guide
To keep passing
null
values as strings, wrap values in quotes:v0.49.1
Compare Source
Description
Update CircleCI config to sign MacOS binaries! 🎉
Related links
https://github.com/gruntwork-io/terragrunt/pull/2661
v0.49.0
Compare Source
Updated CLI args, config attributes and blocks
terraform
[BACKWARD INCOMPATIBLE]Description
--terragrunt-external-tflint
parameter into thetflint
hook. This modification enables Terragrunt to executetflint
directly from the operating system.tflint
to version0.47.0
, introducing backward incompatibility.Related links
Migration guide
Follow
tflint
recommendations to upgrade to0.47.0
version:https://github.com/terraform-linters/tflint/blob/v0.47.0/CHANGELOG.md#breaking-changes
v0.48.7
Compare Source
Updated CLI args, config attributes and blocks
--terragrunt-no-color
Description
--terragrunt-no-color
to disable colors in logs.TERRAGRUNT_AUTO_INIT
withTERRAGRUNT_NO_AUTO_INIT
TERRAGRUNT_AUTO_RETRY
withTERRAGRUNT_NO_AUTO_RETRY
TERRAGRUNT_AUTO_APPROVE
withTERRAGRUNT_NO_AUTO_APPROVE
TF_INPUT
withTERRAGRUNT_NON_INTERACTIVE
Related links
v0.48.6
Compare Source
Updated CLI args, config attributes and blocks
run-all
Description
run-all
confirmation message.Related links
v0.48.5
Compare Source
Updated CLI args, config attributes and blocks
output-module-groups
Description
output-module-groups
command which outputs as JSON the groups of modulesSpecial thanks
Special thanks to @smaftoul for their contribution!
Related links
v0.48.4
Compare Source
Updated CLI args, config attributes and blocks
Description
--terragrunt-fail-on-state-bucket-creation
which will fail Terragrunt execution if state bucket creation is required--terragrunt-disable-bucket-update
which will disable updating of state bucketRelated links
v0.48.3
Compare Source
Updated CLI args, config attributes and blocks
render-json
Description
render-json
to handle output values from not applied dependencies.Related links
v0.48.2
Compare Source
Updated CLI args, config attributes and blocks
--terragrunt-use-partial-parse-config-cache
Description
Special thanks
Special thanks to @untcha for their contribution!
Related links
v0.48.1
Compare Source
Updated CLI args, config attributes and blocks
terraform
blockDescription
.terragrunt-cache
and.terraform.lock.hcl
. These files are automatically generated and modifying their content will no longer trigger aterraform init
execution.Related links
v0.48.0
Compare Source
Description
Terraform 1.5 support: We are now testing Terragrunt against Terraform 1.5 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
v0.47.0
Compare Source
Description
Upgraded CICD jobs to build and test Terragrunt using Go 1.20
Related links
v0.46.3
Compare Source
Updated CLI args, config attributes and blocks
terraform
Description
?ref=
interraform
block to read correctly value with slashes.Related links
v0.46.2
Compare Source
Updated CLI args, config attributes and blocks
--terragrunt-source-map
Description
Related links
v0.46.1
Compare Source
Updated CLI args, config attributes and blocks
dependency
Description
Related links
v0.46.0
Compare Source
Updated CLI args, config attributes and blocks
before_hook
[BACKWARD INCOMPATIBLE]after_hook
[BACKWARD INCOMPATIBLE]error_hook
[BACKWARD INCOMPATIBLE]Description
Migration guide
To disable stdout redirection should be defined attribute
suppress_stdout = true
in the hook declaration:Related Links
v0.45.18
Compare Source
Updated CLI args, config attributes and blocks
hclfmt
Description
Added flag
--terragrunt-diff
tohclfmt
which will lead to printing of differences to output.Special thanks
Related links
v0.45.17
Compare Source
Updated CLI args, config attributes and blocks
destroy
Description
Improved checking dependent modules during
destroy
executionRelated links
v0.45.16
Compare Source
Updated CLI args, config attributes and blocks
generate
Description
disable
field togenerate
blocksSpecial thanks
Related links
v0.45.15
Compare Source
Updated CLI args, config attributes and blocks
terraform
Description
Updated generation blocks locks to synchronize only tflint hooks execution and improve performance of "non-tflint" hooks.
Related links
v0.45.14
Compare Source
Description
Updated Terragrunt to include module path in the error message.
Related links
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.