mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-01 13:01:53 +08:00
release v3.04.00
This commit is contained in:
parent
d3f323d0c6
commit
a447662cfd
3 changed files with 14 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
*********************
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue