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 4, 2025
1 parent 725abc4 commit 3927fdc
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
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
22 changes: 22 additions & 0 deletions doc/release-notes/v3.19.01.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# :zap: Security

- No security fixes since previous release
- Oldest release with no known [security issue](https://github.com/ovh/the-bastion/security/advisories) is `v3.14.15` (2023-11-08)

# :bulb: Highlights

This release adds the possibility to allow plain HTTP on the egress side of the bastion HTTPS proxy.

Of course, this feature is disabled by default, and you must allow it explicitely if your business constraints force you to. To this effect, you may specify the [allowed_egress_protocols](https://ovh.github.io/the-bastion/administration/configuration/osh-http-proxy_conf.html#allowed-egress-protocols) option of the ``osh-http-proxy.conf`` file.

A more complete list of changes can be found below, for an exhaustive (and boring) list, please refer to the [commit log](https://github.com/ovh/the-bastion/compare/v3.19.00...v3.19.01).

# :pushpin: Changes
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)

# :fast_forward: Upgrading

- [General upgrade instructions](https://ovh.github.io/the-bastion/installation/upgrading.html)
- [Specific upgrade instructions for v3.19.01](https://ovh.github.io/the-bastion/installation/upgrading.html#v3-19-01-2025-03-04)
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

0 comments on commit 3927fdc

Please sign in to comment.