github gruntwork-io/terragrunt v0.90.0

23 hours ago

Removal of deprecated commands

This is the next step on the road to Terragrunt 1.0, completing the Terragrunt CLI Redesign. Read the CLI Redesign migration guide for guidance on adapting to these breaking changes.

We anticipate no further breaking changes to the CLI prior to the release of Terragrunt 1.0, where the CLI will remain stable without breaking changes until at least Terragrunt 2.0.

For a full list of deprecated features that will be removed prior to the release of Terragrunt 1.0, see the removal schedule.

🛠️ Breaking Changes

Removal of Deprecated Commands

The following deprecated CLI commands have been removed to streamline the command line API ahead of 1.0.

Use the new commands introduced during the CLI redesign that replace them:

  • terragrunt terragrunt-infoterragrunt info print
  • terragrunt hclfmtterragrunt hcl fmt
  • terragrunt hclvalidateterragrunt hcl validate
  • terragrunt validate-inputsterragrunt hcl validate --inputs
  • terragrunt render-jsonterragrunt render --json -w
  • terragrunt graph-dependenciesterragrunt dag graph
  • terragrunt output-module-groupsterragrunt find --dag --json

What's Changed

Full Changelog: v0.89.4...v0.90.0

Don't miss a new terragrunt release

NewReleases is sending notifications on new releases.