StackStorm 0.6 Is Here!

December 8, 2014

by Dmitri Zimine

It’s been one month and 5 days since we open sourced StackStorm during the OpenStack summit in Paris. Since then, our team has had our heads down developing the software, checking off the items on the roadmap, and applying learnings from the field and feedback from community users to our product.

I am happy to share that we’ve just released a new version of StackStorm — v0.6.0.

What’s new?

1. YAML for all content

Moving to YAML for all content was the top ask from the community: many found dealing with JSON a bit cumbersome. Now all StackStorm content artifacts — rules, action and trigger definitions, and ActionChain workflows – are defined as YAML. JSON is supported for backward compatibility.

2. Sensor redesign

Sensors (the inbound integration plugins that watch for external events) were substantially redesigned. On the surface, it is a more convenient interface. New base classes Sensor and PollingSensor makes sensors easier to author, as the platform does more of the plumbing. Trigger types fired by sensors are now defined using the same YAML syntax as action definitions.

Under the hood, the architecture has evolved. The sensor container and rule engine are now separate services, talking over the message queue. Sensors are run in isolation. The components may scale independently, and reliability is substantially improved.

3. New dependency management for Python plugins

The most exciting feature is the innovative dependency management for plugins – sensors and Python actions. In fact, we wrote a dedicated blog post about this feature, which you can view here. In a nutshell, StackStorm now automatically manages Python requirements for each plugin pack, and runs sensors and Python actions as separate processes, in dedicated virtual environments. No more “dependency hell” for pack writers! This is the first time we’ve seen this done in similar systems and are pretty excited about how it helps users deal with potentially hundreds of pieces of content such as rules, sensors and actions.

There are a few other changes, bug fixes, and improvements; see our CHANGELOG for details. The content of integrations and automations on the community repo is accelerating, too.

I am happy with the direction and fast pace of StackStorm’s development. Now we are  focused on releasing the WebUI (request early access here), improving workflow and pack management, and providing better operational supportability. We are excited to see more and more folks trying StackStorm and finding that it is the right tool for their automation needs.

Check it out – install StackStorm and follow the quick start instructions — it will take less than 30 minutes to give you a taste of automation. Share your thoughts and ideas via moc.spuorgelgoognull@mrotskcats or #stackstorm on irc.freenode.net or on Twitter @Stack_Storm.