Release 2.4.0

This commit is contained in:
Jérémy Lecour 2020-08-19 14:08:01 +02:00 committed by Jérémy Lecour
parent 08a2e067c2
commit e5d40f8fe4
1 changed files with 15 additions and 9 deletions

View File

@ -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/<jail>" to the new config structure "/etc/evobackup/<jail>.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