mirror of https://github.com/ovh/the-bastion
parent
d2c8f46f56
commit
2851d6f42c
@ -0,0 +1,25 @@
|
||||
# :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 drops official support for Ubuntu 18.04. Consequently, we upped the minimum required version of Perl to v5.26 (released in 2017).
|
||||
|
||||
The main change is the support of arbitrary binary data passed through the HTTPS proxy, hence if you use it, restarting the daemon after the upgrade is important.
|
||||
|
||||
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.01...v3.20.00).
|
||||
|
||||
# :pushpin: Changes
|
||||
- chg: deprecate Ubuntu 18.04, up required perl version to v5.26
|
||||
- enh: ensure JSON streams are purely us-ascii
|
||||
- fix: httpproxy: allow binary data to be passed through unmodified
|
||||
- chore: dockerhub: remove i386 build, no longer supported by yubico-piv-checker builds
|
||||
- chore: fix yubico-piv-checker package name since 1.0.2
|
||||
- chore: workflows: allow manual launch of distro tests
|
||||
|
||||
# :fast_forward: Upgrading
|
||||
|
||||
- [General upgrade instructions](https://ovh.github.io/the-bastion/installation/upgrading.html)
|
||||
- [Specific upgrade instructions for v3.20.00](https://ovh.github.io/the-bastion/installation/upgrading.html#v3-20-00-2025-03-25)
|
||||
Loading…
Reference in new issue