Skip to content

v0.68.9

Compare
Choose a tag to compare
@denis256 denis256 released this 08 Nov 14:53
· 114 commits to main since this release
6414d5a

Updated CLI args, config attributes and blocks

  • --feature
  • feature
  • TERRAGRUNT_FEATURE

New Feature: feature configuration block

The feature configuration block allows for dynamic control over Terragrunt execution in a manner more convenient than was previously possible. It allows for feature flags to be used to adjust default behavior of Terragrunt units at runtime using either the --feature CLI flag or the TERRAGRUNT_FEATURE environment variable.

For more information, read the docs.

What's Changed

  • feat: Introduced a new HCL block and additional CLI options to enable feature flag management
  • chore: Updated otlptracegrpc dependency from 1.23.0 to 1.31.0

Related links