Skip to content

Commit 15dcd3b

Browse files
authored
Merge pull request #5420 from StackStorm/changelog-3.6
Changelog 3.6
2 parents ce5ec46 + 3b67140 commit 15dcd3b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.rst

+14
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ Added
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+
1624
Changed
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

8498
Fixed

0 commit comments

Comments
 (0)