Skip to content

Commit ee149cb

Browse files
authored
release v3.13.01 (#410)
1 parent 8532a85 commit ee149cb

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

doc/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v3.13.01 - 2023/08/22
2+
- enh: setup-gpg.sh: create additional backup signing config with --generate
3+
- fix: clush: restore default handlers for SIGHUP/PIPE
4+
- doc: add JSON API and MFA documentations
5+
16
## v3.13.00 - 2023/07/28
27
- enh: use ttyrec instead of sqlite to record plugin output
38
- fix: selfMFASetupPassword: restore default sighandlers to avoid being zombified

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.13.01 - 2023/08/22
31+
*********************
32+
33+
No specific upgrade instructions.
34+
3035
v3.13.00 - 2023/07/28
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.13.00';
8+
our $VERSION = '3.13.01';
99

1010
BEGIN {
1111
# only used by the handler below

0 commit comments

Comments
 (0)