Skip to content

Releases: overmindtech/actions

Support spaces in tags!

27 Nov 18:00
edde2f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

Support tagging changes 🏷️

27 Nov 17:13
e126960
Compare
Choose a tag to compare

What's Changed

In this release you can now use the tags parameter to the submit-plan action to add tags to a change. This can be used to tag things like the environment it's being applied to.

New Contributors

Full Changelog: v0.6.0...v0.7.0

Support version 0.23 of the Overmind CLI

14 Feb 16:43
1393806
Compare
Choose a tag to compare

In version 0.23 of the Overmind CLI we made a number of changes to the interface, not least of all was the renaming of the binary from ovm-cli to overmind. This version also makes all of the internal changes required for that to work

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

Multi plan! and other niceties

10 Nov 10:18
5c18da3
Compare
Choose a tag to compare

This release now is able to handle multiple plans in one action. This is very useful for terragrunt, which runs multiple terraform applys in one go.

Additional changes:

  • use a wildcard to match ovm-cli's new filenames with versions
  • add start-change and end-change actions
  • add some logging of the selected versions
  • improve robustness of processing (shell escaping)
  • update all the dependencies

See our terraform examples for the most recent patterns to use this actions.

Initial Release

13 Jul 09:42
e7b522b
Compare
Choose a tag to compare
v0.3.0

First official release