mirror of
https://github.com/ovh/the-bastion.git
synced 2025-09-06 13:04:22 +08:00
commit
a8423c87aa
3 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
## v3.01.03 - 2020/12/15
|
||||
- fix: sudogen: don't check for account/groups validity too much when deleting them (fixes #86)
|
||||
- fix: guests: get rid of ghost guest accesses in corner cases (fixes internal ticket)
|
||||
- fix: osh.pl: plugin_config 'disabled' key is a boolean
|
||||
- chore: speedup tests by ~20%
|
||||
- chore: osh-accountDelete: fix typo
|
||||
|
||||
## v3.01.02 - 2020/12/08
|
||||
- fix: is_valid_remote_user: extend allowed size from 32 to 128
|
||||
- feat: add support for CentOS 8.3
|
||||
|
|
|
@ -24,6 +24,11 @@ Note that if you're using an infrastructure automation tool such as Puppet, Ansi
|
|||
Version-specific upgrade instructions
|
||||
=====================================
|
||||
|
||||
v3.01.03 - 2020/12/15
|
||||
*********************
|
||||
|
||||
No specific upgrade instructions.
|
||||
|
||||
v3.01.02 - 2020/12/08
|
||||
*********************
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ use common::sense;
|
|||
use Fcntl;
|
||||
use POSIX qw(strftime);
|
||||
|
||||
our $VERSION = '3.01.02';
|
||||
our $VERSION = '3.01.03';
|
||||
|
||||
BEGIN {
|
||||
# only used by the handler below
|
||||
|
|
Loading…
Add table
Reference in a new issue