mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-01 13:01:53 +08:00
bump to v3.01.99-rc4
This commit is contained in:
parent
5d36e820ca
commit
a913c5aa8a
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
## v3.01.99-rc4 - 2021/01/25
|
||||
- fix: admins no longer inherited superowner powers (since rc1)
|
||||
|
||||
## v3.01.99-rc3 - 2021/01/21
|
||||
- feat: `rootListIngressKeys`: look for all well-known authkeys files
|
||||
- feat: add `--(in|ex)clude` filters to `groupList` and `accountList`
|
||||
|
|
|
@ -5,7 +5,7 @@ use common::sense;
|
|||
use Fcntl;
|
||||
use POSIX qw(strftime);
|
||||
|
||||
our $VERSION = '3.01.99-rc3';
|
||||
our $VERSION = '3.01.99-rc4';
|
||||
|
||||
BEGIN {
|
||||
# only used by the handler below
|
||||
|
|
Loading…
Reference in a new issue