File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 13
13
14
14
* Added possibility to add new values to the KV store via CLI without leaking them to the shell history. #5164
15
15
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
+
16
24
Changed
17
25
~~~~~~~
18
26
@@ -79,6 +87,12 @@ Changed
79
87
doesn't support what it does. If anyone uses that utility, they have to install pika manually. #5380
80
88
81
89
* 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
+
82
96
Contributed by @amanda11, Ammeon Solutions
83
97
84
98
Fixed
You can’t perform that action at this time.
0 commit comments