Skip to content

Commit 15c39b1

Browse files
committed
build: change build version in packages
1 parent e0001f6 commit 15c39b1

File tree

6 files changed

+28
-5
lines changed

6 files changed

+28
-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.4.2'
4+
__version__ = '2.4.3'
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.4.3-1) stable; urgency=low
2+
3+
* display postgres connections parameters in log
4+
* add support for Zabbix 4.4 Server
5+
* new feature: export metrics from file (written by mamonsu /var/log/mamonsu/localhost.log, [metric_log] to parameter in agent.conf file) to Zabbix Server
6+
7+
-- PostgresPro DBA <[email protected]> Mon, 14 Feb 2020 09:59:00 +0300
8+
19
mamonsu (2.4.2-1) stable; urgency=low
210

311
* fix longest running xact metric

packaging/rpm/SPECS/mamonsu.alt.spec

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

7575
%changelog
76+
* Fri Feb 14 2020 Daria Vilkova <[email protected]> - 2.4.3-1
77+
- display postgres connections parameters in log
78+
- add support for Zabbix 4.4 Server
79+
- new feature: export metrics from file (written by mamonsu /var/log/mamonsu/localhost.log, [metric_log] to parameter in agent.conf file) to Zabbix Server
80+
7681
* Mon Jan 20 2020 Grigory Smolkin <[email protected]> - 2.4.2-1
7782
- fix longest running xact metric
7883
- fixes for python 3

packaging/rpm/SPECS/mamonsu.spec

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

7272
%changelog
73+
* Fri Feb 14 2020 Daria Vilkova <[email protected]> - 2.4.3-1
74+
- display postgres connections parameters in log
75+
- add support for Zabbix 4.4 Server
76+
- new feature: export metrics from file (written by mamonsu /var/log/mamonsu/localhost.log, [metric_log] to parameter in agent.conf file) to Zabbix Server
77+
7378
* Mon Jan 20 2020 Grigory Smolkin <[email protected]> - 2.4.2-1
7479
- fix longest running xact metric
7580
- fixes for python 3

packaging/rpm/SPECS/mamonsu.suse.spec

+6-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.2
3+
Version: 2.4.3
44
Release: 1%{?dist}
55
Summary: Monitoring agent for PostgreSQL
66
Group: Applications/Internet
@@ -74,6 +74,11 @@ chown mamonsu.mamonsu /var/log/mamonsu
7474
/sbin/chkconfig --del mamonsu
7575

7676
%changelog
77+
* Fri Feb 14 2020 Daria Vilkova <[email protected]> - 2.4.3-1
78+
- display postgres connections parameters in log
79+
- add support for Zabbix 4.4 Server
80+
- new feature: export metrics from file (written by mamonsu /var/log/mamonsu/localhost.log, [metric_log] to parameter in agent.conf file) to Zabbix Server
81+
7782
* Mon Jan 20 2020 Grigory Smolkin <[email protected]> - 2.4.2-1
7883
- fix longest running xact metric
7984
- fixes for python 3

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.4.2
2+
!define VERSION 2.4.3
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)