Skip to content

v0.4.4-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jan 17:58
· 1026 commits to main since this release
v0.4.4-rc2
8e79bfd

Added

  • Add terramate.config.experiments configuration to enable experimental features.
  • Add support for statuses ok, failed, drifted and healthy to the --experimental-status flag.
  • Add experimental script configuration block.
  • Add terramate script list to list scripts visible in current directory.
  • Add terramate script tree to show a tree view of scripts visible in current directory.
  • Add terramate script info <scriptname> to show details about a script.
  • Add terramate script run <scriptname> to run a script in all relevant stacks.
  • Add stack_filter block to generate_hcl for path-based conditional generation.

Fixed

  • fix(generate): blocks with context=root were ignored if defined in stacks.
  • fix: experimental eval/partial-eval/get-config-value wrongly interprets the output as a formatter.

Changes since v0.4.4-rc1

  • Rollback of fix(generate): dot files were ignored while detecting existent files.
  • fix: experimental eval/partial-eval/get-config-value wrongly interprets the output as a formatter.
  • Many improvements in the Terramate output of run, list and create.