From 2f829c79a2af9aa5e5e1f400e1003eaea462b427 Mon Sep 17 00:00:00 2001 From: Nick Maludy Date: Mon, 19 Oct 2020 15:05:59 -0400 Subject: [PATCH 1/4] Updated roadmap based on changes accomplished in v3.3.0 --- docs/source/roadmap.rst | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/docs/source/roadmap.rst b/docs/source/roadmap.rst index 1cbaf164b..6fd403c4e 100644 --- a/docs/source/roadmap.rst +++ b/docs/source/roadmap.rst @@ -16,15 +16,10 @@ contributions. Here's our plans for the next two releases. the feature. Pull Requests are open to anyone. -3.3 +3.4 --- -* **RHEL/CentOS:** Drop support for RHEL/CentOS 6.x. -* **Mistral deprecation:** Orquesta replaces Mistral as the workflow engine. -* **HipChat Removal:** The HipChat adapter has been removed from st2chatops. -* **Chef:** Deprecated `chef-stackstorm `_ deployment. -* **Docker:** Overhaul for `st2-docker `_ deployment. - +* The roadmap for ``3.4`` is in the works, stay tune! Monitor the `master branch `_ to see how we're progressing. @@ -34,6 +29,8 @@ Backlog Here's some more nice things on our list that we haven't scheduled yet: * **Python:** Drop Python 2 support, rely on Python 3 ony. +* **RBAC:** Integrate ``st2rbac`` (previously EWC/BWC) features into core. +* **st2flow:** Integrate ``st2flow`` (previously EWC/BWC) features into ``st2web``. * **ChatOps:** Support RBAC. * **Ubuntu:** Support Ubuntu 20.04 LTS. * **K8s/HA:** Graduate `K8s Helm chart `_ from beta to stable. @@ -64,6 +61,15 @@ Submit a PR! Release History --------------- +.. rubric:: Done in v3.3 + +* **RHEL/CentOS:** Drop support for RHEL/CentOS 6.x. +* **Mistral deprecation:** Orquesta replaces Mistral as the workflow engine. +* **HipChat Removal:** The HipChat adapter has been removed from st2chatops. +* **Chef:** Deprecated `chef-stackstorm `_ deployment. +* **Docker:** Overhaul for `st2-docker `_ deployment. +* **MongoDB:** Require MongoDB 4.0 across all OSes. + .. rubric:: Done in v3.2 * **RHEL/CentOS:** Support CentOS 8/RHEL 8 with Python 3.6 and MongoDB 4.0. From 29fef90c113157376293a9af7aef379eeca8d8ec Mon Sep 17 00:00:00 2001 From: Nick Maludy Date: Mon, 19 Oct 2020 17:46:23 -0400 Subject: [PATCH 2/4] Update docs/source/roadmap.rst Co-authored-by: blag --- docs/source/roadmap.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/source/roadmap.rst b/docs/source/roadmap.rst index 6fd403c4e..78f9a94a6 100644 --- a/docs/source/roadmap.rst +++ b/docs/source/roadmap.rst @@ -19,7 +19,12 @@ contributions. Here's our plans for the next two releases. 3.4 --- -* The roadmap for ``3.4`` is in the works, stay tune! +* The roadmap for ``3.4`` is in the works, stay tuned! + Possibilities are: + - Add support for Ubuntu 20.04 + - Change default pack virtual environment to use Python 3 + - Drop Python 2.7 support in the StackStorm `st2` codebase + - Convert ChatOps backend to Python Monitor the `master branch `_ to see how we're progressing. From 6851a15df9292e7ee3fc34c8bbdb8c7a2b5bd97a Mon Sep 17 00:00:00 2001 From: Nick Maludy Date: Mon, 19 Oct 2020 20:36:41 -0400 Subject: [PATCH 3/4] Fixing indentation on roadmap page --- docs/source/roadmap.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/roadmap.rst b/docs/source/roadmap.rst index 78f9a94a6..0e3ccea15 100644 --- a/docs/source/roadmap.rst +++ b/docs/source/roadmap.rst @@ -21,10 +21,10 @@ contributions. Here's our plans for the next two releases. * The roadmap for ``3.4`` is in the works, stay tuned! Possibilities are: - - Add support for Ubuntu 20.04 - - Change default pack virtual environment to use Python 3 - - Drop Python 2.7 support in the StackStorm `st2` codebase - - Convert ChatOps backend to Python + - Add support for Ubuntu 20.04 + - Change default pack virtual environment to use Python 3 + - Drop Python 2.7 support in the StackStorm `st2` codebase + - Convert ChatOps backend to Python Monitor the `master branch `_ to see how we're progressing. From e28b49cc2a768982d9f35ccfc64ddc36625a4683 Mon Sep 17 00:00:00 2001 From: Nick Maludy Date: Wed, 21 Oct 2020 13:16:48 -0400 Subject: [PATCH 4/4] Update docs/source/roadmap.rst Co-authored-by: Amanda McGuinness --- docs/source/roadmap.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/source/roadmap.rst b/docs/source/roadmap.rst index 0e3ccea15..a7b86f0c8 100644 --- a/docs/source/roadmap.rst +++ b/docs/source/roadmap.rst @@ -20,11 +20,13 @@ contributions. Here's our plans for the next two releases. --- * The roadmap for ``3.4`` is in the works, stay tuned! + Possibilities are: - - Add support for Ubuntu 20.04 - - Change default pack virtual environment to use Python 3 - - Drop Python 2.7 support in the StackStorm `st2` codebase - - Convert ChatOps backend to Python + + * Add support for Ubuntu 20.04 + * Change default pack virtual environment to use Python 3 + * Drop Python 2.7 support in the StackStorm `st2` codebase + * Convert ChatOps backend to Python Monitor the `master branch `_ to see how we're progressing.