From 9ac9d3d3e59721a8c18638a32837258221809a33 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Mon, 25 Oct 2021 10:01:41 +0200 Subject: [PATCH] Release 21.10.4 --- CHANGELOG | 10 ++++++++-- evocheck.sh | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 70febf5..2ecba16 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,8 +7,6 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Changed -* IS_CHECK_VERSIONS disabled in cron mode - ### Deprecated ### Removed @@ -17,8 +15,16 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Security +## [21.10.4] 2021-10-25 + +### Changed + +* IS_CHECK_VERSIONS disabled in cron mode + ## [21.10.3] 2021-10-22 +### Added + * Check for newer versions * don't use "add-vm --version" yet diff --git a/evocheck.sh b/evocheck.sh index 1cbd3e2..fb8a6ee 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -4,7 +4,7 @@ # Script to verify compliance of a Debian/OpenBSD server # powered by Evolix -VERSION="21.10.3" +VERSION="21.10.4" readonly VERSION # base functions