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.71.1 #72

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

Conversation

zon-renovate
Copy link
Collaborator

@zon-renovate zon-renovate commented Dec 14, 2024

This PR contains the following updates:

Package Update Change
gruntwork-io/terragrunt minor 0.69.9 -> 0.71.1

Release Notes

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

v0.71.1

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.71.0...v0.71.1

v0.71.0

Compare Source

🔧 Fixes

Terragrunt stdout and stderr streams have been adjusted to more closely align with what users expect when using a tool orchestrating OpenTofu/Terraform.

For more information, read the following docs.

🛠️ Breaking Changes

While a bugfix, if you were relying on the incorrect behavior Terragrunt used, redirecting OpenTofu/Terraform stdout to stderr, you will experience a breaking change in this release.

To avoid having this be a breaking release, you can either use Terragrunt stdout instead of stderr for inspecting OpenTofu/Terraform stdout, or you can use stream redirection to reproduce the buggy behavior.

terragrunt plan 1>&2

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.70.4...v0.71.0

v0.70.4

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.70.3...v0.70.4

v0.70.3

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.70.2...v0.70.3

v0.70.2

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.70.1...v0.70.2

v0.70.1

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.70.0...v0.70.1

v0.70.0

Compare Source

✨ New Features

  • Terragrunt now supports a native Experiment Mode to try out the latest features in Terragrunt before they're fully stable. Over time, we'll be moving some opt-in functionality to this system, and we'll be introducing new features behind it to give users granularity in their use of experimental functionality in Terragrunt.

    As part of this new system, we'll also be documenting our experiments in much more detail so that you know exactly what they do, and what is required for them to reach full stability.

  • The catalog and scaffold commands now support configurability in the root configuration include used for their scaffolding.

    This allows users to use a root Terragrunt configuration named anything they like, and scaffold new units conveniently, pulling those configurations in with a simple CLI flag.

🛠️ Breaking Changes

The recent work introduced in #​3562 to support symlinks has been downgraded to an experiment. We merged in this feature believing it had enough testing to be supported at launch, but quite a bit of unexpected regression occurred as a consequence.

If you are still using this functionality, use the --experiment symlinks flag to re-enable it in your environments. For more information, you can read the documentation on Controlling Experiment Mode.

⚠️ Deprecations

This release also deprecates one of the longest lasting patterns of Terragrunt usage, the root terragrunt.hcl file.

To reiterate the note in the migration guide, this is not going to be a breaking change for a very long time, but we want to start encouraging users to adopt new patterns.

The practice of using terragrunt.hcl as the root of Terragrunt configurations has been harmful to new Terragrunt users and experienced users alike, and we want to have Terragrunt start communicating better practices.

You will have ample warning before this functionality is no longer supported.

📖 Documentation Updates

The Features section of the docs has been revamped significantly to improve the ability to understand and use Terragrunt features at a glance. Much more will be done in the near future to improve the experience of using Terragrunt documentation, and your feedback is always actively solicited!

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.69.13...v0.70.0

v0.69.13

Compare Source

What's Changed

New Contributors

Full Changelog: gruntwork-io/terragrunt@v0.69.12...v0.69.13

v0.69.12

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.69.11...v0.69.12

v0.69.11

Compare Source

What's Changed

New Contributors

Full Changelog: gruntwork-io/terragrunt@v0.69.10...v0.69.11

v0.69.10

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.69.9...v0.69.10


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.

@zon-renovate zon-renovate force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from f26bdf7 to 5dc8594 Compare December 18, 2024 15:11
@zon-renovate zon-renovate changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.69.13 chore(deps): update dependency gruntwork-io/terragrunt to v0.70.0 Dec 18, 2024
@zon-renovate zon-renovate force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from 5dc8594 to aa8db74 Compare December 18, 2024 18:10
@zon-renovate zon-renovate changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.70.0 chore(deps): update dependency gruntwork-io/terragrunt to v0.70.1 Dec 18, 2024
@zon-renovate zon-renovate changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.70.1 chore(deps): update dependency gruntwork-io/terragrunt to v0.70.2 Dec 18, 2024
@zon-renovate zon-renovate force-pushed the renovate/gruntwork-io-terragrunt-0.x branch 2 times, most recently from 59c9a79 to a12d5f0 Compare December 19, 2024 00:10
@zon-renovate zon-renovate changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.70.2 chore(deps): update dependency gruntwork-io/terragrunt to v0.70.3 Dec 19, 2024
@zon-renovate zon-renovate force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from a12d5f0 to d631a4e Compare December 19, 2024 02:10
@zon-renovate zon-renovate changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.70.3 chore(deps): update dependency gruntwork-io/terragrunt to v0.70.4 Dec 19, 2024
@zon-renovate zon-renovate force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from d631a4e to bf338a3 Compare December 20, 2024 17:11
@zon-renovate zon-renovate changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.70.4 chore(deps): update dependency gruntwork-io/terragrunt to v0.71.0 Dec 20, 2024
@zon-renovate zon-renovate force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from bf338a3 to 5da71c0 Compare December 20, 2024 18:10
@zon-renovate zon-renovate changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.71.0 chore(deps): update dependency gruntwork-io/terragrunt to v0.71.1 Dec 20, 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