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.58.14 #375

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 21, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
gruntwork-io/terragrunt minor 0.51.0 -> 0.58.14

Release Notes

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

v0.58.14

Compare Source

Description

  • Support Terragrunt Provider Cache for providers lock command

Related links

v0.58.13

Compare Source

Description

  • Updated Terragrunt to print original SOPS errors

Related links

v0.58.12

Compare Source

Description

  • Fixed a bug that caused init to run despite no changes

Related links

v0.58.11

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.58.10...v0.58.11

v0.58.10

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-download-dir

Description

  • Fixed ignoring TERRAGRUNT_DOWNLOAD for dependent modules

Related links

v0.58.9

Compare Source

Updated CLI args, config attributes and blocks

  • output-module-groups
  • remote_state

Description

  • Fixed output-module-groups command
  • Improved logging of S3 encryption warning

Related links

v0.58.8

Compare Source

Description

  • Fixed S3 bucket URL modifying

Related links

v0.58.7

Compare Source

Description

  • Support all provider_installation methods in the CLI config with the provider cache.

Related links

v0.58.6

Compare Source

Updated CLI args, config attributes and blocks

  • source

Description

  • Fixed terraform source URL handling

Related links

v0.58.5

Compare Source

Updated CLI args, config attributes and blocks

  • include

Description

  • Fixed concurrency errors on merging includes
  • Updated documentation examples

Related links

v0.58.4

Compare Source

Updated CLI args, config attributes and blocks

  • include

Description

  • Updated metadata copy flow to use locks and avoid concurrent modification exceptions
  • Updated Makefile to generate mocks before build

Related links

v0.58.3

Compare Source

Description

  • Added Terraform lock file generation with provider caching

Related links

v0.58.2

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-json-log
  • --terragrunt-tf-logs-to-json
  • --terragrunt-include-module-prefix

Description

  • Fixed generation of plan JSON files when JSON log format is enabled.

Related links

v0.58.1

Compare Source

Updated CLI args, config attributes and blocks

  • generate

Description

  • Added if_disabled attribute for generate block.

Related links

v0.58.0

Compare Source

Description

OpenTofu 1.7 support: We are now testing Terragrunt against OpenTofu 1.7 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 the OpenTofu version that is being tested.

Related links

v0.57.13

Compare Source

Description

Related links

v0.57.12

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Updated Terragrunt to check by default for OpenTofu executable before switching to Terraform.

Related links

v0.57.11

Compare Source

Updated CLI args, config attributes and blocks

  • run-all show
  • show

Description

Related links

v0.57.10

Compare Source

Updated CLI args, config attributes and blocks

  • OpenTelemetry traces reporting

Description

  • Added TRACEPARENT environment variable support for reporting parent traces in OpenTelemetry trace collection.

Related links

v0.57.9

Compare Source

Description

  • Added hash and signature checks for cached providers.

Related links

v0.57.8

Compare Source

Updated CLI args, config attributes and blocks

  • run-all
  • --terragrunt-out-dir
  • --terragrunt-json-out-dir

Description

  • Updated --terragrunt-out-dir to use plan from directory hierarchy.
  • Added new flag --terragrunt-json-out-dir to save plan in JSON format.

Related links

v0.57.7

Compare Source

Description

  • Updated github.com/hashicorp/go-getter dependency to 1.7.4

Special thanks

Special thanks to @​jdaftari-confluent for their contribution!

Related links

v0.57.6

Compare Source

Description

  • Removed example with destroy execution.
  • Got rid of code under BUSL license.

Related links

v0.57.5

Compare Source

Description

  • Bump golang.org/x/net from 0.19.0 to 0.23.0

Related links

v0.57.4

Compare Source

Updated CLI args, config attributes and blocks

  • run-all
  • --terragrunt-out-dir

Description

  • Added --terragrunt-out-dir CLI argument to use Terraform plan in run-all commands from a specific directory.

Related links

v0.57.3

Compare Source

Description

  • Fixed getting output from multiple nested dependencies

Related links

v0.57.2

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-json-log
  • --terragrunt-tf-logs-to-json

Description

  • Fixed handling of dependency outputs when JSON log format is enabled

Related links

v0.57.1

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-provider-cache-dir

Description

  • Fixed module request routing with provider caching.
  • Fixed resolving relative provider cache dir path.

Related links

v0.57.0

Compare Source

Description

Terraform 1.8 support: We are now testing Terragrunt against Terraform 1.8 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.56.5

Compare Source

Updated CLI args, config attributes and blocks

  • apply -destroy

Description

  • Fixes destroy order for apply -destroy alias command

Related links

v0.56.4

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-provider-cache
  • --terragrunt-provider-cache-dir
  • --terragrunt-provider-cache-disable-partial-lock-file
  • --terragrunt-provider-cache-registry-names
  • --terragrunt-provider-cache-hostname
  • --terragrunt-provider-cache-port
  • --terragrunt-provider-cache-token

Description

  • Caching Terraform providers, docs

Related links

v0.56.3

Compare Source

Description

  • Fixes slow destroy of config deeply nested in config hierarchy

Related links

v0.56.2

Compare Source

Updated CLI args, config attributes and blocks

  • json-render
  • remote_state

Description

  • Adjusted logging level for S3 bucket encryption warnings
  • Added CLI flag --terragrunt-json-disable-dependent-modules to disable identification of root modules during render-json

Special thanks

Special thanks to @​kaden-l-nelson for their contribution!

Related links

v0.56.1

Compare Source

Updated CLI args, config attributes and blocks

  • terragrunt-info

Description

  • Updated terragrunt-info to return parsed info data in case of error.

Related links

v0.56.0

Compare Source

Description

  • Updated officially supported versions of OpenTofu and Terraform
  • Updated CICD tests to run integration tests using Terraform 1.5 and latest Terraform (1.7.x)

Related links

v0.55.21

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Updated remote state creation/update errors to include bucket name.

Related links

v0.55.20

Compare Source

Description

  • Fixes terraform source URL handling

Related links

Full Changelog: gruntwork-io/terragrunt@v0.55.19...v0.55.20

v0.55.19

Compare Source

Updated CLI args, config attributes and blocks

  • scaffold

Description

  • Fix grammar in feature text
  • Fix URL handling in the scaffold command
  • Updated gon version to 0.2.5

Related links

Full Changelog: gruntwork-io/terragrunt@v0.55.18...v0.55.19

v0.55.18

Compare Source

Description

  • Updated github.com/cloudflare/circl from 1.3.3 to 1.3.7
  • Updated github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.3
  • Updated google.golang.org/protobuf from 1.32.0 to 1.33.0
  • Updated nokogiri to 1.16.3
  • Updates mini_portile2 from 2.4.0 to 2.8.5

Related links

v0.55.17

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Added support for OpenTofu registry for shorthand TFR modules.

Related links

v0.55.16

Compare Source

Description

  • Improved performance in parsing HCL files.

Related links

v0.55.15

Compare Source

Updated CLI args, config attributes and blocks

  • scaffold

Description

  • Simplified scaffold command implementation to prevent internal errors.

Related links

v0.55.14

Compare Source

Updated CLI args, config attributes and blocks

  • sops_decrypt_file

Description

  • Upgraded sops dependency to a new location with dependencies.

Special thanks

Special thanks to @​rubensf for their contribution!

Related links

v0.55.13

Compare Source

Updated CLI args, config attributes and blocks

  • scaffold

Description

  • Fixed handling of scaffold command exit in MacOS

Related links

v0.55.12

Compare Source

Updated CLI args, config attributes and blocks

  • scaffold

Description

  • Fixed handling of scaffold command in Windows

Related links

v0.55.11

Compare Source

Updated CLI args, config attributes and blocks

  • catalog

Description

  • Improved handling of exit from the catalog view in MacOS.

Related links

v0.55.10

Compare Source

Updated CLI args, config attributes and blocks

  • catalog

Description

  • Updated catalog command to not freeze terminal UI in MacOS.

Related links

v0.55.9

Compare Source

Updated CLI args, config attributes and blocks

  • dependency

Description

  • Fixed data race in dependency computation

Special thanks

Special thanks to @​vladlosev for their contribution!

Related links

v0.55.8

Compare Source

What's Changed

New Contributors

Full Changelog: gruntwork-io/terragrunt@v0.55.7...v0.55.8

v0.55.7

Compare Source

Description

  • Update go version to 1.21.7 to fix CVEs

Related links

v0.55.6

Compare Source

Updated CLI args, config attributes and blocks

  • dependency

Description

  • Fix nested dependency parsing

Related links

v0.55.5

Compare Source

Description

  • Added support for OpenTelemetry metrics and traces

Related links

v0.55.4

Compare Source

Updated CLI args, config attributes and blocks

  • dependency

Description

  • Added support for referencing dependency inputs

Related links

v0.55.3

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Improved remote_state.assume_role changes identification to avoid repeated initialization on each run.

Related links

v0.55.2

Compare Source

Updated CLI args, config attributes and blocks

  • dependency

Description

  • Improved dependency management by ensuring 'skip' flag properly excludes evaluation of skipped dependencies.

Related links

v0.55.1

Compare Source

Description

  • Updated github.com/opencontainers/runc dependency to 1.1.12

Related links

v0.55.0

Compare Source

Updated CLI args, config attributes and blocks

  • graph
  • render-json
  • run-all destroy

Description

  • New CLI option graph for running terraform commands on the dependency graph.
  • Updated render-json and run-all destroy to include list of transient dependencies.

Related links

v0.54.22

Compare Source

Description

  • Upgraded AWS Go SDK to v1.50.0.

Related links

v0.54.21

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Improved error message when Terraform and Tofu executables are missing.

Related links

v0.54.20

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-json-log
  • --terragrunt-tf-logs-to-json

Description

  • Added CLI flags to output logs in JSON format.

Related links

v0.54.19

Compare Source

Updated CLI args, config attributes and blocks

  • read_tfvars_file

Description

  • Fixed handling of empty tfvars files.

Related links

v0.54.18

Compare Source

Updated CLI args, config attributes and blocks

  • catalog

Description

  • Fix cloning repos for the catalog command.

Related links

v0.54.17

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Updated find_in_parent_folders() to ignore .terragrunt-cache in Windows environments, in the same way as in Linux and Mac.

Related links

v0.54.16

Compare Source

Updated CLI args, config attributes and blocks

  • catalog

Description

  • Fix reading catalog configuration.

Related links

v0.54.15

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Updated manifest clean function to not generate errors on removing old manifest.

Related links

v0.54.14

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Improved S3 bucket handling to seamlessly manage scenarios where bucket policies are absent.

Related links

v0.54.13

Compare Source

Description

  • Upgraded AWS SDK version to v1.49.17.

Related links

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

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from d885e67 to d424d3c Compare March 22, 2024 01:39
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.55.19 chore(deps): update dependency gruntwork-io/terragrunt to v0.55.18 Mar 22, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from d424d3c to d786f29 Compare March 22, 2024 19:01
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.55.18 chore(deps): update dependency gruntwork-io/terragrunt to v0.55.19 Mar 22, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from d786f29 to e36563b Compare March 25, 2024 22:29
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.55.19 chore(deps): update dependency gruntwork-io/terragrunt to v0.55.20 Mar 25, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from e36563b to ef22d26 Compare April 2, 2024 23:23
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.55.20 chore(deps): update dependency gruntwork-io/terragrunt to v0.55.21 Apr 2, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from ef22d26 to cad2119 Compare April 4, 2024 18:30
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.55.21 chore(deps): update dependency gruntwork-io/terragrunt to v0.56.1 Apr 4, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from cad2119 to 4960f4b Compare April 4, 2024 23:38
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.56.1 chore(deps): update dependency gruntwork-io/terragrunt to v0.56.2 Apr 4, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from 4960f4b to c5f6bc5 Compare April 8, 2024 17:10
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.56.2 chore(deps): update dependency gruntwork-io/terragrunt to v0.56.3 Apr 8, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from c5f6bc5 to 0b3fa80 Compare April 10, 2024 18:08
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.56.3 chore(deps): update dependency gruntwork-io/terragrunt to v0.56.4 Apr 10, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from 0b3fa80 to b976535 Compare April 10, 2024 21:54
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.56.4 chore(deps): update dependency gruntwork-io/terragrunt to v0.56.5 Apr 10, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from b976535 to 86c3d75 Compare April 12, 2024 19:48
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.56.5 chore(deps): update dependency gruntwork-io/terragrunt to v0.57.0 Apr 12, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from 86c3d75 to adcce03 Compare April 15, 2024 20:28
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.57.0 chore(deps): update dependency gruntwork-io/terragrunt to v0.57.1 Apr 15, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from adcce03 to e9e5194 Compare April 16, 2024 23:00
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.57.1 chore(deps): update dependency gruntwork-io/terragrunt to v0.57.2 Apr 16, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from e9e5194 to d0ff925 Compare April 19, 2024 16:02
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.57.2 chore(deps): update dependency gruntwork-io/terragrunt to v0.57.3 Apr 19, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from d0ff925 to 111885f Compare April 19, 2024 18:16
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.57.3 chore(deps): update dependency gruntwork-io/terragrunt to v0.57.5 Apr 19, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from 111885f to 57d284e Compare April 23, 2024 11:04
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.57.5 chore(deps): update dependency gruntwork-io/terragrunt to v0.57.6 Apr 23, 2024
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.57.13 chore(deps): update dependency gruntwork-io/terragrunt to v0.58.0 May 1, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from 46cfe6b to 660746f Compare May 1, 2024 15:40
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.0 chore(deps): update dependency gruntwork-io/terragrunt to v0.58.1 May 1, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from 660746f to 8a37891 Compare May 2, 2024 21:09
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.1 chore(deps): update dependency gruntwork-io/terragrunt to v0.58.2 May 2, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from 8a37891 to 9a4a2f4 Compare May 6, 2024 18:05
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.2 chore(deps): update dependency gruntwork-io/terragrunt to v0.58.3 May 6, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from 9a4a2f4 to 68a35e2 Compare May 10, 2024 22:34
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.3 chore(deps): update dependency gruntwork-io/terragrunt to v0.58.4 May 10, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from 68a35e2 to 11803a5 Compare May 16, 2024 00:14
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.4 chore(deps): update dependency gruntwork-io/terragrunt to v0.58.5 May 16, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from 11803a5 to e4e5989 Compare May 17, 2024 16:36
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.5 chore(deps): update dependency gruntwork-io/terragrunt to v0.58.6 May 17, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from e4e5989 to eafcf76 Compare May 18, 2024 21:45
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.6 chore(deps): update dependency gruntwork-io/terragrunt to v0.58.7 May 18, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from eafcf76 to 28bda4a Compare May 20, 2024 22:39
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.7 chore(deps): update dependency gruntwork-io/terragrunt to v0.58.8 May 20, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from 28bda4a to 517f4e7 Compare May 22, 2024 22:13
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.8 chore(deps): update dependency gruntwork-io/terragrunt to v0.58.9 May 22, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from 517f4e7 to 8ceb1bf Compare May 24, 2024 18:34
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.9 chore(deps): update dependency gruntwork-io/terragrunt to v0.58.10 May 24, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from 8ceb1bf to 09396a4 Compare May 28, 2024 14:08
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.10 chore(deps): update dependency gruntwork-io/terragrunt to v0.58.11 May 28, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from 09396a4 to a70b8bc Compare May 28, 2024 22:16
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.11 chore(deps): update dependency gruntwork-io/terragrunt to v0.58.12 May 28, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from a70b8bc to 8496194 Compare May 31, 2024 21:44
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.12 chore(deps): update dependency gruntwork-io/terragrunt to v0.58.13 May 31, 2024
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from 8496194 to 0579d92 Compare June 3, 2024 19:56
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.13 chore(deps): update dependency gruntwork-io/terragrunt to v0.58.14 Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants