evocheck/CHANGELOG

136 lines
2.8 KiB
Plaintext
Raw Permalink Normal View History

2018-02-19 14:29:03 +01:00
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project **does not adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)**.
2018-02-19 14:29:03 +01:00
## [Unreleased]
2019-04-25 12:04:52 +02:00
### Added
2019-06-21 14:03:52 +02:00
### Changed
### Fixed
2019-11-06 07:45:48 +01:00
* IS_TMPUSRRO : improve grep for options detection
* IS_TMPNOEXEC : fix grep for options detection
2019-11-05 16:17:46 +01:00
## [19.11] - 2019-11-05
### Changed
* IS_TUNE2FS_M5 displays the name of the partition
* IS_MARIADBEVOLINUXCONF is disabled by default in cron mode
* IS_PHPEVOLINUXCONF is disabled by default in cron mode
* IS_OLD_HOME_DIR is disabled by default in cron mode
* IS_TMPNOEXEC : better "noexec" detection for /tmp
### Fixed
* squid: better http port detection
2019-08-30 14:22:07 +02:00
## [19.08] - 2019-08-30
### Changed
* better error messages for missing commands
2019-06-21 14:03:52 +02:00
## [19.06] - 2019-06-21
### Added
2019-06-21 11:32:54 +02:00
* new check: IS_OSPROBER
2019-04-25 12:04:52 +02:00
### Changed
2019-06-21 14:03:52 +02:00
* IS_DISKPERF is disabled by default
* verbose mode added for IS_APACHESYMLINK
2019-04-25 12:04:52 +02:00
### Fixed
2019-06-21 11:32:54 +02:00
* fix 5 apache checks (wrong package name was used)
2019-06-21 14:03:52 +02:00
* fix IS_MYSQLNRPE (wrong test on a tilde expansion variable)
2019-06-21 11:32:54 +02:00
2019-04-25 12:04:52 +02:00
## [19.04] - 2019-04-25
2019-11-06 07:45:48 +01:00
### Added
2019-04-25 12:04:52 +02:00
* IS_EVOBACKUP_INCS
### Changed
* change versioning scheme : year.month.patch
* extracts tests into functions
* add verbose and quiet modes
* add usage output on error
* add braces and quotes
2018-04-10 15:30:22 +02:00
## [0.13] - 2018-04-10
### Added
* New checks:
IS_EVOLIX_USER
### Changed
* Fixing IS_DUPLICATE_FS_LEVEL check
* Custom limit for IS_NOTUPGRADED
* IS_SSHALLOWUSERS now check also for AllowGroups
2018-03-19 16:28:06 +01:00
## [0.12] - 2018-03-19
### Added
* New checks:
IS_DUPLICATE_FS_LEVEL
### Changed
* Enabling IS_EVOBACKUP by default
* Better output for IS_MYSQLMUNIN
2018-02-19 14:29:03 +01:00
## [0.11] - 2018-02-07
### Added
* Bunch of new checks:
IS_PRIVKEYWOLRDREADABLE
IS_EVOLINUXSUDOGROUP
IS_USERINADMGROUP
IS_APACHE2EVOLINUXCONF
IS_BACKPORTSCONF
IS_BIND9MUNIN
IS_BIND9LOGROTATE
IS_BROADCOMFIRMWARE
2018-02-19 14:29:03 +01:00
IS_HARDWARERAIDTOOL
IS_LOG2MAILSYSTEMDUNIT
2018-02-19 14:29:03 +01:00
IS_LISTUPGRADE
IS_MARIADBEVOLINUXCONF
2018-02-19 14:29:03 +01:00
IS_MARIADBSYSTEMDUNIT
IS_MYSQLMUNIN
IS_PHPEVOLINUXCONF
IS_SQUIDLOGROTATE
IS_SQUIDEVOLINUXCONF
IS_SQL_BACKUP
IS_POSTGRES_BACKUP
IS_LDAP_BACKUP
IS_REDIS_BACKUP
IS_ELASTIC_BACKUP
2018-02-19 14:29:03 +01:00
IS_MONGO_BACKUP
IS_MOUNT_FSTAB
2018-02-19 14:29:03 +01:00
IS_NETWORK_INTERFACES
### Changed
* IS_UPTIME added in --cron mode
* is_pack_web() for Stretch
* IS_DPKGWARNING for Stretch
2018-02-19 14:29:03 +01:00
* IS_MOUNT_FSTAB is disabled if lsblk not available
* IS_MINIFWPERMS for Stretch
2018-02-19 14:29:03 +01:00
* IS_SQUID for Stretch
* IS_LOG2MAILAPACHE for Stretch
2018-02-19 14:29:03 +01:00
* IS_AUTOIF for Stretch
2019-11-04 13:30:05 +01:00
* IS_UPTIME warn if uptime is more than 2y, was 1y
2018-02-19 14:29:03 +01:00
* IS_NOTUPGRADED warn if last upgrade is older than 90d, was 30d
* IS_TUNE2FS_M5 use python in place of bc for calculation
2018-02-19 14:29:03 +01:00
* IS_EVOMAINTENANCEUSERS for Stretch
* IS_EVOMAINTENANCECONF check also the mode of the file (600)