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 1
1
__author__ = 'Dmitry Vasilyev'
2
2
__author_email__ = 'info@postgrespro.ru'
3
3
__description__ = 'Monitoring agent for PostgreSQL'
4
- __version__ = '3.0.1 '
4
+ __version__ = '3.0.2 '
5
5
__licence__ = 'BSD'
6
6
7
7
__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
+
1
7
mamonsu (3.0.1-1) stable; urgency=low
2
8
* fixed 'PostgreSQL: Archive Command archive status' graph y axis
3
9
* 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
73
73
/sbin/chkconfig --del mamonsu
74
74
75
75
%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
+
76
82
* Mon Sep 6 2021 Alexandra Kuznetsova <a.kuznetsova@postgrespro.ru> - 3.0.1-1
77
83
- fixed 'PostgreSQL: Archive Command archive status' graph y axis
78
84
- fixed bootstrap -x option: now it checks installed extensions
79
85
- fixed 'pgsql.count_files_to_archive' and 'pgsql.size_files_to_archive' items: now their evaluation depending on type of server (master or replica)
80
86
81
- %changelog
82
87
* Mon Aug 16 2021 Alexandra Kuznetsova <a.kuznetsova@postgrespro.ru> - 3.0.0-1
83
88
- change template name to 'Mamonsu PostgreSQL [PLATFORM]'
84
89
- change metric name 'PostgreSQL transactions: total' to 'PostgreSQL transactions: committed'
@@ -92,7 +97,6 @@ chown mamonsu.mamonsu /var/log/mamonsu
92
97
- add new mamonsu bootstrap features: boostrap by default creates mamonsu user mamonsu/mamonsu, bootstrap by default creates mamonsu own schema 'mamonsu'
93
98
- rm graphs with only one metric
94
99
95
- %changelog
96
100
* Wed May 19 2021 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.7.1-1
97
101
- rm metric to count children of PostgreSQL parent pid
98
102
Original file line number Diff line number Diff line change @@ -70,6 +70,12 @@ chown mamonsu.mamonsu /var/log/mamonsu
70
70
/sbin/chkconfig --del mamonsu
71
71
72
72
%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
+
73
79
* Mon Sep 6 2021 Alexandra Kuznetsova <a.kuznetsova@postgrespro.ru> - 3.0.1-1
74
80
- fixed 'PostgreSQL: Archive Command archive status' graph y axis
75
81
- 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
74
74
/sbin/chkconfig --del mamonsu
75
75
76
76
%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
+
77
83
* Mon Sep 6 2021 Alexandra Kuznetsova <a.kuznetsova@postgrespro.ru> - 3.0.1-1
78
84
- fixed 'PostgreSQL: Archive Command archive status' graph y axis
79
85
- fixed bootstrap -x option: now it checks installed extensions
80
86
- fixed 'pgsql.count_files_to_archive' and 'pgsql.size_files_to_archive' items: now their evaluation depending on type of server (master or replica)
81
87
82
- %changelog
83
88
* Mon Aug 16 2021 Alexandra Kuznetsova <a.kuznetsova@postgrespro.ru> - 3.0.0-1
84
89
- change template name to 'Mamonsu PostgreSQL [PLATFORM]'
85
90
- change metric name 'PostgreSQL transactions: total' to 'PostgreSQL transactions: committed'
You can’t perform that action at this time.
0 commit comments