Automatic commit of package [zabbix-agent-addons] release [0.2.142-1].

Created by command:

/usr/bin/tito tag
This commit is contained in:
Daniel Berteaud 2021-01-13 17:48:56 +01:00
parent bf190465bf
commit 13e4669fe7
2 changed files with 6 additions and 2 deletions

View File

@ -1 +1 @@
0.2.141-1 ./
0.2.142-1 ./

View File

@ -4,7 +4,7 @@
Summary: Scripts for Zabbix monitoring
Name: zabbix-agent-addons
Version: 0.2.141
Version: 0.2.142
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
@ -102,6 +102,10 @@ fi
%endif
%changelog
* Wed Jan 13 2021 Daniel Berteaud <daniel@firewall-services.com> 0.2.142-1
- Modernize lvm monitoring scripts (daniel@firewall-services.com)
- Don't catch stderr for vgdisplay commands (daniel@firewall-services.com)
* Tue Jan 12 2021 Daniel Berteaud <daniel@firewall-services.com> 0.2.141-1
- Small fixes in check_samba_dc (skip unparsable logs, and handle message with
NT_STATUS_NO_SUCH_USER (daniel@firewall-services.com)