Skip to content

Commit bf2884c

Browse files
committed
build: updated to 3.0.2
1 parent 68105e6 commit bf2884c

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-4
lines changed

mamonsu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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'

packaging/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
mamonsu (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

packaging/rpm/SPECS/mamonsu.alt.spec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

packaging/rpm/SPECS/mamonsu.spec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

packaging/rpm/SPECS/mamonsu.suse.spec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)