From 86d907acb61b130eb2756a5d387bd9f675cac9db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Fri, 17 Feb 2023 13:06:52 +0000 Subject: [PATCH] release v3.10.00 --- doc/CHANGELOG.md | 8 ++++++++ doc/sphinx/installation/upgrading.rst | 5 +++++ lib/perl/OVH/Bastion.pm | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 5306587..88d6dd4 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,11 @@ +## v3.10.00 - 2023/02/17 +- feat: add accountFreeze/accountUnfreeze commands +- enh: accountInfo: add --no-password-info and --no-output options +- enh: more precise matching of ssh client error messages +- enh: osh.pl: add the account name on each error message +- fix: invalid suffixed account creation (#357) +- chore: generate-sudoers.sh: sort alphabetically + ## v3.09.02 - 2022/11/15 - fix: execute: rare race condition introduced in v3.09.01 - fix: basic mitigation for scp's CVE-2020-15778 (upstream doesn't consider it a bug) diff --git a/doc/sphinx/installation/upgrading.rst b/doc/sphinx/installation/upgrading.rst index 1d743be..9927551 100644 --- a/doc/sphinx/installation/upgrading.rst +++ b/doc/sphinx/installation/upgrading.rst @@ -27,6 +27,11 @@ See the ``--help`` for a more fine-grained upgrade path if needed. Version-specific upgrade instructions ===================================== +v3.10.00 - 2023/02/17 +********************* + +No specific upgrade instructions. + v3.09.02 - 2022/11/15 ********************* diff --git a/lib/perl/OVH/Bastion.pm b/lib/perl/OVH/Bastion.pm index ed5c55c..17059b5 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.09.02'; +our $VERSION = '3.10.00'; BEGIN { # only used by the handler below