Skip to content

Commit 4b781b8

Browse files
committed
release v3.16.01
1 parent 8c35c27 commit 4b781b8

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

doc/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
## v3.16.00 - 2024/04/10
29
- feat: support hardware-based Secure Keys (FIDO2) for ingress authentication
310
- enh: remove netcat dependency by using perl builtins

doc/sphinx/installation/upgrading.rst

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ See the ``--help`` for a more fine-grained upgrade path if needed.
2727
Version-specific upgrade instructions
2828
=====================================
2929

30+
v3.16.01 - 2024/04/17
31+
*********************
32+
33+
No specific upgrade instructions.
34+
3035
v3.16.00 - 2024/04/10
3136
*********************
3237

lib/perl/OVH/Bastion.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use common::sense;
55
use Fcntl;
66
use POSIX qw(strftime);
77

8-
our $VERSION = '3.16.00';
8+
our $VERSION = '3.16.01';
99

1010
BEGIN {
1111
# only used by the handler below

0 commit comments

Comments
 (0)