Skip to content

Commit 01690e8

Browse files
committed
bump to v3.03.99-rc2
1 parent ecee68c commit 01690e8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

doc/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v3.03.99-rc2 - 2021/06/30
2+
- OS support: /!\ drop EOL OSes: Debian 8, Ubuntu 14.04, OpenSUSE 15.0/15.1, add OpenSUSE 15.3
3+
- feat: add admin and super owner accounts list in `info` plugin (#206)
4+
- enh: replace bool 'allowUTF8' (introduced in rc1) by 'fanciness' enum
5+
- enh: tests: refactor the framework for more maintainability
6+
- fix: `setup-first-admin-account.sh`: support to add several admins (#202)
7+
- fix: use local `$\_` before `while(<>)` loops
8+
- doc: added a lot of new content
9+
- doc: `clush`: document `--user` and `--port`
10+
- doc: several other fixes here and there
11+
112
## v3.03.99-rc1 - 2021/06/03
213
- enh: `osh-orphaned-homedir.sh`: add more security checks to ensure we don't archive still-used home dirs
314
- enh: install.inc: try harder to hit GitHub API in CI

lib/perl/OVH/Bastion.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use common::sense;
55
use Fcntl;
66
use POSIX qw(strftime);
77

8-
our $VERSION = '3.03.99-rc1';
8+
our $VERSION = '3.03.99-rc2';
99

1010
BEGIN {
1111
# only used by the handler below

0 commit comments

Comments
 (0)