Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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