Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Feb 17:52
a967f89

1.0.0 (2025-02-04)

⚠ BREAKING CHANGES

  • TF Version pinning has been updated to require terraform v1.9+ and OpenTofu v1.7+. Please update the consuming root module accordingly. (#43)
  • Scopes tfvars + default_tf_workspace_enabled settings under automation_settings object in StackConfig schema. See README for example of StackConfig schema. (#42)

Features

  • adds support for description as a templatestring (#43) (1bbb74f)
  • adds the runtime_overrides variable + tests (#44) (6030f94)
  • feat: allow specifying space_name that maps to space_id #46
  • schema: adds initial JSON schema + StackConfig changes (#42) (f247b5e)

Bug Fixes

  • cron validator regex escape characters (#45) (81a386b)
  • dont clobber static config with overrides (#50) (b352674)
  • external space changed so update test data (#51) (569d8d4)