Skip to content

Commit c23c5e1

Browse files
committed
chore: update version to 2.6.2 in init and spec files
1 parent d5078fe commit c23c5e1

File tree

5 files changed

+36
-9
lines changed

5 files changed

+36
-9
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.6.1'
4+
__version__ = '2.6.2'
55
__licence__ = 'BSD'
66

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

packaging/debian/changelog

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
1+
mamonsu (2.6.2-1) stable; urgency=low
2+
* update bootstrap for 9.5, 9.6 versions
3+
* update packaging for Windows
4+
5+
-- PostgresPro DBA <[email protected]> Tue, 24 Nov 2020 16:22:00 +0300
6+
17
mamonsu (2.6.1-1) stable; urgency=low
28
* update bootstrap option input parameters
39

4-
-- PostgresPro DBA <[email protected]> Fri, 20 November 2020 11:22:00 +0300
10+
-- PostgresPro DBA <[email protected]> Fri, 20 Nov 2020 11:22:00 +0300
511

6-
mamonsu (2.6.0-1) stable; urgency=low
12+
mamonsu (2.6.0-1) stable; urgency=low
713
* update xlog plugin
814
* add support for PostgreSQL 13
915
* add plugin memory_leak_diagnostic
1016
* add plugin relations_size.py
1117

12-
-- PostgresPro DBA <[email protected]> Tue, 17 November 2020 13:22:00 +0300
18+
-- PostgresPro DBA <[email protected]> Tue, 17 Nov 2020 13:22:00 +0300
1319

1420
mamonsu (2.5.1-1) stable; urgency=low
1521
* update pg8000 driver
1622
* drop relations_size plugin
1723
* redirect log messages for mamonsu agent to log fle
1824
* fix pg_probackup trigger
1925

20-
-- PostgresPro DBA <[email protected]> Mon, 17 August 2020 15:22:00 +0300
26+
-- PostgresPro DBA <[email protected]> Mon, 17 Aug 2020 15:22:00 +0300
2127

2228
mamonsu (2.5.0-1) stable; urgency=low
2329
* drop python2 support
@@ -26,7 +32,7 @@ mamonsu (2.5.0-1) stable; urgency=low
2632
* add new plugin: relations_size
2733
* add new plugin: prepared_transaction
2834

29-
-- PostgresPro DBA <[email protected]> Fri, 31 July 2020 16:37:00 +0300
35+
-- PostgresPro DBA <[email protected]> Fri, 31 Jul 2020 16:37:00 +0300
3036

3137
mamonsu (2.4.5-1) stable; urgency=low
3238

packaging/rpm/SPECS/mamonsu.alt.spec

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

7575
%changelog
76+
* Tue Nov 24 2020 Daria Vilkova <[email protected]> - 2.6.2-1
77+
- update bootstrap for 9.5, 9.6 versions
78+
- update packaging for Windows
79+
7680
* Fri Nov 20 2020 Daria Vilkova <[email protected]> - 2.6.1-1
7781
- update bootstrap option input parameters
7882

packaging/rpm/SPECS/mamonsu.spec

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

7272
%changelog
73+
* Tue Nov 24 2020 Daria Vilkova <[email protected]> - 2.6.2-1
74+
- update bootstrap for 9.5, 9.6 versions
75+
- update packaging for Windows
76+
7377
* Fri Nov 20 2020 Daria Vilkova <[email protected]> - 2.6.1-1
7478
- update bootstrap option input parameters
7579

packaging/rpm/SPECS/mamonsu.suse.spec

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

7676
%changelog
77+
* Tue Nov 24 2020 Daria Vilkova <[email protected]> - 2.6.2-1
78+
- update bootstrap for 9.5, 9.6 versions
79+
- update packaging for Windows
80+
81+
* Fri Nov 20 2020 Daria Vilkova <[email protected]> - 2.6.1-1
82+
- update bootstrap option input parameters
83+
84+
* Tue Nov 17 2020 Daria Vilkova <[email protected]> - 2.6.0-1
85+
- update xlog plugin
86+
- add support for PostgreSQL 13
87+
- add plugin memory_leak_diagnostic
88+
- add plugin relations_size
89+
7790
* Mon Aug 17 2020 Daria Vilkova <[email protected]> - 2.5.1-1
7891
- update pg8000 driver
7992
- drop relations_size plugin

0 commit comments

Comments
 (0)