File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1313
1414* Added possibility to add new values to the KV store via CLI without leaking them to the shell history. #5164
1515
16+ * ``st2.conf `` is now the only place to configure ports for ``st2api ``, ``st2auth ``, and ``st2stream ``.
17+
18+ We replaced the static ``.socket `` sytemd units in deb and rpm packages with a python-based generator for the
19+ ``st2api ``, ``st2auth ``, and ``st2stream `` services. The generators will get ``<ip>:<port> `` from ``st2.conf ``
20+ to create the ``.socket `` files dynamically. #5286 and st2-packages#706
21+
22+ Contributed by @nzlosh
23+
1624Changed
1725~~~~~~~
1826
@@ -79,6 +87,12 @@ Changed
7987 doesn't support what it does. If anyone uses that utility, they have to install pika manually. #5380
8088
8189* Fixed version of cffi as changes in 1.15.0 meant that it attempted to load libffi.so.8. #5390
90+
91+ Contributed by @amanda11, Ammeon Solutions
92+
93+ * Updated Bash installer to install latest RabbitMQ version rather than out-dated version available
94+ in OS distributions.
95+
8296 Contributed by @amanda11, Ammeon Solutions
8397
8498Fixed
You can’t perform that action at this time.
0 commit comments