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.12 (terragrunt/dockerfile) (master) #853

Conversation

ivankatliarchuk
Copy link
Member

@ivankatliarchuk ivankatliarchuk commented Apr 5, 2024

This PR contains the following updates:

Package Update Change Pending
gruntwork-io/terragrunt minor 0.55.20 -> 0.58.12 v0.58.13
gruntwork-io/terragrunt minor 0.55.20 -> 0.58.12 0.58.13

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@ivankatliarchuk ivankatliarchuk self-assigned this Apr 5, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from a3d76ed to 39da318 Compare April 8, 2024 04:14
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.55.21 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.56.2 (terragrunt/dockerfile) (master) Apr 8, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from 39da318 to fcb5411 Compare April 12, 2024 04:12
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.56.2 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.56.3 (terragrunt/dockerfile) (master) Apr 12, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from fcb5411 to f079588 Compare April 14, 2024 04:35
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.56.3 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.56.5 (terragrunt/dockerfile) (master) Apr 14, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from f079588 to 870091d Compare April 16, 2024 04:13
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.56.5 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.57.0 (terragrunt/dockerfile) (master) Apr 16, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch 3 times, most recently from 57ed04e to d3f670c Compare April 19, 2024 04:13
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.57.0 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.57.1 (terragrunt/dockerfile) (master) Apr 19, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from d3f670c to 5b342e1 Compare April 20, 2024 04:14
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.57.1 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.57.2 (terragrunt/dockerfile) (master) Apr 20, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from 5b342e1 to bd12e9d Compare April 23, 2024 04:16
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.57.2 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.57.5 (terragrunt/dockerfile) (master) Apr 23, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch 4 times, most recently from 7313cac to 3b32614 Compare April 27, 2024 04:13
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.57.5 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.57.8 (terragrunt/dockerfile) (master) Apr 27, 2024
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.4 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.58.5 (terragrunt/dockerfile) (master) May 19, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch 2 times, most recently from f7a1f87 to b276bd2 Compare May 21, 2024 04:15
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.5 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.58.6 (terragrunt/dockerfile) (master) May 21, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from b276bd2 to a0401ad Compare May 22, 2024 04:15
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.6 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.58.7 (terragrunt/dockerfile) (master) May 22, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch 2 times, most recently from b5ae996 to 90e8c54 Compare May 24, 2024 04:16
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.7 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.58.8 (terragrunt/dockerfile) (master) May 24, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch 2 times, most recently from 4d8afec to a0b8739 Compare May 26, 2024 04:15
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.8 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.58.9 (terragrunt/dockerfile) (master) May 26, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch 6 times, most recently from 51da60c to 558cf04 Compare May 28, 2024 04:17
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.9 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.58.10 (terragrunt/dockerfile) (master) May 28, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch 4 times, most recently from e9368b6 to 94fe9f0 Compare June 1, 2024 04:14
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.58.10 (terragrunt/dockerfile) (master) chore(deps): update dependency gruntwork-io/terragrunt to v0.58.12 (terragrunt/dockerfile) (master) Jun 1, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch 2 times, most recently from fc18dc6 to 5216e79 Compare June 2, 2024 07:54
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch from 5216e79 to a9ec94b Compare June 2, 2024 08:05
@ivankatliarchuk ivankatliarchuk merged commit eb27b48 into master Jun 2, 2024
4 of 5 checks passed
@ivankatliarchuk ivankatliarchuk deleted the renovate/master-terragrunt-gruntwork-io-terragrunt-0.x branch June 2, 2024 08:29
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