mirror of
https://github.com/ovh/the-bastion.git
synced 2025-09-05 04:24:11 +08:00
release v3.05.01
This commit is contained in:
parent
b58388a3d9
commit
b5c5d9d5ee
3 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
## v3.05.01 - 2021/09/22
|
||||
- feat: add ``--proactive-mfa`` and ``mfa``/``nofa`` interactive commands
|
||||
- feat: ``osh-backup-acl-keys``: add the possibility to sign encrypted backups (#209)
|
||||
- doc: add help about the interactive builtin commands (#227)
|
||||
|
||||
## v3.05.00 - 2021/09/13
|
||||
- feat: support ``pam_faillock`` for Debian 11 (#163)
|
||||
- feat: add ``--fallback-password-delay`` (3) for ssh password autologin
|
||||
|
|
|
@ -24,6 +24,11 @@ Note that if you're using an infrastructure automation tool such as Puppet, Ansi
|
|||
Version-specific upgrade instructions
|
||||
=====================================
|
||||
|
||||
v3.05.01 - 2021/09/22
|
||||
*********************
|
||||
|
||||
In the configuration of the ``osh-backup-acl-keys`` script, a signing key can now be specified so that the backups are signed by the bastion key in addition to being encrypted to the admin(s) key(s). By default, the behaviour is the same as before: encrypt but not sign.
|
||||
|
||||
v3.05.00 - 2021/09/14
|
||||
*********************
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ use common::sense;
|
|||
use Fcntl;
|
||||
use POSIX qw(strftime);
|
||||
|
||||
our $VERSION = '3.05.00';
|
||||
our $VERSION = '3.05.01';
|
||||
|
||||
BEGIN {
|
||||
# only used by the handler below
|
||||
|
|
Loading…
Add table
Reference in a new issue