File tree Expand file tree Collapse file tree 5 files changed +25
-4
lines changed Expand file tree Collapse file tree 5 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 11__author__ = 'Dmitry Vasilyev'
22__author_email__ = 'info@postgrespro.ru'
33__description__ = 'Monitoring agent for PostgreSQL'
4- __version__ = '3.0.1 '
4+ __version__ = '3.0.2 '
55__licence__ = 'BSD'
66
77__url__ = 'https://github.com/postgrespro/mamonsu'
Original file line number Diff line number Diff line change 1+ mamonsu (3.0.2-1) stable; urgency=low
2+ * fixed Archive Command bootstrap functions;
3+ * fixed Archive Command plugin compability with PostgreSQL 9.6 and lower;
4+ * added GitHub Actions CI/CD scripts - now you can build and test Mamonsu by yourself without special instruments;
5+ * fixed PostgreSQL 14 metrics delta;
6+
17mamonsu (3.0.1-1) stable; urgency=low
28 * fixed 'PostgreSQL: Archive Command archive status' graph y axis
39 * fixed bootstrap -x option: now it checks installed extensions
Original file line number Diff line number Diff line change @@ -73,12 +73,17 @@ chown mamonsu.mamonsu /var/log/mamonsu
7373/sbin/chkconfig --del mamonsu
7474
7575%changelog
76+ * Mon Oct 11 2021 Alexandra Kuznetsova <a.kuznetsova@postgrespro.ru> - 3.0.2-1
77+ - fixed Archive Command bootstrap functions;
78+ - fixed Archive Command plugin compability with PostgreSQL 9.6 and lower;
79+ - added GitHub Actions CI/CD scripts - now you can build and test Mamonsu by yourself without special instruments;
80+ - fixed PostgreSQL 14 metrics delta;
81+
7682* Mon Sep 6 2021 Alexandra Kuznetsova <a.kuznetsova@postgrespro.ru> - 3.0.1-1
7783 - fixed 'PostgreSQL: Archive Command archive status' graph y axis
7884 - fixed bootstrap -x option: now it checks installed extensions
7985 - fixed 'pgsql.count_files_to_archive' and 'pgsql.size_files_to_archive' items: now their evaluation depending on type of server (master or replica)
8086
81- %changelog
8287* Mon Aug 16 2021 Alexandra Kuznetsova <a.kuznetsova@postgrespro.ru> - 3.0.0-1
8388 - change template name to 'Mamonsu PostgreSQL [PLATFORM]'
8489 - change metric name 'PostgreSQL transactions: total' to 'PostgreSQL transactions: committed'
@@ -92,7 +97,6 @@ chown mamonsu.mamonsu /var/log/mamonsu
9297 - add new mamonsu bootstrap features: boostrap by default creates mamonsu user mamonsu/mamonsu, bootstrap by default creates mamonsu own schema 'mamonsu'
9398 - rm graphs with only one metric
9499
95- %changelog
96100* Wed May 19 2021 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.7.1-1
97101- rm metric to count children of PostgreSQL parent pid
98102
Original file line number Diff line number Diff line change @@ -70,6 +70,12 @@ chown mamonsu.mamonsu /var/log/mamonsu
7070/sbin/chkconfig --del mamonsu
7171
7272%changelog
73+ * Mon Oct 11 2021 Alexandra Kuznetsova <a.kuznetsova@postgrespro.ru> - 3.0.2-1
74+ - fixed Archive Command bootstrap functions;
75+ - fixed Archive Command plugin compability with PostgreSQL 9.6 and lower;
76+ - added GitHub Actions CI/CD scripts - now you can build and test Mamonsu by yourself without special instruments;
77+ - fixed PostgreSQL 14 metrics delta;
78+
7379* Mon Sep 6 2021 Alexandra Kuznetsova <a.kuznetsova@postgrespro.ru> - 3.0.1-1
7480 - fixed 'PostgreSQL: Archive Command archive status' graph y axis
7581 - fixed bootstrap -x option: now it checks installed extensions
Original file line number Diff line number Diff line change @@ -74,12 +74,17 @@ chown mamonsu.mamonsu /var/log/mamonsu
7474/sbin/chkconfig --del mamonsu
7575
7676%changelog
77+ * Mon Oct 11 2021 Alexandra Kuznetsova <a.kuznetsova@postgrespro.ru> - 3.0.2-1
78+ - fixed Archive Command bootstrap functions;
79+ - fixed Archive Command plugin compability with PostgreSQL 9.6 and lower;
80+ - added GitHub Actions CI/CD scripts - now you can build and test Mamonsu by yourself without special instruments;
81+ - fixed PostgreSQL 14 metrics delta;
82+
7783* Mon Sep 6 2021 Alexandra Kuznetsova <a.kuznetsova@postgrespro.ru> - 3.0.1-1
7884 - fixed 'PostgreSQL: Archive Command archive status' graph y axis
7985 - fixed bootstrap -x option: now it checks installed extensions
8086 - fixed 'pgsql.count_files_to_archive' and 'pgsql.size_files_to_archive' items: now their evaluation depending on type of server (master or replica)
8187
82- %changelog
8388* Mon Aug 16 2021 Alexandra Kuznetsova <a.kuznetsova@postgrespro.ru> - 3.0.0-1
8489 - change template name to 'Mamonsu PostgreSQL [PLATFORM]'
8590 - change metric name 'PostgreSQL transactions: total' to 'PostgreSQL transactions: committed'
You can’t perform that action at this time.
0 commit comments