From e5d40f8fe4603ad4ae3a896ae39e937ca6c524a4 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Wed, 19 Aug 2020 14:08:01 +0200 Subject: [PATCH] Release 2.4.0 --- CHANGELOG.md | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad6af39..c093720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [2.4.0] - 2020-08-19 + +### Added + * New command bkctld upgrade-config to move the legacy config file "/etc/evobackup/" to the new config structure "/etc/evobackup/.d/incs_policy" ### Changed @@ -16,17 +30,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * bkctld: don't replace SSH host keys when creating/updating a jail * Split check into check-jails and check-setup * bkctld-check-jails checks if jails -* bkctld-check-setup checks if the partition is mounted and writable, if firewall is configured and if all jails are started +* bkctld-check-setup checks if the partition is mounted and writable, if firewall is configured and if all jails are in their expected state * create new ssh keys for new jails instead of copying those from the host -### Deprecated - -### Removed - -### Fixed - -### Security - ## [2.3.3] - 2020-05-28 ### Fixed