Skip to content

Commit

Permalink
release v3.04.00
Browse files Browse the repository at this point in the history
  • Loading branch information
speed47 committed Jul 2, 2021
1 parent d3f323d commit a447662
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v3.04.00 - 2021/07/02
No changes since rc2.

## v3.03.99-rc2 - 2021/06/30
- OS support: /!\ drop EOL OSes: Debian 8, Ubuntu 14.04, OpenSUSE 15.0/15.1, add OpenSUSE 15.3
- feat: add admin and super owner accounts list in `info` plugin (#206)
Expand Down
10 changes: 10 additions & 0 deletions doc/sphinx/installation/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ Note that if you're using an infrastructure automation tool such as Puppet, Ansi
Version-specific upgrade instructions
=====================================

v3.04.00 - 2021/07/02
*********************

The upgrade path from the preceding version is straightforward, however there are a few changes that you might want to be aware of before hitting the upgrade button:

- Some EOL OSes have been dropped: Debian 8, Ubuntu 14.04, OpenSUSE 15.0 and 15.1.
This means that while the software might still work, theses OSes are no longer part of the tests and might break in any future upgrade.

- The default logging level of the :doc:`/using/http_proxy` has been decreased. If you want to keep full requests and responses logging, check the :doc:`log_request_response and log_request_response_max_size </administration/configuration/osh-http-proxy_conf>` configuration options.

v3.03.01 - 2021/03/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.03.99-rc2';
our $VERSION = '3.04.00';

BEGIN {
# only used by the handler below
Expand Down

0 comments on commit a447662

Please sign in to comment.