Skip to content

0.2.0

Choose a tag to compare

@twdpsio twdpsio released this 28 Aug 18:14
· 8 commits to main since this release
64ec6af

Two new flags added:

  • PipeApproveAfterPre (default true)
  • PipeApproveAfterPost (default false)

The default tool behavior remains the same, however by setting ApproveAfterPre to false and ApproveAfterPost to true you now have the option to run both pre- and post- jobs for roles/instance prior to the approval step. Useful for multi-region cluster deployments where you only need to trigger a release on a per-role basis but need to test per-instance.

Changelog

  • 218259e [nc] added new approval location customizations and tests
  • bc6b7a4 [nc] added tests for new pipeline layout generation
  • ff9926d [nc] updated documentation
  • 155163b [nc] added new flags for approval job location