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...
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...
Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.11.0 to 3.4.0. Commits f0881ba Cut 3.4.0 3e4bdf9 Changelog/comment updates 30b447b Linting 33508c9 Expand MessageOrderError use to handle more packet types 96db1e2 Raise exception when sequence numbers...
Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.11.0 to 3.4.0. Commits f0881ba Cut 3.4.0 3e4bdf9 Changelog/comment updates 30b447b Linting 33508c9 Expand MessageOrderError use to handle more packet types 96db1e2 Raise exception when sequence numbers...
Creating an issue to track for the future v3.9.0 release. Python 3.6 is deprecated, brings lots of difficulties with updating to the latest pip dependencies and should be eventually dropped...
This PR is to build a version of stackstorm using zstandard compression and a more efficient orquesta workflow engine. https://app.circleci.com/pipelines/github/StackStorm/st2/4032/workflows/77382582-585f-4c6c-a2da-c06f5a0ee5cd/jobs/15796/artifacts rerun to rebuild rpm
We should implement rate limiting on per user basis on the st2auth authenticate API endpoint. There should be no need for single user to authenticate more than some reasonable amount...
Mongo 4.4 is EOL by February 2024. I see that the ST2 3.9.0 handling the support for latest version of Mongo is in progress but , requesting an ETA for...
i got a error when i run core.remote ``` st2 run core.remote hosts='10.69.10.1:5000' cmd='echo123' ``` ``` . id: 65ae14e509204db1549f4a31 action.ref: core.remote context.user: st2admin parameters: cmd: echo123 hosts: 10.69.10.1:5000 status: failed...
## SUMMARY Can not output the coverage report when unit test the stackstorm packs ### STACKSTORM VERSION st2 3.8.0, on Python 3.8.10 **output of ``t2-run-pack-tests -c``:** TEST RESULT OUTPUT: Traceback...
add a generic output schema to the local, remote, and winrm runners. St2 already appears to return the data in this format, this is simply formalizing the response so that...