Skip to content

Commit

Permalink
release v3.19.01
Browse files Browse the repository at this point in the history
  • Loading branch information
speed47 committed Mar 5, 2025
1 parent f79b186 commit c83add8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions doc/sphinx/installation/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
*********************

Expand Down
2 changes: 1 addition & 1 deletion lib/perl/OVH/Bastion.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/tests.d/500-http-proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c83add8

Please sign in to comment.