From 2bb3427e333983ea45c00a65c4d0ed228b10afff Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Tue, 3 May 2022 13:25:59 -0500 Subject: [PATCH 1/4] Add list of magor 3.7 improvements to changelog. --- docs/source/roadmap.rst | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/source/roadmap.rst b/docs/source/roadmap.rst index 89395140..6b549139 100644 --- a/docs/source/roadmap.rst +++ b/docs/source/roadmap.rst @@ -16,10 +16,11 @@ contributions. Here's our plans for the next releases. the feature. Pull Requests are open to anyone. -3.7 +3.8 --- -* The roadmap for ``3.7`` is in the works, stay tuned! +* **Output Schema:** Allow action/runner output schemas to cover all output types, not just JSON objects. +* More will be added to the roadmap for ``3.8``. So, stay tuned! Monitor the `master branch `_ to see how we're progressing. @@ -58,13 +59,20 @@ Submit a PR! Release History --------------- +.. rubric:: Done in v3.7 + +* **Action Clone:** Actions can be cloned via API, CLI, and web UI. +* **Datastore RBAC:** Accessing datastore Key Value pairs can be restricted with RBAC. +* **Action-Alias Testing:** Use ``st2 action-alias test ``to easily test action aliase matching and result formatting. +* **Expanded Garbage Collection:** The garbage collector cleans up many more resources now. + .. rubric:: Done in v3.6 -* RabbitMQ:** Updated all OS to use latest RabbitMQ -* Security improvements:** Use Jinja sandbox to mitigate against CVE-2021-44657 -* API changes:** Additional option to remove files when deleting packs -* Service configuration:** Changes made to simplify the service configuration to make it simpler to change ports used by services -* Profiling:** New flags to support debugging and profiling --enable-profiler and --enable-eventlet-blocking-detection +* **RabbitMQ:** Updated all OS to use latest RabbitMQ +* **Security improvements:** Use Jinja sandbox to mitigate against CVE-2021-44657 +* **API changes:** Additional option to remove files when deleting packs +* **Service configuration:** Changes made to simplify the service configuration to make it simpler to change ports used by services +* **Profiling:** New flags to support debugging and profiling --enable-profiler and --enable-eventlet-blocking-detection .. rubric:: Done in v3.5 From 7be245d4c146183acb9c2e1768f19d2a565b3c8a Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Tue, 3 May 2022 13:30:24 -0500 Subject: [PATCH 2/4] rst syntax fix --- docs/source/roadmap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/roadmap.rst b/docs/source/roadmap.rst index 6b549139..0947c1cc 100644 --- a/docs/source/roadmap.rst +++ b/docs/source/roadmap.rst @@ -63,7 +63,7 @@ Release History * **Action Clone:** Actions can be cloned via API, CLI, and web UI. * **Datastore RBAC:** Accessing datastore Key Value pairs can be restricted with RBAC. -* **Action-Alias Testing:** Use ``st2 action-alias test ``to easily test action aliase matching and result formatting. +* **Action-Alias Testing:** Use ``st2 action-alias test `` to easily test action aliase matching and result formatting. * **Expanded Garbage Collection:** The garbage collector cleans up many more resources now. .. rubric:: Done in v3.6 From 3ad01fea4892c71907112a8e8bd63f433dde8d0f Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Tue, 3 May 2022 13:44:01 -0500 Subject: [PATCH 3/4] Add Metadata Overrides --- docs/source/roadmap.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/roadmap.rst b/docs/source/roadmap.rst index 0947c1cc..e628086a 100644 --- a/docs/source/roadmap.rst +++ b/docs/source/roadmap.rst @@ -61,6 +61,7 @@ Release History .. rubric:: Done in v3.7 +* **Metadata Overrides:** Allow StackStorm administrator to “override” the default resource status that was specified by the pack owners. * **Action Clone:** Actions can be cloned via API, CLI, and web UI. * **Datastore RBAC:** Accessing datastore Key Value pairs can be restricted with RBAC. * **Action-Alias Testing:** Use ``st2 action-alias test `` to easily test action aliase matching and result formatting. From 00de4e12b8c5a5b4dbfa24a039802d440b5fd4a3 Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Tue, 3 May 2022 13:48:21 -0500 Subject: [PATCH 4/4] Add RockyLinux 8 migration to roadmap --- docs/source/roadmap.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/roadmap.rst b/docs/source/roadmap.rst index e628086a..1d5efc0c 100644 --- a/docs/source/roadmap.rst +++ b/docs/source/roadmap.rst @@ -61,6 +61,7 @@ Release History .. rubric:: Done in v3.7 +* **RHEL/RockyLinux 8:** EL8 support continues, despite the deprecation of CentOS 8. We now use RockyLinux 8 to build for and test on EL8. * **Metadata Overrides:** Allow StackStorm administrator to “override” the default resource status that was specified by the pack owners. * **Action Clone:** Actions can be cloned via API, CLI, and web UI. * **Datastore RBAC:** Accessing datastore Key Value pairs can be restricted with RBAC.