mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-01 13:01:53 +08:00
bump to v3.01.99-rc2
This commit is contained in:
parent
c6446495aa
commit
36d0c709db
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
## v3.01.99-rc2 - 2021/01/12
|
||||
- fix: re-introduce the ttyrecfile field (fixes #114)
|
||||
- fix: logs: sql dbname was not properly passed through the update logs func (fixes #114)
|
||||
- doc: upgrade: add a note about config normalization
|
||||
- chore: fix: documentation build was missing a prereq
|
||||
|
||||
## v3.01.99-rc1 - 2021/01/12
|
||||
- feat: add support for a PIV-enforced policy (see https://ovh.github.io/the-bastion/using/piv)
|
||||
- feat: revamp logs (see the UPGRADING section of the documentation)
|
||||
|
|
|
@ -5,7 +5,7 @@ use common::sense;
|
|||
use Fcntl;
|
||||
use POSIX qw(strftime);
|
||||
|
||||
our $VERSION = '3.01.99-rc1';
|
||||
our $VERSION = '3.01.99-rc2';
|
||||
|
||||
BEGIN {
|
||||
# only used by the handler below
|
||||
|
|
Loading…
Reference in a new issue