- Added tasks option to
executions_re_runto support re-running the execution from specific task.
- Temporarily re-add Python 2 support until StackStorm v3.3 is EOL.
- Drop Python 2.7 support
- Code refactoring/clean-up.
- Added
st2.rules.enable,st2.rules.disableactions and chatops commands. - Added reading
ST2_ACTION_AUTH_API_KEYenvironment variable if API Key is not provided in the pack's config.
- Added
st2.executions.pause,st2.executions.resume,st2.executions.cancelactions.
- Added decrypt and decompress parameters to
st2.kv.get_object - Fixed
cacert=Truecase in pack's configuration
- Added executions.create action that allows a workflow to run another action asynchronously. This enables running sub-workflows concurrently and tracking their execution ids.
- Add
executions.get_rootaction
-
Added a new option
prefixto thest2.kv.grepaction allowing more efficient querying of the key/value store if the user is looking for all keys that start with a given query. -
Added a new action
st2.kv.grep_objectthat greps keys from the k/v store and parses serialized JSON data in each value into objects.
- Added default to decrypt param for
st2.kv.getto fix bug
- Added the option to decrypt a secret for
st2.kv.get
- Fixed description for
st2.kv.grepaction
- Updated action
runner_typefromrun-pythontopython-script
- Changed
cacertoption inconfig.schema.yamlto be string, not boolean
- Rename
config.yamltoconfig.schema.yamland update to use schema.