Skip to content
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

Conversation

ivankatliarchuk
Copy link
Member

@ivankatliarchuk ivankatliarchuk commented May 22, 2023

This PR contains the following updates:

Package Update Change Pending
gruntwork-io/terragrunt minor 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

  • Added missing terraform commands to pass validation.
  • Added explanation of errors related to missing AWS credentials.

Related links

v0.53.2

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Updated GCP dependencies to support "type": "external_account_authorized_user" authentication.

Related links

v0.53.1

Compare Source

Description

  • Updated aws-sdk to support SSO

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 from 1.55.0 to 1.56.3

Related links

v0.52.6

Compare Source

Updated CLI args, config attributes and blocks

  • output-module-groups

Description

  • Updated output-module-groups to work like run-all from any subfolder within a Terragrunt configuration.
  • Improved output-module-groups performance by eliminating the need for init.
  • Introduced Terragrunt CLI option support for output-module-groups.
  • Added support for destroy subcommand for output-module-groups to generate a reversed dependency ordered stack list.

Migration Guide

Processes relying on init for output-module-groups must be updated to use an alternative method like terragrunt 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

  • Added 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

  • CICD improvements: Added Go code linting and resolved code issues.

Related links

v0.52.3

Compare Source

Description

Updated golang.org/x/net dependency to 0.17.0

Related links

v0.52.2

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Added checking of skip_credentials_validation field in the remote state to skip AWS session validation.

Related links

v0.52.1

Compare Source

Description

  • Enhanced dependent module scanning to eliminate unnecessary user input prompts.

Related links

v0.52.0

Compare Source

Description

  • Added support for OpenTofu in Terragrunt, by default, will be wrapped terraform command with a fallback to tofu.

Related links

Migration guide

Switching to tofu:

  1. Install OpenTofu cli https://github.com/opentofu/opentofu
  2. Apply one of:
  • Option 1: Remove terraform binary from PATH
  • Option 2: Define env variable TERRAGRUNT_TFPATH=tofu
  • Option 3: When launching terragrunt, specify --terragrunt-tfpath tofu

v0.51.9

Compare Source

Updated CLI args, config attributes and blocks

  • render-json

Description

  • Added dependent_modules field to render-json output with a list of paths to dependent modules
  • Replaced deprecated calls to io/ioutil package

Special 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

  • Added AWS session status validation before S3 bucket status check

Related links

v0.51.7

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Enhanced error handling during reading Terraform state.

Related links

v0.51.6

Compare Source

Description

Related links

v0.51.5

Compare Source

Updated CLI args, config attributes and blocks

  • generate

Description

  • Updated validation of generate blocks to identify blocks with the same name

Related links

v0.51.4

Compare Source

Description

  • Make auto-init feature respect -no-color flag
  • Add a new built-in function get_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

  • Updated terragrunt-debug command to print valid executed terraform commands

Related links

v0.51.2

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Improved handling of S3 bucket configuration errors

Related links

v0.51.1

Compare Source

Updated CLI args, config attributes and blocks

  • get_path_to_repo_root()

Description

  • Removes trailing slash appended to the end of 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

  • Added enabled property on dependency block, once set to false - dependency will be skipped.

Related links

v0.50.16

Compare Source

Description

  • Reduced "The handle is invalid" log noise for Terragrunt executions in Windows.

Related links

v0.50.15

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-config

Description

  • Fixed searching for config with the specified --terragrunt-config flag when running run-all commands.
  • Added the ability to explicitly specify the name of dependency configuration files with a name other than the default terragrunt.conf.

Related links

v0.50.14

Compare Source

Description

  • Added passing of Terragrunt version in user agent for AWS API calls.

Related links

v0.50.13

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Improved checking for module path in terraform source URL.

Related links

v0.50.12

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-fetch-dependency-output-from-state

Description

  • Fixed handling of --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

  • Added a new flag --terragrunt-disable-command-validation to disable terraform command validation.
  • Prevent 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

  • Enhanced GCP storage configuration to include optional prefix support.

Related links

v0.50.9

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

Improved handling of AWS S3 errors:

  • Handling of errors when the bucket is in a different region
  • Logging of underlying S3 API errors

Related links

v0.50.8

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Updated 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

  • Fixed the issue when using the 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

  • Addressed the issue related to GCP impersonation during state bucket creation.

Related links

v0.50.5

Compare Source

Description

  • Implementation of validation for provided Terraform commands.

Related links

v0.50.4

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Eliminated generation of unnecessary .terragrunt-null-vars.auto.tfvars.json files.

Related links

v0.50.3

Compare Source

Description

  • Updated logrus dependency to v1.9.3

Related links

v0.50.2

Compare Source

Description

  • Fixed updating S3 bucket policy when the previous statement contains NotPrincipal field.

Related links

v0.50.1

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-exclude-dir

Description

  • Prevent parsing of excluded modules.

Related links

v0.50.0

Compare Source

Updated CLI args, config attributes and blocks

  • terraform [BACKWARD INCOMPATIBLE]

Description

  • Updated the process of passing inputs to Terraform to support inputs with null values.

Related links

Migration guide

To keep passing null values as strings, wrap values in quotes:

inputs = {
  input_1 = "null"
}

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

  • Added support for the --terragrunt-external-tflint parameter into the tflint hook. This modification enables Terragrunt to execute tflint directly from the operating system.
  • Upgraded internal tflint to version 0.47.0, introducing backward incompatibility.

Related links

Migration guide

Follow tflint recommendations to upgrade to 0.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

  • Added a new flag --terragrunt-no-color to disable colors in logs.
  • Replaced environment variables (backward compatibility preserved):
    TERRAGRUNT_AUTO_INIT with TERRAGRUNT_NO_AUTO_INIT
    TERRAGRUNT_AUTO_RETRY with TERRAGRUNT_NO_AUTO_RETRY
    TERRAGRUNT_AUTO_APPROVE with TERRAGRUNT_NO_AUTO_APPROVE
    TF_INPUT with TERRAGRUNT_NON_INTERACTIVE

Related links

v0.48.6

Compare Source

Updated CLI args, config attributes and blocks

  • run-all

Description

  • Improved readability of the run-all confirmation message.

Related links

v0.48.5

Compare Source

Updated CLI args, config attributes and blocks

  • output-module-groups

Description

  • Added output-module-groups command which outputs as JSON the groups of modules

Special thanks

Special thanks to @​smaftoul for their contribution!

Related links

v0.48.4

Compare Source

Updated CLI args, config attributes and blocks

  • terraform cli

Description

  • Added --terragrunt-fail-on-state-bucket-creation which will fail Terragrunt execution if state bucket creation is required
  • Added --terragrunt-disable-bucket-update which will disable updating of state bucket

Related links

v0.48.3

Compare Source

Updated CLI args, config attributes and blocks

  • render-json

Description

  • Updated 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

  • Updated partial cache key construction to include filename

Special thanks

Special thanks to @​untcha for their contribution!

Related links

v0.48.1

Compare Source

Updated CLI args, config attributes and blocks

  • terraform block

Description

  • Improved terraform source hash calculation by excluding files from .terragrunt-cache and .terraform.lock.hcl. These files are automatically generated and modifying their content will no longer trigger a terraform 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

  • Updated handling of ?ref= in terraform 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

  • Added support git tag in URL for --terragrunt-source-map option.

Related links

v0.46.1

Compare Source

Updated CLI args, config attributes and blocks

  • dependency

Description

  • Fixed dependencies output reading during destroy execution.

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

  • Fixed redirection of stdout to stderr in hooks execution.

Migration guide

To disable stdout redirection should be defined attribute suppress_stdout = true in the hook declaration:

terraform {
    ... 
  after_hook "after_init_from_module" {
    ...
    suppress_stdout = true
  }
  after_hook "after_init" {
    ...
    suppress_stdout = true
  }
  error_hook "handle_error" {
    ...
    suppress_stdout = true
  }
}

Related Links

v0.45.18

Compare Source

Updated CLI args, config attributes and blocks

  • hclfmt

Description

Added flag --terragrunt-diff to hclfmt 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 execution

Related links

v0.45.16

Compare Source

Updated CLI args, config attributes and blocks

  • generate

Description

  • Added disable field to generate blocks

Special thanks

  • Special thanks to @​szesch for their contribution!

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@ivankatliarchuk ivankatliarchuk added deps github-releases patch when you make backwards compatible bug fixes renovate labels May 22, 2023
@ivankatliarchuk ivankatliarchuk self-assigned this May 22, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from cb15c44 to 0bf78fb Compare May 23, 2023 04:22
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.45.14 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.45.15 (terragrunt/dockerfile) (master) May 23, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from 0bf78fb to 41689c9 Compare May 28, 2023 04:21
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.45.15 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.45.16 (terragrunt/dockerfile) (master) May 28, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from 41689c9 to 473d04d Compare June 3, 2023 04:22
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.45.16 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.45.17 (terragrunt/dockerfile) (master) Jun 3, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from 473d04d to e041201 Compare June 4, 2023 04:20
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.45.17 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.45.18 (terragrunt/dockerfile) (master) Jun 4, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from e041201 to 42ebd7d Compare June 5, 2023 04:22
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.45.18 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.46.1 (terragrunt/dockerfile) (master) Jun 5, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from 42ebd7d to dc50f3f Compare June 9, 2023 04:23
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.46.1 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.46.2 (terragrunt/dockerfile) (master) Jun 9, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from dc50f3f to f7e6f01 Compare June 11, 2023 04:21
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.46.2 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.46.3 (terragrunt/dockerfile) (master) Jun 11, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from f7e6f01 to f716552 Compare June 19, 2023 04:23
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.46.3 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.47.0 (terragrunt/dockerfile) (master) Jun 19, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from f716552 to 76c76c2 Compare June 30, 2023 04:24
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.47.0 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.48.0 (terragrunt/dockerfile) (master) Jun 30, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from 76c76c2 to c4c680b Compare July 9, 2023 04:25
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.48.0 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.48.1 (terragrunt/dockerfile) (master) Jul 9, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from c4c680b to 77e3e9a Compare July 21, 2023 04:22
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.48.1 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.48.2 (terragrunt/dockerfile) (master) Jul 21, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from 77e3e9a to fc06d91 Compare July 22, 2023 04:21
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.48.2 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.48.3 (terragrunt/dockerfile) (master) Jul 22, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from fc06d91 to 80f4cf8 Compare July 23, 2023 04:22
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from 50e90ab to 3eb0709 Compare October 7, 2023 04:22
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.51.7 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.51.8 (terragrunt/dockerfile) (master) Oct 7, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from 3eb0709 to 734b79b Compare October 8, 2023 04:22
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.51.8 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.51.9 (terragrunt/dockerfile) (master) Oct 8, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from 734b79b to 1c66b34 Compare October 10, 2023 04:23
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.51.9 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.52.0 (terragrunt/dockerfile) (master) Oct 10, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from 1c66b34 to a0e1523 Compare October 12, 2023 04:23
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.52.0 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.52.1 (terragrunt/dockerfile) (master) Oct 12, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from a0e1523 to f583f77 Compare October 16, 2023 04:23
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.52.1 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.52.2 (terragrunt/dockerfile) (master) Oct 16, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from f583f77 to 275b897 Compare October 17, 2023 04:24
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.52.2 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.52.3 (terragrunt/dockerfile) (master) Oct 17, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from 275b897 to 80f478c Compare October 24, 2023 04:22
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.52.3 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.52.4 (terragrunt/dockerfile) (master) Oct 24, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from 80f478c to e6fa17d Compare October 28, 2023 04:23
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.52.4 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.52.5 (terragrunt/dockerfile) (master) Oct 28, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from e6fa17d to 3d6f1c7 Compare October 30, 2023 04:23
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.52.5 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.52.7 (terragrunt/dockerfile) (master) Oct 30, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from 3d6f1c7 to a27d70d Compare October 31, 2023 04:23
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.52.7 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.53.0 (terragrunt/dockerfile) (master) Oct 31, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch 2 times, most recently from c629163 to e3a3d7d Compare November 5, 2023 04:23
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.53.0 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.53.1 (terragrunt/dockerfile) (master) Nov 5, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from e3a3d7d to 19312dc Compare November 9, 2023 04:22
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.53.1 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.53.2 (terragrunt/dockerfile) (master) Nov 9, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from 19312dc to 9136426 Compare November 18, 2023 04:23
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.53.2 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.53.3 (terragrunt/dockerfile) (master) Nov 18, 2023
@ivankatliarchuk ivankatliarchuk merged commit b4d1748 into master Nov 19, 2023
@ivankatliarchuk ivankatliarchuk deleted the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch November 19, 2023 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps github-releases patch when you make backwards compatible bug fixes renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant