From dabf05b4b78c924bd474218c8056e1eaa267aab6 Mon Sep 17 00:00:00 2001 From: Jeremy Dubois Date: Tue, 22 Mar 2022 11:01:43 +0100 Subject: [PATCH] Release 22.03.1 --- CHANGELOG | 7 +++++++ evocheck.sh | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ade15ba..00d1235 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,7 +15,14 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Security +## [22.03.1] 2022-03-22 + +### Changed + +check_autoif : Ignore lxcbr interfaces, new since bullseye + ## [22.03] 2022-03-15 + ### Added check_mysqlmunin : Complain if munin plugin mysql_commands returns an error diff --git a/evocheck.sh b/evocheck.sh index 826eba7..2f01afa 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -4,7 +4,7 @@ # Script to verify compliance of a Debian/OpenBSD server # powered by Evolix -VERSION="22.03" +VERSION="22.03.1" readonly VERSION # base functions