Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated roadmap based on changes accomplished in v3.3.0 #1030

Merged
merged 5 commits into from
Oct 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 19 additions & 6 deletions docs/source/roadmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@ 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 <https://github.com/stackstorm/chef-stackstorm>`_ deployment.
* **Docker:** Overhaul for `st2-docker <https://github.com/stackstorm/st2-docker>`_ deployment.
* 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 <https://github.com/StackStorm/st2/>`_ to see how we're progressing.

Expand All @@ -34,6 +36,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 <https://github.com/stackstorm/stackstorm-ha>`_ from beta to stable.
Expand Down Expand Up @@ -64,6 +68,15 @@ Submit a PR!
Release History
---------------

.. rubric:: Done in v3.3
nmaludy marked this conversation as resolved.
Show resolved Hide resolved

* **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 <https://github.com/stackstorm/chef-stackstorm>`_ deployment.
nmaludy marked this conversation as resolved.
Show resolved Hide resolved
* **Docker:** Overhaul for `st2-docker <https://github.com/stackstorm/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.
Expand Down