Skip to content

Commit ba49aa0

Browse files
committed
chore: new version tag 2.4.1
1 parent f715077 commit ba49aa0

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
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.4.0'
4+
__version__ = '2.4.1'
55
__licence__ = 'BSD'
66

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

packaging/debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
mamonsu (2.4.1-1) stable; urgency=low
2+
3+
* add trigger for pgsql.ping
4+
5+
-- PostgresPro DBA <[email protected]> Tue, 3 Sep 2019 11:00:00 +0300
6+
17
mamonsu (2.4.0-1) stable; urgency=low
28

39
* add zabbix-agent template and configuration file export,

packaging/rpm/SPECS/mamonsu.alt.spec

+4-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.4.0
5+
Version: 2.4.1
66
Release: 1%{?dist}
77
Summary: Monitoring agent for PostgreSQL
88
Group: Applications/Internet
@@ -73,6 +73,9 @@ chown mamonsu.mamonsu /var/log/mamonsu
7373
/sbin/chkconfig --del mamonsu
7474

7575
%changelog
76+
* Tue Sep 3 2019 Daria Vilkova <[email protected]> - 2.4.1-1
77+
- add trigger for pgsql.ping
78+
7679
* Thu Aug 22 2019 Daria Vilkova <[email protected]> - 2.4.0-1
7780
- add zabbix-agent template and configuration file export,
7881
- add new types of connections in "connections" plugin,

packaging/rpm/SPECS/mamonsu.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: mamonsu
2-
Version: 2.4.0
2+
Version: 2.4.1
33
Release: 1%{?dist}
44
Summary: Monitoring agent for PostgreSQL
55
Group: Applications/Internet
@@ -70,6 +70,9 @@ chown mamonsu.mamonsu /var/log/mamonsu
7070
/sbin/chkconfig --del mamonsu
7171

7272
%changelog
73+
* Tue Sep 3 2019 Daria Vilkova <[email protected]> - 2.4.1-1
74+
- add trigger for pgsql.ping
75+
7376
* Thu Aug 22 2019 Daria Vilkova <[email protected]> - 2.4.0-1
7477
- add zabbix-agent template and configuration file export,
7578
- add new types of connections in "connections" plugin,

packaging/rpm/SPECS/mamonsu.suse.spec

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

7676
%changelog
77+
* Tue Sep 3 2019 Daria Vilkova <[email protected]> - 2.4.1-1
78+
- add trigger for pgsql.ping
79+
7780
* Thu Aug 22 2019 Daria Vilkova <[email protected]> - 2.4.0-1
7881
- add zabbix-agent template and configuration file export,
7982
- add new types of connections in "connections" plugin,

0 commit comments

Comments
 (0)