Skip to content

v0.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 18:12
· 135 commits to main since this release
v0.6.1
26dcd57

Added

  • Add generate_*.inherit attribute for controlling if generate blocks must be inherited
    into child stacks.
  • Add terramate cloud login --github for authenticating with the Github account.
  • Add experimental support for tmgen file extension for easy code generation/templating
    of existing infrastructure. You can enable it with terramate.config.experimental = ["tmgen"].
  • Add --watch flag to terramate create for populating the stack.watch field.
  • Add support for parsing and generating code containing HCL namespaced functions.
    • Check here for details.
  • Make cloud-related options more concise by dropping the cloud prefix.
    • Option flags --cloud-* are shortened to --*, e.g. --cloud-status=ok => --status=ok.
    • Script command options cloud_* are shorted to *, e.g. cloud_sync_deployment => sync_deployment.
    • Old flags and command options are still supported as aliases for the new ones.

Changed

  • Terragrunt integration is now stable and ready for production use.

Fixed

  • Language server panics when editing a file outside a repository.