From fd4bdf9dcc5218755c6982a3a1f24a1ae0e4d957 Mon Sep 17 00:00:00 2001 From: Tristan PILAT Date: Fri, 23 Oct 2020 11:29:31 +0200 Subject: [PATCH] Update CHANGELOG and bump to version 6.8.0 --- CHANGELOG | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index e0004f4..825c09b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.8.0] - 2020-10-23 + +### Added + +- Add a PF tag to be able to skip that part when rerunning EvoBSD +- Add a doas authorization for NRPE check_ipsecctl_critiques + +### Changed + +- The task mail.yml replace the former boot/reboot message only if it is untouched +- Replace the variable used to set the email address in etc-git role - now using inventory_hostname +- Not checking syspatch when OpenBSD <= 6.1 +- Amend fstab file adding noatime option to each entrie +- Import evocheck v.6.7.7 +- Comment NRPE checks that cannot be used as is + +### Fixed + +- Add the creation of the NRPE plugins directory in nagios-nrpe role +- Add collectd doas rights in the base role to avoid broking anything if EvoBSD is rerun without the collectd role included +- Do not add the motd cron if the same line is already there but uncommented +- Amend fstab entries only when the filesystem is ffs + ## [6.7.2] - 2020-10-13 ### Added