mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-01 13:01:53 +08:00
release v3.02.00
This commit is contained in:
parent
724ee2bb7a
commit
d430c602bf
3 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
|||
## v3.02.00 - 2021/02/01
|
||||
- no functional change since rc4, this version ends the rc cycle and is considered stable
|
||||
|
||||
## v3.01.99-rc4 - 2021/01/25
|
||||
- fix: admins no longer inherited superowner powers (since rc1)
|
||||
|
||||
|
|
|
@ -24,8 +24,8 @@ Note that if you're using an infrastructure automation tool such as Puppet, Ansi
|
|||
Version-specific upgrade instructions
|
||||
=====================================
|
||||
|
||||
v3.02.00 - not yet released
|
||||
***************************
|
||||
v3.02.00 - 2021/02/01
|
||||
*********************
|
||||
|
||||
The upgrade path from the preceding version is straightforward, however there are a few changes that you might want to be aware of before hitting the upgrade button:
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ use common::sense;
|
|||
use Fcntl;
|
||||
use POSIX qw(strftime);
|
||||
|
||||
our $VERSION = '3.01.99-rc4';
|
||||
our $VERSION = '3.02.00';
|
||||
|
||||
BEGIN {
|
||||
# only used by the handler below
|
||||
|
|
Loading…
Reference in a new issue