Skip to content

Commit

Permalink
Merge pull request #5420 from StackStorm/changelog-3.6
Browse files Browse the repository at this point in the history
Changelog 3.6
  • Loading branch information
winem committed Nov 13, 2021
2 parents ce5ec46 + 3b67140 commit 15dcd3b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ Added

* Added possibility to add new values to the KV store via CLI without leaking them to the shell history. #5164

* ``st2.conf`` is now the only place to configure ports for ``st2api``, ``st2auth``, and ``st2stream``.

We replaced the static ``.socket`` sytemd units in deb and rpm packages with a python-based generator for the
``st2api``, ``st2auth``, and ``st2stream`` services. The generators will get ``<ip>:<port>`` from ``st2.conf``
to create the ``.socket`` files dynamically. #5286 and st2-packages#706

Contributed by @nzlosh

Changed
~~~~~~~

Expand Down Expand Up @@ -79,6 +87,12 @@ Changed
doesn't support what it does. If anyone uses that utility, they have to install pika manually. #5380

* Fixed version of cffi as changes in 1.15.0 meant that it attempted to load libffi.so.8. #5390

Contributed by @amanda11, Ammeon Solutions

* Updated Bash installer to install latest RabbitMQ version rather than out-dated version available
in OS distributions.

Contributed by @amanda11, Ammeon Solutions

Fixed
Expand Down

0 comments on commit 15dcd3b

Please sign in to comment.