diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index c693c298b..56b511a64 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,8 @@ +## v3.19.01 - 2025/03/04 +- feat: httpproxy: optional support for plain http on egress +- fix: selfPlaySession: warn in syslog properly +- chore: github actions: replace ubuntu 20.04 by 24.04 (EOL) + ## v3.19.00 - 2025/02/25 - feat: add agent forwarding support on egress side - feat: add undocumented rename-account.sh and modify osh-orphaned-homedir.sh accordingly diff --git a/doc/sphinx/installation/upgrading.rst b/doc/sphinx/installation/upgrading.rst index 0cc16a1cd..402cdf3ec 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.19.01 - 2025/03/04 +********************* + +No specific upgrade instructions. + v3.19.00 - 2025/02/25 ********************* diff --git a/lib/perl/OVH/Bastion.pm b/lib/perl/OVH/Bastion.pm index a857a1698..f0d3ec291 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.19.00'; +our $VERSION = '3.19.01'; BEGIN { # only used by the handler below diff --git a/tests/functional/tests.d/500-http-proxy.sh b/tests/functional/tests.d/500-http-proxy.sh index 15268408f..a9d9fc04b 100644 --- a/tests/functional/tests.d/500-http-proxy.sh +++ b/tests/functional/tests.d/500-http-proxy.sh @@ -250,7 +250,7 @@ testsuite_proxy() success force_restart $r0 "\"ps -U proxyhttp -o pid,command | grep -v PID | awk '{print \\\$1}' | xargs -r kill; true\"" if [ "$COUNTONLY" != 1 ]; then # wait for target_role.sh to restart the daemon - sleep 2 + sleep 4 fi # when daemon will restart, it'll log stuff, ignore it