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.59.4 (dockerfile) (main) #121

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

Conversation

ivankatliarchuk
Copy link
Member

@ivankatliarchuk ivankatliarchuk commented Mar 25, 2024

This PR contains the following updates:

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

Warning

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


Release Notes

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

v0.59.4

Compare Source

Description
  • Fixed fetching compressed data from a network mirror server (Terragrunt Provider Cache)
Related links

v0.59.3

Compare Source

Description
  • Added attribute iam_web_identity_token to support AssumeRoleWithWebIdentity
Special thanks

Special thanks to @​partcyborg for their contribution!

Related links

v0.59.2

Compare Source

Description
Related links

v0.59.1

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.59.0...v0.59.1

v0.59.0

Compare Source

Updated CLI args, config attributes and blocks
  • --terragrunt-auth-provider-cmd
Description
Related links

v0.58.15

Compare Source

Description
  • Improved Terragrunt Provider Cache logs
Related links

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.

🛠️ Breaking Change

Note that this release should have included a breaking change that was erroneously released as a patch release in v0.57.12, in that existing Terragrunt users will start to use OpenTofu instead of Terraform if they upgrade to this version without taking additional action when both tools are installed.

The standard operating procedure in the Terragrunt codebase is to use minor release versions to indicate breaking changes and significant new feature releases, pending the release of 1.0.0.

We will do a better job of correctly communicating the risk of upgrading Terragrunt versions via Semantic Versioning in the future.

If you would like to continue to use Terragrunt with Terraform instead of OpenTofu (and have both installed), you will need to explicitly configure terragrunt-tfpath to do so.

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.
🛠️ Breaking Change

Note that this release includes a breaking change that was erroneously released as a patch release, in that existing Terragrunt users will start to use OpenTofu instead of Terraform if they upgrade to this version without taking additional action when both tools are installed.

The standard operating procedure in the Terragrunt codebase is to use minor release versions to indicate breaking changes and significant new feature releases, pending the release of 1.0.0.

We will do a better job of correctly communicating the risk of upgrading Terragrunt versions via Semantic Versioning in the future.

If you would like to continue to use Terragrunt with Terraform instead of OpenTofu (and have both installed), you will need to explicitly configure terragrunt-tfpath to do so.

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
  • [https://github.co

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.

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 2ab6e20 to 7a008d3 Compare March 26, 2024 04:21
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.55.18 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.55.19 (dockerfile) (main) Mar 26, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 7a008d3 to 0741d9e Compare March 28, 2024 23:02
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.55.19 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.55.20 (dockerfile) (main) Mar 28, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 0741d9e to 191e2eb Compare April 5, 2024 20:09
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.55.20 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.55.21 (dockerfile) (main) Apr 5, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 191e2eb to 55eebd3 Compare April 8, 2024 04:26
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.55.21 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.56.2 (dockerfile) (main) Apr 8, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 55eebd3 to 1bee8a2 Compare April 12, 2024 04:20
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.56.2 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.56.3 (dockerfile) (main) Apr 12, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 1bee8a2 to 82bd362 Compare April 14, 2024 04:44
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.56.3 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.56.5 (dockerfile) (main) Apr 14, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 82bd362 to 3b88dad Compare April 16, 2024 04:23
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.56.5 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.57.0 (dockerfile) (main) Apr 16, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 3b88dad to 482bb81 Compare April 19, 2024 04:27
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.57.0 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.57.1 (dockerfile) (main) Apr 19, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 482bb81 to 0b9a359 Compare April 20, 2024 04:28
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.57.1 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.57.2 (dockerfile) (main) Apr 20, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 0b9a359 to f955a8b Compare April 23, 2024 04:30
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.57.2 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.57.5 (dockerfile) (main) Apr 23, 2024
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.3 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.58.4 (dockerfile) (main) May 14, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 8eb3d22 to 46dfbc4 Compare May 19, 2024 04:23
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.4 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.58.5 (dockerfile) (main) May 19, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 46dfbc4 to 2588752 Compare May 21, 2024 04:24
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.5 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.58.6 (dockerfile) (main) May 21, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 2588752 to eb73ea4 Compare May 22, 2024 04:26
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.6 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.58.7 (dockerfile) (main) May 22, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from eb73ea4 to c982e7c Compare May 24, 2024 04:25
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.7 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.58.8 (dockerfile) (main) May 24, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from c982e7c to d131dc5 Compare May 26, 2024 04:24
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.8 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.58.9 (dockerfile) (main) May 26, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from d131dc5 to 0783339 Compare May 28, 2024 04:26
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.9 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.58.10 (dockerfile) (main) May 28, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 0783339 to a59338c Compare June 1, 2024 04:22
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.10 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.58.12 (dockerfile) (main) Jun 1, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from a59338c to 543712c Compare June 4, 2024 04:30
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.12 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.58.13 (dockerfile) (main) Jun 4, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 543712c to e196029 Compare June 7, 2024 04:25
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.13 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.58.14 (dockerfile) (main) Jun 7, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from e196029 to d7da6fa Compare June 14, 2024 04:23
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.14 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.58.15 (dockerfile) (main) Jun 14, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from d7da6fa to baf1f94 Compare June 15, 2024 04:28
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.15 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.59.1 (dockerfile) (main) Jun 15, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from baf1f94 to 6064885 Compare June 16, 2024 04:33
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.59.1 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.59.2 (dockerfile) (main) Jun 16, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 6064885 to 6028b0f Compare June 17, 2024 04:31
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.59.2 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.59.3 (dockerfile) (main) Jun 17, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-gruntwork-io-terragrunt-0.x branch from 6028b0f to d02350b Compare June 21, 2024 04:31
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.59.3 (dockerfile) (main) chore(deps): update dependency gruntwork-io/terragrunt to v0.59.4 (dockerfile) (main) Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant