server: release 22.11
continuous-integration/drone/push Build is passing Details
gitea/evobackup/pipeline/head This commit looks good Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Jérémy Lecour 2022-11-28 14:48:03 +01:00 committed by Jérémy Lecour
parent 777b469485
commit c8cfbe18aa
2 changed files with 11 additions and 5 deletions

View File

@ -8,12 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
* check-canary: new subcommand to check canary files and content
### Changed
* stats: filter active jails and columnize the output
### Deprecated
### Removed
@ -22,6 +18,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security
## [22.11] - 2022-11-28
### Added
* check-canary: new subcommand to check canary files and content
### Changed
* stats: filter active jails and columnize the output
## [22.07] - 2022-07-20
### Changed

View File

@ -6,7 +6,7 @@
[ -f /etc/default/bkctld ] && . /etc/default/bkctld
VERSION="22.07"
VERSION="22.11"
LIBDIR=${LIBDIR:-/usr/lib/bkctld}
CONFDIR="${CONFDIR:-/etc/evobackup}"