From a913c5aa8a1f506598959ed4594f0e14a1776236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Mon, 25 Jan 2021 10:57:09 +0000 Subject: [PATCH] bump to v3.01.99-rc4 --- doc/CHANGELOG.md | 3 +++ lib/perl/OVH/Bastion.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 5f64f8a..ae4f477 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,6 @@ +## v3.01.99-rc4 - 2021/01/25 +- fix: admins no longer inherited superowner powers (since rc1) + ## v3.01.99-rc3 - 2021/01/21 - feat: `rootListIngressKeys`: look for all well-known authkeys files - feat: add `--(in|ex)clude` filters to `groupList` and `accountList` diff --git a/lib/perl/OVH/Bastion.pm b/lib/perl/OVH/Bastion.pm index a088991..6813cb3 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.01.99-rc3'; +our $VERSION = '3.01.99-rc4'; BEGIN { # only used by the handler below