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.54.12 (dockerfile) (main) #82

Closed

Conversation

ivankatliarchuk
Copy link
Member

@ivankatliarchuk ivankatliarchuk commented Apr 23, 2023

This PR contains the following updates:

Package Update Change
gruntwork-io/terragrunt minor 0.45.3 -> 0.54.12

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

gruntwork-io/terragrunt (gruntwork-io/terragrunt)

v0.54.12

Compare Source

Updated CLI args, config attributes and blocks

  • find_in_parent_folders

Description

  • Fixes the built-in find_in_parent_folders function, by reverting the code to v0.54.4

Related links

v0.54.11

Compare Source

Description

  • Updated golang.org/x/crypto dependency to 0.17.0

Related links

v0.54.10

Compare Source

Updated CLI args, config attributes and blocks

  • find_in_parent_folders

Description

  • Fixes the built-in find_in_parent_folders function, which was broken in the previous v0.54.9 release.

Related links

v0.54.9

Compare Source

Updated CLI args, config attributes and blocks

  • catalog

Description

  • Improvements to searching and reading catalog configuration.

Related links

v0.54.8

Compare Source

Updated CLI args, config attributes and blocks

  • catalog

Description

  • Speed up repo cloning for the catalog command.

Related links

v0.54.7

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Improved error logging during Terraform source download process.

Special thanks

Special thanks to @​gqrlt1207 for their contribution!

Related links

v0.54.6

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Updated remote state assume_role generation to not be a single-line HCL string.

Related links

v0.54.5

Compare Source

Updated CLI args, config attributes and blocks

  • catalog

Description

  • Read the list of repositories from the terragrunt configuration file for the catalog command.

Related links

v0.54.4

Compare Source

Updated CLI args, config attributes and blocks

  • run-all

Description

  • Updated state bucket initialization to avoid concurrency errors.

Related links

v0.54.3

Compare Source

Updated CLI args, config attributes and blocks

  • catalog

Description

  • Fixed handling of catalog https://... urls.

Related links

v0.54.2

Compare Source

Updated CLI args, config attributes and blocks

  • catalog

Description

  • Improved parsing of Markdown/AsciiDoc files in the catalog CLI command.

Related links

v0.54.1

Compare Source

Updated CLI args, config attributes and blocks

  • catalog
  • scaffold

Description

  • Updated documentation for scaffold and catalog commands.
  • Removed blank lines from generated HCL code by scaffold command.
  • Fixed passing of terraform source URL from catalog to scaffold.

Related links

v0.54.0

Compare Source

Updated CLI args, config attributes and blocks

  • catalog
  • scaffold

Description

  • New CLI option catalog
  • New CLI option scaffold
  • Updated version check regular expression.

Special thanks

Special thanks to @​wyardley for their contribution!

Related links

v0.53.8

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Fixed passing of assume_role values to Terraform.

Related links

v0.53.7

Compare Source

Description

  • Updated github.com/golang-jwt/jwt/v4 dependency to v4.5.0

Related links

v0.53.6

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Added support for assuming roles in S3 backend configuration.

Special thanks

Special thanks to @​sylwit for their contribution!

Related links

v0.53.5

Compare Source

Updated CLI args, config attributes and blocks

  • get_terraform_commands_that_need_input()

Description

  • Corrected get_terraform_commands_that_need_input() function name.

Related links

v0.53.4

Compare Source

Updated CLI args, config attributes and blocks

  • get_working_dir()

Description

  • Add shell completion.
  • Add a new built-in function get_working_dir().

Related links

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

v0.45.13

Compare Source

Description

Added support for timecmp function in HCL files

Related links

v0.45.12

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

Fixed provider lock file handling when retrieving outputs from dependencies via remote state.

Special thanks

Related links

v0.45.11

Compare Source

Description

Fixed sending second interrupt signal to Terraform

Related links

v0.45.10

Compare Source

Description

Fixed double-rendering of terraform init output

Related links

v0.45.9

Compare Source

Description

Fixed the output parsing when AWS CSM is enabled.

Special thanks

Related links

v0.45.8

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-iam-role

Description

Handling of --terragrunt-iam-role flag has been updated to avoid evaluating iam_role attribute from HCL files once the --terragrunt-iam-role flag is specified

Related links

v0.45.7

Compare Source

Updated CLI args, config attributes and blocks

  • sops_decrypt_file

Description

Updated sops version to v3.7.3.

Related links

v0.45.6

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-include-module-prefix

Description

Updated handling of --terragrunt-include-module-prefix to not include module prefix in case of -json argument

Related links

v0.45.5

Compare Source

Description

Updated Terragrunt to print explanations on Terraform error messages.

Related links

v0.45.4

Compare Source

Description

Updated ownership setting on Terragrunt created S3 bucket.
Improved AWS Auth documentation.

Special thanks

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 Universal dependency update tool labels Apr 23, 2023
@ivankatliarchuk ivankatliarchuk self-assigned this Apr 23, 2023
@github-actions
Copy link

@ivankatliarchuk: There are no 'kind' label on this PR. You need a 'kind' label.
Label can be added by writing in a comment ⬇️

  • /kind feature
  • /kind fix
  • /kind chore
  • /kind docs
  • /kind refactor
  • /kind github
  • /kind security
  • /kind question
Details

I am a bot created to help the cloudkats developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the DeFiCh/oss-governance-bot repository.

@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 62009bc to 65d2a11 Compare May 1, 2023 04:31
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.45.4 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.45.5 (dockerfile) (main) May 1, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 65d2a11 to 7605416 Compare May 2, 2023 04:29
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.45.5 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.45.6 (dockerfile) (main) May 2, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 7605416 to ca13b77 Compare May 5, 2023 04:32
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.45.6 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.45.8 (dockerfile) (main) May 5, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from ca13b77 to 7dc493d Compare May 9, 2023 04:31
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.45.8 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.45.9 (dockerfile) (main) May 9, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 7dc493d to b2f4a19 Compare May 12, 2023 04:33
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.45.9 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.45.10 (dockerfile) (main) May 12, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from b2f4a19 to 13b2b66 Compare May 14, 2023 04:31
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.45.10 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.45.11 (dockerfile) (main) May 14, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 13b2b66 to a7d588b Compare May 21, 2023 04:27
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.45.11 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.45.13 (dockerfile) (main) May 21, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from a7d588b to ccae9c6 Compare May 22, 2023 04:28
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.45.13 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.45.14 (dockerfile) (main) May 22, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from ccae9c6 to beccedd Compare May 23, 2023 04:28
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.45.14 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.45.15 (dockerfile) (main) May 23, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from beccedd to 879d6c1 Compare May 28, 2023 04:28
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.45.15 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.45.16 (dockerfile) (main) May 28, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 879d6c1 to d4fc93f Compare June 3, 2023 04:32
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.45.16 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.45.17 (dockerfile) (main) Jun 3, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from d4fc93f to 9ca7136 Compare June 4, 2023 04:27
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.53.5 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.53.6 (dockerfile) (main) Nov 26, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from ddc8165 to bb9c873 Compare December 1, 2023 04:33
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.53.6 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.53.7 (dockerfile) (main) Dec 1, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from bb9c873 to b15fab0 Compare December 2, 2023 04:32
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.53.7 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.53.8 (dockerfile) (main) Dec 2, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from b15fab0 to 9da8dcb Compare December 12, 2023 04:35
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.53.8 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.54.0 (dockerfile) (main) Dec 12, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 9da8dcb to 18d5d42 Compare December 15, 2023 04:33
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.54.0 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.54.1 (dockerfile) (main) Dec 15, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 18d5d42 to 1a3941c Compare December 17, 2023 04:32
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.54.1 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.54.3 (dockerfile) (main) Dec 17, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 1a3941c to ddcabf0 Compare December 18, 2023 04:36
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.54.3 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.54.4 (dockerfile) (main) Dec 18, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from ddcabf0 to 1021841 Compare December 19, 2023 04:32
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.54.4 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.54.5 (dockerfile) (main) Dec 19, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 1021841 to 322149b Compare December 22, 2023 04:32
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.54.5 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.54.7 (dockerfile) (main) Dec 22, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 322149b to ba1ddc7 Compare December 23, 2023 04:31
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.54.7 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.54.8 (dockerfile) (main) Dec 23, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from ba1ddc7 to 2f13d12 Compare December 24, 2023 04:31
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.54.8 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.54.9 (dockerfile) (main) Dec 24, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 2f13d12 to 37119bd Compare December 25, 2023 04:37
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.54.9 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.54.10 (dockerfile) (main) Dec 25, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 37119bd to 7f91ed5 Compare December 29, 2023 04:31
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.54.10 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.54.11 (dockerfile) (main) Dec 29, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 7f91ed5 to 686312d Compare December 30, 2023 04:33
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.54.11 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.54.12 (dockerfile) (main) Dec 30, 2023
@ivankatliarchuk ivankatliarchuk deleted the renovate/main-gruntwork-io-terragrunt-0.x branch March 23, 2024 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps github-releases needs/kind patch when you make backwards compatible bug fixes renovate Universal dependency update tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant