StackStorm v3.1 is now available. This new release is focused on stability and bug fixes.
tooz
library to latest stable version (1.65.0) so it uses latest version of grpcio
library.st2common/setup.py
file so it correctly declares all the dependencies and script files it provides. This way st2-pack-*
commands can be used in a standalone fashion just by installing st2common
Python package and nothing else.st2-pack-download
command so it works in the environments where sudo
binary is not available (e.g. Docker).st2-pack-install
and st2-pack-download
CLI command so it supports installing packs from local directories which are not git repositories.fail
to run for orquesta.to_yaml_string
to handle mongoengine base types for dict and list.As always, make sure you have backups first. Then follow the standard Upgrade Instructions.
June 20, 2019
by Lindsay Hill
StackStorm can’t pour you a beer. But now it can keep track of who owes you a beer! Read on for more info about the new beertab pack, and other new packs & interesting StackStorm Exchange updates.
6/18/2019 by m4dcoder
Orquesta is the new workflow engine in StackStorm. If you are on the fence choosing which workflow services to use from AWS, Azure, or GCP and you are thinking that this post is too long to read, then just skip ahead and run StackStorm.
June 12, 2019
By Benoit Lourdelet
The agility at which the business can respond to real-life situations is proportional to the level of digitization that has been implemented in the business. For a business to nimble and agile, it is imperative that all the processes be delivered as a digital service that can be provisioned, monitored and remediated by an automation logic at the core of the business. The automation logic should follow the Monitor, Assess, Plan and Execute (MAPE) loop methodology to provide a complete closed-loop automation system for the digital business. Click below to see a video demonstrating using StackStorm with Machine Learning to do this.
06/06/2019
by Dmitri Zimine
Dear StackStorm. You have grown up. The time has come for us to part ways. You will continue the life of mature, established open-source project, with growing community. I will step aside, watch with pride your successes, and be always here to help when you need me. READ MORE…
May 30, 2019
By Tomaz Muraus
Today we are happy to announce StackStorm v3.0.1.
This is a first bug fix patch / patch release in the v3.0.x release series. It includes the following bug fixes and improvements:
ssh_runner.use_ssh_config
parameter is set to True
and if a custom (non-default)ssh_runner.ssh_config_file_path
). python_versions
pack.yaml
metadata attribute is used in combination with --python3
” st2 pack install” flag.source_channel
back to the context used by Mistral workflows for executions which are triggered via ChatOps (using action alias). In StackStorm v3.0.0, this variable was inadvertently removed from the context used by Mistral workflows. timestamp
attribute in the execution.log
attribute being incorrect when server time where st2api is running was not set to UTC.--python3
flag (running Python 3 actions on installation where StackStorm components run under Python 2) which rely on modules from Python 3 standard library which are also available in Python 2 site-packages (e.g. concurrent
) not working correctly. In such scenario, package / module was incorrectly loaded from Python 2 site-packages instead of Python 3 standard library which broke such packs.st2scheduler
service.linux.service
action. User who had access to run this action could cause a shell command injection by passing a compromised value for either the service
or action
parameter.Thanks to everyone who has contributed to this release.
Special thanks to James Robinson (Netskope and Veracode) for reporting the security issue in
action.linux.service
As always, make sure you have backups first. Then follow the standard Upgrade Instructions.
April 29, 2019
By Lindsay Hill
It’s here at last: StackStorm 3.0. This is a big release for us: Orquesta is GA, and Workflow Designer has a great new look & feel, massively improving usability. We’ve added Microsoft Teams support, Inquiries also goes GA, and more. Here’s all the details: READ MORE…
April 9, 2019
by Lindsay Hill
We added support for Output Schema in StackStorm 2.9. This feature has been “under the radar” for a while. Time to shed a little light, explain what it is, how to use it, and why we added this feature. Read on!
READ MORE…March 25, 2019
by Lindsay Hill
Hey folks, been a little while since we’ve done a roundup of new & interesting pack updates. This time it’s Telegram, vSphere, Terraform, Napalm, Icinga2 and more. We’ve also been doing some background preparation work for Python 3. Read on for the full details.
March 15, 2019
By Tomaz Muraus
Today we are happy to announce StackStorm v2.10.4.
This is another bug fix release in the v2.10.x release series. It includes the following bug fixes and improvements:
action_sensor.emit_when
config option. ?x-auth-token=foo
, ?st2-api-key=bar
). {{ config_context. }}
in orquesta task that references action from a different pack /etc/st2/st2.conf
) to the following services: st2actionrunner
, st2scheduler
, st2workflowengine
. As always, make sure you have backups first. Then follow the standard Upgrade Instructions.