From 5e5e906f2238beff5fbf2f32b045289996361728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Wed, 25 Sep 2024 09:00:25 +0000 Subject: [PATCH] release v3.16.99-rc3 --- doc/CHANGELOG.md | 3 +++ doc/sphinx/installation/upgrading.rst | 2 +- lib/perl/OVH/Bastion.pm | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index eca82c202..f1c787845 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,6 @@ +## v3.16.99-rc3 - 2024/09/25 +fix: regression introduced by 932e72e (rc1) for stealth stdout in ssh + ## v3.16.99-rc2 - 2024/09/17 feat: add rsync support through the ``--protocol rsync`` option in all plugins feat: add ``--egress-session-multiplexing`` option to ``accountModify`` diff --git a/doc/sphinx/installation/upgrading.rst b/doc/sphinx/installation/upgrading.rst index 22cd70223..06ed9ac1e 100644 --- a/doc/sphinx/installation/upgrading.rst +++ b/doc/sphinx/installation/upgrading.rst @@ -27,7 +27,7 @@ See the ``--help`` for a more fine-grained upgrade path if needed. Version-specific upgrade instructions ===================================== -v3.16.99-rc2 - 2024/09/17 +v3.16.99-rc3 - 2024/09/25 ************************* This release drops support for Ubuntu 16.04 and CentOS 7. If you're still using these EOL OS releases (which is diff --git a/lib/perl/OVH/Bastion.pm b/lib/perl/OVH/Bastion.pm index 49678b52b..43b010d69 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.16.99-rc2'; +our $VERSION = '3.16.99-rc3'; BEGIN { # only used by the handler below