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

fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.66.9 #5

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

Conversation

slauger
Copy link
Owner

@slauger slauger commented Apr 25, 2023

This PR contains the following updates:

Package Update Change
gruntwork-io/terragrunt minor 0.37.4 -> 0.66.9

Release Notes

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

v0.66.9

Compare Source

Updated CLI args, config attributes and blocks

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

Description

  • Fixed the --terragrunt-fetch-dependency-output-from-state feature flag to work correctly with non-applied dependencies.

Special thanks

Special thanks to @​rodrigorfk for their contribution!

Related links

v0.66.8

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.66.7...v0.66.8

v0.66.7

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.66.6...v0.66.7

v0.66.6

Compare Source

Updated CLI args, config attributes and blocks

  • engine

Description

  • Improved handling of engine execution output.

Related links

Full Changelog: gruntwork-io/terragrunt@v0.66.5...v0.66.6

v0.66.5

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.66.4...v0.66.5

v0.66.4

Compare Source

What's Changed

New Contributors

Full Changelog: gruntwork-io/terragrunt@v0.66.3...v0.66.4

v0.66.3

Compare Source

Updated CLI args, config attributes and blocks

  • dependency
  • get_repo_root

Description

  • Improved efficiency in evaluating dependencies and locating the git repository root.

Cache Adjustments

output

Included changes:

  • added caching of HCL parsing struct
  • added caching of git --show-toplevel
  • updated fetching of TerragruntConfig to do full clone of struct
  • replaced global variables cache with data from context
  • added metrics for cache miss/hits

Related links

Full Changelog: gruntwork-io/terragrunt@v0.66.2...v0.66.3

v0.66.2

Compare Source

What's Changed

New Contributors

Full Changelog: gruntwork-io/terragrunt@v0.66.1...v0.66.2

v0.66.1

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.66.0...v0.66.1

v0.66.0

Compare Source

Description

OpenTofu 1.8 support: We are now continuously testing Terragrunt against OpenTofu 1.8 and it 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.

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.65.0...v0.66.0

v0.65.0

Compare Source

Updated CLI args, config attributes and blocks

  • sops_decrypt_file

Description

  • Adjusted path resolution in sops_decrypt_file to resolve files relative to the terragrunt.hcl file.

What's Changed

New Contributors

Full Changelog: gruntwork-io/terragrunt@v0.64.5...v0.65.0

v0.64.5

Compare Source

Updated CLI args, config attributes and blocks

  • hclvalidate

Description

  • Sorting output and fixing minor bugs in hclvalidate command.

Breaking Changes

  • --terragrunt-hclvalidate-invalid flag have been renamed to --terragrunt-hclvalidate-show-config-path
  • TERRAGRUNT_HCLVALIDATE_INVALID env var have been renamed to TERRAGRUNT_HCLVALIDATE_SHOW_CONFIG_PATH

Related links

Full Changelog: gruntwork-io/terragrunt@v0.64.4...v0.64.5

v0.64.4

Compare Source

Updated CLI args, config attributes and blocks

  • hclvalidate

Description

  • Fixing "dependency cycle between modules" when using hclvalidate command with undefined config_path attribute.

Related links

Full Changelog: gruntwork-io/terragrunt@v0.64.3...v0.64.4

v0.64.3

Compare Source

Updated CLI args, config attributes and blocks

  • engine

Description

  • Added support for verifying engine files before loading to ensure integrity and security.

Related links

Full Changelog: gruntwork-io/terragrunt@v0.64.2...v0.64.3

v0.64.2

Compare Source

Description

  • Adding supply credentials for a third-party registry when using Terragrunt Provider Cache

They can be supplied in two ways:

  1. Environment Variables
  2. CLI config section credentials

Related links

Full Changelog: gruntwork-io/terragrunt@v0.64.1...v0.64.2

v0.64.1

Compare Source

Description

  • Adding registry url discovery for Terragrunt Provider Cache

Related links

Full Changelog: gruntwork-io/terragrunt@v0.64.0...v0.64.1

v0.64.0

Compare Source

Updated CLI args, config attributes and blocks

  • sops_decrypt_file

Description

  • Upgraded Sops to v3.9.0, including necessary transient dependencies.

Related links

Full Changelog: gruntwork-io/terragrunt@v0.63.8...v0.64.0

v0.63.8

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.63.7...v0.63.8

v0.63.7

Compare Source

Description

  • OpenTelemetry upgraded to version v1.28.0.
  • Corrected a typo in the telemetry environment variable names
  • Introduced a warning message that alerts users when they attempt to use deprecated OpenTelemetry environment variables

Related links

Full Changelog: gruntwork-io/terragrunt@v0.63.6...v0.63.7

v0.63.6

Compare Source

Description

  • Fix generation of cliconfig provider_installation block used for provider caching

Related links

Full Changelog: gruntwork-io/terragrunt@v0.63.5...v0.63.6

v0.63.5

Compare Source

Updated CLI args, config attributes and blocks

  • engine

Description

  • Added support for downloading engines from remote locations.

Related links

v0.63.4

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.63.3...v0.63.4

v0.63.3

Compare Source

Description

  • Updated links to provider caching
  • Fix generation of cliconfig provider_installation block used for provider caching

Related links

Full Changelog: gruntwork-io/terragrunt@v0.63.2...v0.63.3

v0.63.2

Compare Source

Updated CLI args, config attributes and blocks

  • --auth-provider-cmd

Description

  • Fixing getting dynamic credentials before parsing local block.

Related links

Full Changelog: gruntwork-io/terragrunt@v0.63.1...v0.63.2

v0.63.1

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.63.0...v0.63.1

v0.63.0

Compare Source

What's Changed

🛠️ Breaking Change

Note that this release introduces a breaking change to the flag used for web identity tokens by correcting a typo in the name of the environment variable. If you are currently using the environment variable TERRRAGRUNT_IAM_ASSUME_ROLE_WEB_IDENTITY_TOKEN, make sure to add the corrected spelling of TERRAGRUNT_IAM_ASSUME_ROLE_WEB_IDENTITY_TOKEN before upgrading to this version of Terragrunt.

Change

Full Changelog: gruntwork-io/terragrunt@v0.62.3...v0.63.0

v0.62.3

Compare Source

Updated CLI args, config attributes and blocks

  • scaffold

Description

  • Updated scaffold command to support multi-line variables description.

Related links

v0.62.2

Compare Source

Description

  • Hiding diagnostic error when first parsing remote_state block

Related links

Full Changelog: gruntwork-io/terragrunt@v0.62.1...v0.62.2

v0.62.1

Compare Source

Description

  • Updated dependencies:
    • google.golang.org/grpc v1.65.0
    • golang.org/x/sys v0.22.0
    • golang.org/x/crypto v0.25.0
    • github.com/gruntwork-io/terragrunt-engine-go v0.0.2

Related links

v0.62.0

Compare Source

Updated CLI args, config attributes and blocks

  • engine

Description

  • Added support for experimental engine block (docs).

Related links

v0.61.1

Compare Source

Updated CLI args, config attributes and blocks

  • before_hook
  • after_hook

Description

  • Added passing of extra ENVs to the hook's executed command

Related links

Full Changelog: gruntwork-io/terragrunt@v0.61.0...v0.61.1

v0.61.0

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-excludes-file
  • hclvalidate

Description

  • Added --terragrunt-excludes-file flag to set excluded directories from a file (docs).
  • Added hclvalidate command to validate Terragrunt configs (docs).

Related links

Full Changelog: gruntwork-io/terragrunt@v0.60.1...v0.61.0

v0.60.1

Compare Source

Updated CLI args, config attributes and blocks

  • include

Description

  • Enhanced handling of concurrent configuration writes from multiple includes.

Related links

v0.60.0

Compare Source

Description

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

Compare Source

Description

  • Fixed using dynamic AWS credentials with get_aws_account_id() built-in function.

Related links

Full Changelog: gruntwork-io/terragrunt@v0.59.6...v0.59.7

v0.59.6

Compare Source

Description

  • Updated github.com/hashicorp/go-retryablehttp from 0.7.1 to 0.7.7
  • Updated github.com/hashicorp/go-getter from 1.7.4 to 1.7.5

Related links

v0.59.5

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-auth-provider-cmd

Description

  • Fixed using dynamic AWS credentials with remote_state

Related links

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

Migration Guide

If Azure vault is used to store encrypted values, define environment variables:

export AZURE_TENANT_ID="<active_directory_tenant_id>"
export AZURE_CLIENT_ID="<service_principal_appid>"
export AZURE_CLIENT_SECRET="<service_principal_password>"

References:
https://learn.microsoft.com/en-us/azure/developer/go/azure-sdk-authentication-service-principal?tabs=azure-cli#option-1-authenticate-with-a-secret

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](https:/


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 Renovate Bot.

@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch 2 times, most recently from 92c98f3 to f0702ef Compare April 28, 2023 10:58
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.4 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.5 Apr 28, 2023
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch from f0702ef to bd2832d Compare May 1, 2023 10:58
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.5 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.6 May 1, 2023
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch from bd2832d to 4454858 Compare May 2, 2023 10:58
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.6 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.8 May 2, 2023
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch from 4454858 to f7748a3 Compare May 5, 2023 10:58
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.8 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.9 May 5, 2023
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch from f7748a3 to e364400 Compare May 9, 2023 10:58
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.9 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.10 May 9, 2023
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch from e364400 to ed0d432 Compare May 11, 2023 10:59
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.10 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.11 May 11, 2023
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch from ed0d432 to 8488a9a Compare May 18, 2023 10:57
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.11 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.13 May 18, 2023
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch from 8488a9a to e19c386 Compare May 19, 2023 10:57
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.13 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.14 May 19, 2023
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.14 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.15 May 23, 2023
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch from 5a991d7 to a3805a7 Compare May 25, 2023 10:57
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.15 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.16 May 25, 2023
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.16 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.17 May 31, 2023
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch from a3805a7 to 5031190 Compare May 31, 2023 10:57
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.17 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.18 Jun 1, 2023
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch from 5031190 to 45f2459 Compare June 1, 2023 10:57
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.18 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.46.1 Jun 2, 2023
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch from 45f2459 to d7f4d35 Compare June 2, 2023 10:57
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.46.1 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.46.2 Jun 6, 2023
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch 2 times, most recently from 9298e58 to 66b1d21 Compare June 8, 2023 10:57
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.63.0 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.63.2 Jul 19, 2024
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch from d82c96d to e6d95c1 Compare July 23, 2024 10:59
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.63.2 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.63.3 Jul 23, 2024
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch from e6d95c1 to af4d71d Compare July 24, 2024 10:59
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.63.3 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.63.4 Jul 24, 2024
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch from af4d71d to 67a2394 Compare July 25, 2024 10:59
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.63.4 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.63.6 Jul 25, 2024
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch from 67a2394 to 8cfefbc Compare July 26, 2024 10:59
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.63.6 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.64.0 Jul 26, 2024
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch from 8cfefbc to a5cf58a Compare July 29, 2024 10:59
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.64.0 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.64.1 Jul 29, 2024
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch from a5cf58a to f18bf72 Compare July 30, 2024 10:59
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.64.1 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.64.2 Jul 30, 2024
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch from f18bf72 to c4d7336 Compare July 31, 2024 10:59
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.64.2 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.64.4 Jul 31, 2024
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch from c4d7336 to 031363e Compare August 1, 2024 10:59
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.64.4 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.64.5 Aug 1, 2024
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch from 031363e to b247cfa Compare August 5, 2024 10:59
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.64.5 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.66.1 Aug 5, 2024
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch from b247cfa to b1d2a76 Compare August 7, 2024 10:59
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.66.1 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.66.3 Aug 7, 2024
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch from b1d2a76 to 47d378d Compare August 13, 2024 10:59
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.66.3 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.66.4 Aug 13, 2024
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch from 47d378d to db3fbcd Compare August 14, 2024 10:59
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.66.4 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.66.6 Aug 14, 2024
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch from db3fbcd to 953262f Compare August 16, 2024 10:59
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.66.6 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.66.8 Aug 16, 2024
@slauger slauger force-pushed the renovate/github-tags-gruntwork-io-terragrunt-0.x branch from 953262f to 6cebb2e Compare August 21, 2024 10:59
@slauger slauger changed the title fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.66.8 fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.66.9 Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants