github gruntwork-io/terragrunt v0.83.1

latest releases: v0.96.0, v0.95.1, v0.95.0...
5 months ago

🐛 Bug Fixes

Provider Cache Server Now Leverages Module Constraints

The Provider Cache Server does some manual .terraform.lock.hcl file manipulation, as it's fetching providers on behalf of OpenTofu/Terraform users. Previously, this resulted in incorrect constraints being added to .terraform.lock.hcl files.

The internal logic has been updated to include constraints instead of hard-coding a specific values, if that's what's done in the module Terragrunt uses as its source (e.g. ~> 2.0 instead of = 2.0.0.0).

What's Changed

  • fix: Adjusted lockfile handling when modules define constraints by @yhakbar in #4514
  • docs: Fixed getting started docs by @shahar1 in #4516
  • chore: Configured dependabot to ignore buggy version of charmbracelet/glamour by @wakeful in #4524
  • chore: Updated cicd to use tofu 1.10.2 by @denis256 in #4507
  • chore: Added dependency grouping and type labels to Dependabot config by @wakeful in #4518
  • chore: Removed npm dependencies, using only bun for docs generation by @wakeful in #4527
  • build(deps): Bump the js-dependencies group across 1 directory with 9 updates by @dependabot[bot] in #4520
  • build(deps): Updated github.com/huandu/go-clone to v1.7.3 by @wakeful in #4511
  • build(deps): Updated google.golang.org/api to v0.240.0 by @wakeful in #4511
  • build(deps): Updated github.com/aws/aws-sdk-go-v2/service/s3 to v1.83.0 by @wakeful in #4511
  • build(deps): Updated github.com/hashicorp/hcl/v2 to 2.24.0 by @denis256 in #4528
  • build(deps): Updated golang.org/x/mo to 0.26.0 by @denis256 in #4528
  • build(deps): Updated golang.org/x/sync to 0.16.0 by @denis256 in #4528
  • build(deps): Updated golang.org/x/sys to 0.34.0 by @denis256 in #4528
  • build(deps): Updated golang.org/x/term to 0.33.0 by @denis256 in #4528
  • build(deps): Updated golang.org/x/text to 0.27.0 by @denis256 in #4528
  • build(deps): Updated google.golang.org/api to 0.241.0 by @denis256 in #4528

New Contributors

Full Changelog: v0.83.0...v0.83.1

Don't miss a new terragrunt release

NewReleases is sending notifications on new releases.