Skip to content

Commit 79b1b69

Browse files
committed
build 2.5.1
1 parent f16c95e commit 79b1b69

File tree

6 files changed

+31
-5
lines changed

6 files changed

+31
-5
lines changed

mamonsu/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__author__ = 'Dmitry Vasilyev'
22
__author_email__ = '[email protected]'
33
__description__ = 'Monitoring agent for PostgreSQL'
4-
__version__ = '2.5.0'
4+
__version__ = '2.5.1'
55
__licence__ = 'BSD'
66

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

packaging/debian/changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
mamonsu (2.5.1-1) stable; urgency=low
2+
* update pg8000 driver
3+
* drop relations_size plugin
4+
* redirect log messages for mamonsu agent to log fle
5+
* fix pg_probackup trigger
6+
7+
-- PostgresPro DBA <[email protected]> Mon, 17 August 2020 15:22:00 +0300
8+
19
mamonsu (2.5.0-1) stable; urgency=low
210
* drop python2 support
311
* add old templates for mamonsu and zabbix-agent

packaging/rpm/SPECS/mamonsu.alt.spec

+7-1
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.0
5+
Version: 2.5.1
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+
* Mon Aug 17 2020 Daria Vilkova <[email protected]> - 2.5.1-1
77+
- update pg8000 driver
78+
- drop relations_size plugin
79+
- redirect log messages for mamonsu agent to log fle
80+
- fix pg_probackup trigger
81+
7682
* Fri Jul 31 2020 Alexander Popov <[email protected]> - 2.5.0-1
7783
- drop python2 support
7884
- add old templates for mamonsu and zabbix-agent

packaging/rpm/SPECS/mamonsu.spec

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: mamonsu
2-
Version: 2.5.0
2+
Version: 2.5.1
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+
* Mon Aug 17 2020 Daria Vilkova <[email protected]> - 2.5.1-1
74+
- update pg8000 driver
75+
- drop relations_size plugin
76+
- redirect log messages for mamonsu agent to log fle
77+
- fix pg_probackup trigger
78+
7379
* Fri Jul 31 2020 Alexander Popov <[email protected]> - 2.5.0-1
7480
- drop python2 support
7581
- add old templates for mamonsu and zabbix-agent

packaging/rpm/SPECS/mamonsu.suse.spec

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%define _datarootdir %{_prefix}/share
22
Name: mamonsu
3-
Version: 2.5.0
3+
Version: 2.5.1
44
Release: 1%{?dist}
55
Summary: Monitoring agent for PostgreSQL
66
Group: Applications/Internet
@@ -74,6 +74,12 @@ chown mamonsu.mamonsu /var/log/mamonsu
7474
/sbin/chkconfig --del mamonsu
7575

7676
%changelog
77+
* Mon Aug 17 2020 Daria Vilkova <[email protected]> - 2.5.1-1
78+
- update pg8000 driver
79+
- drop relations_size plugin
80+
- redirect log messages for mamonsu agent to log fle
81+
- fix pg_probackup trigger
82+
7783
* Fri Jul 31 2020 Alexander Popov <[email protected]> - 2.5.0-1
7884
- drop python2 support
7985
- add old templates for mamonsu and zabbix-agent

packaging/win/mamonsu.def.nsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!define NAME Mamonsu
2-
!define VERSION 2.5.0
2+
!define VERSION 2.5.1
33
!define MAMONSU_REG_PATH "Software\PostgresPro\Mamonsu"
44
!define MAMONSU_REG_UNINSTALLER_PATH "Software\Microsoft\Windows\CurrentVersion\Uninstall"
55
!define EDB_REG "SOFTWARE\Postgresql"

0 commit comments

Comments
 (0)