Skip to content

Commit

Permalink
release v3.16.01
Browse files Browse the repository at this point in the history
  • Loading branch information
speed47 committed May 22, 2024
1 parent 8c35c27 commit 4b781b8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
7 changes: 7 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions doc/sphinx/installation/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
*********************

Expand Down
2 changes: 1 addition & 1 deletion lib/perl/OVH/Bastion.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b781b8

Please sign in to comment.