Skip to content

v0.4.5-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Feb 18:52
· 671 commits to main since this release
v0.4.5-rc3
f2e935a

Added

  • Add support for stack_filter in generate_file blocks.
  • Promote cloud commands
    • terramate experimental cloud login -> terramate cloud login
    • terramate experimental cloud info -> terramate cloud info
    • terramate experimental cloud drift show -> terramate cloud drift show
  • Promote --experimental-status flag to --cloud-status flag
    • terramate experimental trigger --experimental-status= -> terramate experimental trigger --cloud-status=
    • terramate list --experimental-status= -> terramate list --cloud-status=
  • Add list --run-order flag to list stacks in the order they would be executed.
  • Add support for deployment syncing to script commands.
  • Add disable_safeguards configuration option and CLI flag.

Fixed

  • Fix tm_dynamic.attributes being wrapped many times leading to stack exhaustion when cloning expressions in projects with lots of stacks.
  • Stack ordering not respected in the script run.
  • Fix script.job.command[s] not handling (typed) lists.