Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions docs/source/install/upgrades.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ v3.7

.. sourcecode:: bash

sudo st2ctl reload --register-setup-recreate-virtualenvs
sudo st2ctl reload --register-recreate-virtualenvs

* As ``_global`` is used for the global overrides file, if your |st2| uses a pack called _global then it will need to be renamed prior to upgrade.

Expand Down Expand Up @@ -282,7 +282,7 @@ v3.4

.. sourcecode:: bash

sudo st2ctl reload --register-setup-recreate-virtualenvs
sudo st2ctl reload --register-recreate-virtualenvs


v3.3
Expand Down
9 changes: 9 additions & 0 deletions docs/source/upgrade_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ Upgrade Notes
|st2| v3.7
----------

* *RockyLinux/RHEL/CentOS 8 only*. Due to the upgrade from python3.6 to python 3.8, all
packs installed prior to upgrade will need to have their virtual environment re-created
after upgrading |st2| packages (on all nodes which run st2actionrunner or st2sensorcontainer
services), using the following command:

.. sourcecode:: bash

sudo st2ctl reload --register-recreate-virtualenvs

* API will now set ``Secure`` and ``Samesite=lax`` cookie attribute for the auth cookie which
is set when authenticating via auth token / API key in query parameter (this approach is
primarily used by st2web).
Expand Down