diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d339b1..423baab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0] - 2022-09-1 + +### Changed + +* ARGO-3754 Build two RPMS, Nagios and Sensu with appropriate runtime permission settings +* ARGO-3825 List requires explicitly for each ams-publisher package + ## [0.3.9] - 2021-02-01 ### Changed @@ -11,7 +18,7 @@ ### Fixed -* remove leftovers from erroneous SIGHUP handling +* remove leftovers from erroneous SIGHUP handling ## [0.3.7] - 2020-07-08 @@ -135,7 +142,7 @@ ## [0.1.1] - 2017-03-14 -### Added +### Added * ARGO-732 Structure the body of alarm message as JSON object diff --git a/ams-publisher.spec b/ams-publisher.spec index c0097c9..eb5ed51 100644 --- a/ams-publisher.spec +++ b/ams-publisher.spec @@ -6,7 +6,7 @@ Name: ams-publisher Summary: Bridge from Sensu/Nagios to the ARGO Messaging system -Version: 0.3.9 +Version: 0.4.0 Release: 1%{mydist} Group: Network/Monitoring @@ -120,6 +120,9 @@ Bridge from Sensu to the ARGO Messaging system rm -rf $RPM_BUILD_ROOT %changelog +* Thu Sep 1 2022 Daniel Vrcic - 0.4.0-1%{?dist} +- ARGO-3754 Build two RPMS, Nagios and Sensu with appropriate runtime permission settings +- ARGO-3825 List requires explicitly for each ams-publisher package * Mon Feb 1 2021 Daniel Vrcic - 0.3.9-1%{?dist} - ARGO-2855 ams-publisher py3 switch - ARGO-2929 Let systemd handle runtime directory