From 80333cb51b68c0ecbd0d7a23ab7bd15b917d9d1d Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Mon, 28 Nov 2022 15:12:45 +0100 Subject: [PATCH] Update changelog for 22.11-1 release --- debian/changelog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3033b58..e43b90b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +bkctld (22.11-1) stable; urgency=medium + + [ David Prevot ] + * CI: Don’t rely on /tmp + * Jenkins CI: Improve clean up + * server/README.md: tfix + * CI: Drop .git directory that was not present during first build + + [ Jeremy Lecour ] + * check-setup: get minifirewall version from internal variable + * check-setup: use findmnt with mountpoint instead of target + * check-setup: check minifirewall version only if minifirewall is present + * server: release 22.07 + * bkctld-check-canary: new subcommand to check canary files and content + * better error message + * bkctld-stats: filter active jails and columnize the output + * bkctld check-canary: add tests + + [ William Hirigoyen ] + * Add --no-header option for status command. + + -- Jeremy Lecour Mon, 28 Nov 2022 15:11:42 +0100 + bkctld (22.07-1) stable; urgency=medium [ David Prevot ]