evocheck: upstream release 21.10.4

This commit is contained in:
Jérémy Lecour 2021-10-25 10:02:12 +02:00 committed by Jérémy Lecour
parent 0e2b43a1e9
commit dd53c01027
2 changed files with 3 additions and 2 deletions

View file

@ -17,7 +17,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Changed
* evocheck: upstream release 21.10.3
* evocheck: upstream release 21.10.4
* evolinux-users + nagios-nrpe: Add support for php-fpm80 in lxc
* mongodb: Deny the install on Debian 11 « Bullseye » when the version is unsupported
* mongodb: Support version 5.0 (for buster)

View file

@ -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
@ -1750,6 +1750,7 @@ while :; do
IS_KERNELUPTODATE=0
IS_UPTIME=0
IS_MELTDOWN_SPECTRE=0
IS_CHECK_VERSIONS=0
;;
-v|--verbose)
VERBOSE=1