Releases: overmindtech/actions
Releases · overmindtech/actions
Support spaces in tags!
Support tagging changes 🏷️
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.
- Update robinraju/release-downloader action to v1.10 by @renovate in #27
- Allow overriding the PR number where the results are posted by @DavidS-ovm in #28
- Update robinraju/release-downloader action to v1.11 by @renovate in #29
- (feat) submit-plan accepts --app input by @tphoney in #30
- Improve token-handling docs and example by @DavidS-ovm in #32
- Add the ability to define tags by @dylanratcliffe in #33
New Contributors
Full Changelog: v0.6.0...v0.7.0
Support version 0.23 of the Overmind CLI
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
- Improve actions docs by @dylanratcliffe in #17
- Capture additional detail for the change by @DavidS-ovm in #18
- Fix behaviour for new branches. by @DavidS-ovm in #20
- Update actions/upload-artifact action to v4 by @renovate in #19
- Update actions/cache action to v4 by @renovate in #21
- Update robinraju/release-downloader action to v1.9 by @renovate in #22
- Update readme by @jameslaneovermind in #23
- Rename cli by @dylanratcliffe in #25
New Contributors
- @jameslaneovermind made their first contribution in #23
Full Changelog: v0.4.0...v0.5.0
Multi plan! and other niceties
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
andend-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
v0.3.0 First official release