Skip to content

Commit f188376

Browse files
committed
chore: update versions in init and spec files
1 parent e0107e5 commit f188376

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
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__ = '2.5.1'
4+
__version__ = '2.6.0'
55
__licence__ = 'BSD'
66

77
__url__ = 'https://github.com/postgrespro/mamonsu'

packaging/debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
mamonsu (2.6.0-1) stable; urgency=low
2+
* update xlog plugin
3+
* add support for PostgreSQL 13
4+
* add plugin memory_leak_diagnostic
5+
* add plugin relations_size.py
6+
7+
-- PostgresPro DBA <dba@postgrespro.ru> Tue, 17 November 2020 13:22:00 +0300
8+
19
mamonsu (2.5.1-1) stable; urgency=low
210
* update pg8000 driver
311
* drop relations_size plugin

packaging/rpm/SPECS/mamonsu.alt.spec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
33

44
Name: mamonsu
5-
Version: 2.5.1
5+
Version: 2.6.0
66
Release: 1%{?dist}
77
Summary: Monitoring agent for PostgreSQL
88
Group: Applications/Internet
@@ -73,6 +73,12 @@ chown mamonsu.mamonsu /var/log/mamonsu
7373
/sbin/chkconfig --del mamonsu
7474

7575
%changelog
76+
* Tue Nov 17 2020 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.6.0-1
77+
- update xlog plugin
78+
- add support for PostgreSQL 13
79+
- add plugin memory_leak_diagnostic
80+
- add plugin relations_size
81+
7682
* Mon Aug 17 2020 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.5.1-1
7783
- update pg8000 driver
7884
- drop relations_size plugin

packaging/rpm/SPECS/mamonsu.spec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: mamonsu
2-
Version: 2.5.1
2+
Version: 2.6.0
33
Release: 1%{?dist}
44
Summary: Monitoring agent for PostgreSQL
55
Group: Applications/Internet
@@ -70,6 +70,12 @@ chown mamonsu.mamonsu /var/log/mamonsu
7070
/sbin/chkconfig --del mamonsu
7171

7272
%changelog
73+
* Tue Nov 17 2020 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.6.0-1
74+
- update xlog plugin
75+
- add support for PostgreSQL 13
76+
- add plugin memory_leak_diagnostic
77+
- add plugin relations_size
78+
7379
* Mon Aug 17 2020 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.5.1-1
7480
- update pg8000 driver
7581
- drop relations_size plugin

0 commit comments

Comments
 (0)