release v3.16.01

pull/481/head v3.16.01
Stéphane Lesimple 2 years ago committed by Stéphane Lesimple
parent 8c35c2783f
commit 4b781b821a

@ -1,3 +1,10 @@
## v3.16.01 - 2024/04/17
- enh: info: removed uname dependency, added configuration
- chg: bastion-sync-helper.sh: use sh instead of bash
- fix: alive: don't mask signals
- chore: add README file into install/modules to ensure the folder exists even if empty
- chore: linters: limit to known directories
## v3.16.00 - 2024/04/10
- feat: support hardware-based Secure Keys (FIDO2) for ingress authentication
- enh: remove netcat dependency by using perl builtins

@ -27,6 +27,11 @@ See the ``--help`` for a more fine-grained upgrade path if needed.
Version-specific upgrade instructions
=====================================
v3.16.01 - 2024/04/17
*********************
No specific upgrade instructions.
v3.16.00 - 2024/04/10
*********************

@ -5,7 +5,7 @@ use common::sense;
use Fcntl;
use POSIX qw(strftime);
our $VERSION = '3.16.00';
our $VERSION = '3.16.01';
BEGIN {
# only used by the handler below

Loading…
Cancel
Save