Release 22.03
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Jérémy Lecour 2022-03-15 23:23:24 +01:00 committed by Jérémy Lecour
parent 93f8440c92
commit 26be0dfe72
2 changed files with 8 additions and 5 deletions

View file

@ -5,9 +5,6 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp
### Added ### Added
check_mysqlmunin : Complain if munin plugin mysql_commands returns an error
check_versions : track minifirewall version
### Changed ### Changed
### Deprecated ### Deprecated
@ -18,6 +15,12 @@ check_versions : track minifirewall version
### Security ### Security
## [22.03] 2022-03-15
### Added
check_mysqlmunin : Complain if munin plugin mysql_commands returns an error
check_versions : track minifirewall version
## [21.10.4] 2021-10-25 ## [21.10.4] 2021-10-25
### Changed ### Changed

View file

@ -4,7 +4,7 @@
# Script to verify compliance of a Debian/OpenBSD server # Script to verify compliance of a Debian/OpenBSD server
# powered by Evolix # powered by Evolix
VERSION="21.10.4" VERSION="22.03"
readonly VERSION readonly VERSION
# base functions # base functions
@ -13,7 +13,7 @@ show_version() {
cat <<END cat <<END
evocheck version ${VERSION} evocheck version ${VERSION}
Copyright 2009-2021 Evolix <info@evolix.fr>, Copyright 2009-2022 Evolix <info@evolix.fr>,
Romain Dessort <rdessort@evolix.fr>, Romain Dessort <rdessort@evolix.fr>,
Benoit Série <bserie@evolix.fr>, Benoit Série <bserie@evolix.fr>,
Gregory Colpart <reg@evolix.fr>, Gregory Colpart <reg@evolix.fr>,