From a286bb7d3d05d0fbc4955239732c6333c163be53 Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Sun, 3 Oct 2021 19:31:43 -0500 Subject: [PATCH 1/4] add changelog entry for st2-packages#706 --- CHANGELOG.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e3fa1c7904..7a8da3f426 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,12 @@ Added * Added possibility to add new values to the KV store via CLI without leaking them to the shell history. #5164 +* 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 ``:`` from ``st2.conf`` + to create the ``.socket`` files dynamically. #5286 and st2-packages#706 + + Contributed by @nzlosh + Changed ~~~~~~~ From 1e4f918475d825bc6568b218b62ecbce68411703 Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Tue, 5 Oct 2021 14:58:31 -0500 Subject: [PATCH 2/4] Add summary to changelog entry --- CHANGELOG.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7a8da3f426..1b76ee0131 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,7 +9,9 @@ Added * Added possibility to add new values to the KV store via CLI without leaking them to the shell history. #5164 -* Replaced the static ``.socket`` sytemd units in deb and rpm packages with a python-based generator for the +* ``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 ``:`` from ``st2.conf`` to create the ``.socket`` files dynamically. #5286 and st2-packages#706 From 4623f4f4d6ece7bf1294d9f90ecfdc08768391de Mon Sep 17 00:00:00 2001 From: Amanda McGuinness Date: Tue, 12 Oct 2021 18:15:49 +0100 Subject: [PATCH 3/4] Update ChangeLog for st2-packages rabbitMQ update --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ea9fe0dd32..e9cac9a1e6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -78,6 +78,11 @@ Changed This functionality should never be used in production, but only in development environments or similar when debugging code. #5199 + +* Updated Bash installer to install latest RabbitMQ version rather than out-dated version available + in OS distributions. + + Contributed by @amanda11, Ammeon Solutions Fixed ~~~~~ From 92ed0e498d49c83a0b93de2b574fa1cd0a2d7c56 Mon Sep 17 00:00:00 2001 From: amanda Date: Fri, 15 Oct 2021 15:13:24 +0100 Subject: [PATCH 4/4] Remove trailing whitespace --- CHANGELOG.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e9cac9a1e6..a451a44350 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -78,10 +78,10 @@ Changed This functionality should never be used in production, but only in development environments or similar when debugging code. #5199 - + * Updated Bash installer to install latest RabbitMQ version rather than out-dated version available in OS distributions. - + Contributed by @amanda11, Ammeon Solutions Fixed