File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 178178
179179.. sourcecode :: bash
180180
181- sudo st2ctl reload --register-setup- recreate-virtualenvs
181+ sudo st2ctl reload --register-recreate-virtualenvs
182182
183183* 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.
184184
282282
283283.. sourcecode :: bash
284284
285- sudo st2ctl reload --register-setup- recreate-virtualenvs
285+ sudo st2ctl reload --register-recreate-virtualenvs
286286
287287
288288v3.3
Original file line number Diff line number Diff line change @@ -8,6 +8,15 @@ Upgrade Notes
88|st2 | v3.7
99----------
1010
11+ * *RockyLinux/RHEL/CentOS 8 only *. Due to the upgrade from python3.6 to python 3.8, all
12+ packs installed prior to upgrade will need to have their virtual environment re-created
13+ after upgrading |st2 | packages (on all nodes which run st2actionrunner or st2sensorcontainer
14+ services), using the following command:
15+
16+ .. sourcecode :: bash
17+
18+ sudo st2ctl reload --register-recreate-virtualenvs
19+
1120* API will now set ``Secure `` and ``Samesite=lax `` cookie attribute for the auth cookie which
1221 is set when authenticating via auth token / API key in query parameter (this approach is
1322 primarily used by st2web).
You can’t perform that action at this time.
0 commit comments