Sep 30, 2016
by Lindsay Hill
Hey folks, StackStorm v2.0.1 has been released, with a few small fixes and enhancements. We’ve also had some great code contributions recently, with a new integration for Datadog, and improvements to our Github and Nagios packs.
Read on for details, plus a few hints on what we’re up to next.
Mostly fixes and cleanups in this release:
st2actionrunner
files could disappear after a while. Tracked it down to a problem with our logrotate config, of all things.--attr
with the st2 execution get
command now correctly works with child properties of the result and trigger_instance dictionary.st2 trace list
command and associated API endpoint now list traces sorted by start_timestamp
in descending order by default. You can also specify sort order by adding ?sort_desc=True|False
query parameters, or by passing --sort=asc|desc
to the st2 trace list
CLI command.st2 key delete
properly supports --user/-u
. It was supposed to. Now it actually does.st2web
where it would cache old parameter entries.Updates are available via apt
or yum
. You can insert your own broken record comment here about “backup first, yada yada…”
The cool thing about StackStorm code development is being able to see the WIP PRs, before they get merged into the main codebase. Here’s some interesting pieces coming up:
Watch out for them to get merged into future releases. If you’re really keen, try them out on your development systems, and pitch in with code & feedback!