From 01690e811101ec7ae32172efbf8966663c3e4dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Wed, 30 Jun 2021 13:55:41 +0000 Subject: [PATCH] bump to v3.03.99-rc2 --- doc/CHANGELOG.md | 11 +++++++++++ lib/perl/OVH/Bastion.pm | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 3a18a49..a6c66f7 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,14 @@ +## v3.03.99-rc2 - 2021/06/30 +- OS support: /!\ drop EOL OSes: Debian 8, Ubuntu 14.04, OpenSUSE 15.0/15.1, add OpenSUSE 15.3 +- feat: add admin and super owner accounts list in `info` plugin (#206) +- enh: replace bool 'allowUTF8' (introduced in rc1) by 'fanciness' enum +- enh: tests: refactor the framework for more maintainability +- fix: `setup-first-admin-account.sh`: support to add several admins (#202) +- fix: use local `$\_` before `while(<>)` loops +- doc: added a lot of new content +- doc: `clush`: document `--user` and `--port` +- doc: several other fixes here and there + ## v3.03.99-rc1 - 2021/06/03 - enh: `osh-orphaned-homedir.sh`: add more security checks to ensure we don't archive still-used home dirs - enh: install.inc: try harder to hit GitHub API in CI diff --git a/lib/perl/OVH/Bastion.pm b/lib/perl/OVH/Bastion.pm index 86ee9c9..87eae7e 100644 --- a/lib/perl/OVH/Bastion.pm +++ b/lib/perl/OVH/Bastion.pm @@ -5,7 +5,7 @@ use common::sense; use Fcntl; use POSIX qw(strftime); -our $VERSION = '3.03.99-rc1'; +our $VERSION = '3.03.99-rc2'; BEGIN { # only used by the handler below