diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index a6c66f7..1e5324d 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -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) diff --git a/doc/sphinx/installation/upgrading.rst b/doc/sphinx/installation/upgrading.rst index 26f1551..71e71a6 100644 --- a/doc/sphinx/installation/upgrading.rst +++ b/doc/sphinx/installation/upgrading.rst @@ -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 ` configuration options. + v3.03.01 - 2021/03/25 ********************* diff --git a/lib/perl/OVH/Bastion.pm b/lib/perl/OVH/Bastion.pm index 87eae7e..834cec5 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.03.99-rc2'; +our $VERSION = '3.04.00'; BEGIN { # only used by the handler below