Merge pull request #91 from ovh/bump

release v3.01.03
This commit is contained in:
Stéphane Lesimple 2020-12-15 14:25:07 +01:00 committed by GitHub
commit a8423c87aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 1 deletions

View file

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

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.01.03 - 2020/12/15
*********************
No specific upgrade instructions.
v3.01.02 - 2020/12/08
*********************

View file

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