github gruntwork-io/terragrunt v0.70.0

latest releases: v0.70.2, v0.70.1
4 hours ago

✨ 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

  • feat: Deprecating terragrunt.hcl as root by @yhakbar in #3588
  • fix: ProviderCacheWithProviderCacheDir test by @levkohimins in #3656
  • fix: Updated docs JSON formatting by @denis256 in #3668
  • fix: Markdown lint fixes by @denis256 in #3670
  • fix: Adding redirect entries for all the pages that were renamed by @yhakbar in #3676
  • fix: Reintroduce symlink work behind experiment flag by @yhakbar in #3672
  • chore: Reorganizing the features section of the docs by @yhakbar in #3640
  • build(deps): bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 by @dependabot in #3637
  • build(deps): bump github.com/zclconf/go-cty from 1.14.2 to 1.15.1 by @dependabot in #3636
  • build(deps): bump github.com/charmbracelet/lipgloss from 0.13.0 to 1.0.0 by @dependabot in #3635
  • build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #3634
  • build(deps): bump ruby/setup-ruby from 1.202.0 to 1.204.0 by @dependabot in #3660
  • build(deps): bump google.golang.org/grpc from 1.68.0 to 1.68.1 by @dependabot in #3638

Full Changelog: v0.69.13...v0.70.0

Don't miss a new terragrunt release

NewReleases is sending notifications on new releases.