st2
st2 copied to clipboard
StackStorm (aka "IFTTT for Ops") is event-driven automation for auto-remediation, incident responses, troubleshooting, deployments, and more for DevOps and SREs. Includes rules engine, workflow, 160 i...
## SUMMARY Dependency conflict with bcrypt when using stackstorm at latest (v3.8.1) release tag ### STACKSTORM VERSION st2 3.8.1, on Python 3.8.10 ##### OS, environment, install method Post what OS...
Hey all! Over here we've got a lot of production workflows running through stackstorm, but the builtin statsd metrics are rather thin. I see in the documentation, we get overall...
Increase default for `limit` parameter to 500. Default is increased for `packs` and `triggertypes` to fix GUI problem with "panel" lists for "Packs" and "Triggers" not displaying complete data due...
### **Feature Request: Add Timeout Option for `st2 pack install`** ### **Summary** Add a command-line option to `st2 pack install` that allows users to override the default action timeout. This...
## SUMMARY Pin python-ldap. they just relased a new version that does not work with python3,8
Testing out persistent storage for faster with items. 1. When creating task executions for itemized tasks separate state records for each item 2. Task execution records now contain minimal metadata...
Implements feature #6346, adding support for SSH Certificate Signing.
check size of bytes instead of length of string fixed #6331
Implement raw string type. Stackstorm will not do jinja parsing on these. A user can do the following currently 1. parameter date: `2025-09-09` 2. parameter birthdate: `{{date}}` Stackstorm will interpret...