File tree 3 files changed +13
-1
lines changed
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v3.16.01 - 2024/04/17
2
+ - enh: info: removed uname dependency, added configuration
3
+ - chg: bastion-sync-helper.sh: use sh instead of bash
4
+ - fix: alive: don't mask signals
5
+ - chore: add README file into install/modules to ensure the folder exists even if empty
6
+ - chore: linters: limit to known directories
7
+
1
8
## v3.16.00 - 2024/04/10
2
9
- feat: support hardware-based Secure Keys (FIDO2) for ingress authentication
3
10
- enh: remove netcat dependency by using perl builtins
Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ See the ``--help`` for a more fine-grained upgrade path if needed.
27
27
Version-specific upgrade instructions
28
28
=====================================
29
29
30
+ v3.16.01 - 2024/04/17
31
+ *********************
32
+
33
+ No specific upgrade instructions.
34
+
30
35
v3.16.00 - 2024/04/10
31
36
*********************
32
37
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use common::sense;
5
5
use Fcntl;
6
6
use POSIX qw( strftime) ;
7
7
8
- our $VERSION = ' 3.16.00 ' ;
8
+ our $VERSION = ' 3.16.01 ' ;
9
9
10
10
BEGIN {
11
11
# only used by the handler below
You can’t perform that action at this time.
0 commit comments