@@ -16,10 +16,11 @@ contributions. Here's our plans for the next releases.
1616 the feature. Pull Requests are open to anyone.
1717
1818
19- 3.7
19+ 3.8
2020---
2121
22- * The roadmap for ``3.7 `` is in the works, stay tuned!
22+ * **Output Schema: ** Allow action/runner output schemas to cover all output types, not just JSON objects.
23+ * More will be added to the roadmap for ``3.8 ``. So, stay tuned!
2324
2425Monitor the `master branch <https://github.com/StackStorm/st2/ >`_ to see how we're progressing.
2526
@@ -58,13 +59,22 @@ Submit a PR!
5859Release History
5960---------------
6061
62+ .. rubric :: Done in v3.7
63+
64+ * **RHEL/RockyLinux 8: ** EL8 support continues, despite the deprecation of CentOS 8. We now use RockyLinux 8 to build for and test on EL8.
65+ * **Metadata Overrides: ** Allow StackStorm administrator to “override” the default resource status that was specified by the pack owners.
66+ * **Action Clone: ** Actions can be cloned via API, CLI, and web UI.
67+ * **Datastore RBAC: ** Accessing datastore Key Value pairs can be restricted with RBAC.
68+ * **Action-Alias Testing: ** Use ``st2 action-alias test <message string> `` to easily test action aliase matching and result formatting.
69+ * **Expanded Garbage Collection: ** The garbage collector cleans up many more resources now.
70+
6171.. rubric :: Done in v3.6
6272
63- * RabbitMQ:** Updated all OS to use latest RabbitMQ
64- * Security improvements:** Use Jinja sandbox to mitigate against CVE-2021-44657
65- * API changes:** Additional option to remove files when deleting packs
66- * Service configuration:** Changes made to simplify the service configuration to make it simpler to change ports used by services
67- * Profiling:** New flags to support debugging and profiling --enable-profiler and --enable-eventlet-blocking-detection
73+ * ** RabbitMQ: ** Updated all OS to use latest RabbitMQ
74+ * ** Security improvements: ** Use Jinja sandbox to mitigate against CVE-2021-44657
75+ * ** API changes: ** Additional option to remove files when deleting packs
76+ * ** Service configuration: ** Changes made to simplify the service configuration to make it simpler to change ports used by services
77+ * ** Profiling: ** New flags to support debugging and profiling --enable-profiler and --enable-eventlet-blocking-detection
6878
6979.. rubric :: Done in v3.5
7080
0 commit comments