release v3.05.01

This commit is contained in:
Stéphane Lesimple 2021-09-21 16:27:41 +00:00 committed by Stéphane Lesimple
parent b58388a3d9
commit b5c5d9d5ee
3 changed files with 11 additions and 1 deletions

View file

@ -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

View file

@ -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
*********************

View file

@ -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