Release 22.04
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Jérémy Lecour 2022-04-25 09:57:09 +02:00 committed by Jérémy Lecour
parent 3694b364d3
commit e1bafc2a0a
2 changed files with 18 additions and 9 deletions

View file

@ -7,32 +7,40 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp
### Changed ### Changed
* IS_EVOBACKUP_EXCLUDE_MOUNT : skip if --one-file-system is used
### Deprecated ### Deprecated
### Removed ### Removed
### Fixed ### Fixed
check_versions: "IS_CHECK_VERSIONS" was checked but "IS_VERSIONS_CHECK" was echoed, now "IS_CHECK_VERSIONS" everywhere ### Security
## [22.04] 2022-04-25
### Changed
* IS_EVOBACKUP_EXCLUDE_MOUNT : skip if --one-file-system is used
### Fixed
* check_versions: "IS_CHECK_VERSIONS" was checked but "IS_VERSIONS_CHECK" was echoed, now "IS_CHECK_VERSIONS" everywhere
### Security ### Security
check_debiansecurity: Consider both https://deb\.debian\.org/debian-security/ and https://security\.debian\.org/debian-security/ as valid since both are documented as such. * check_debiansecurity: Consider both https://deb\.debian\.org/debian-security/ and https://security\.debian\.org/debian-security/ as valid since both are documented as such.
## [22.03.1] 2022-03-22 ## [22.03.1] 2022-03-22
### Changed ### Changed
check_autoif : Ignore lxcbr interfaces, new since bullseye * check_autoif : Ignore lxcbr interfaces, new since bullseye
## [22.03] 2022-03-15 ## [22.03] 2022-03-15
### Added ### Added
check_mysqlmunin : Complain if munin plugin mysql_commands returns an error * check_mysqlmunin : Complain if munin plugin mysql_commands returns an error
check_versions : track minifirewall version * check_versions : track minifirewall version
## [21.10.4] 2021-10-25 ## [21.10.4] 2021-10-25
@ -50,7 +58,8 @@ check_versions : track minifirewall version
## [21.10.2] 2021-10-22 ## [21.10.2] 2021-10-22
### Changed ### Changed
Let's try the --version flag before falling back to grep for the constant
* Let's try the --version flag before falling back to grep for the constant
## [21.10.1] 2021-10-01 ## [21.10.1] 2021-10-01

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="22.03.1" VERSION="22.04"
readonly VERSION readonly VERSION
# base functions # base functions