This repository has been archived by the owner on Jun 27, 2022. It is now read-only.
Releases: dpb587/openvpn-bosh-release
Releases · dpb587/openvpn-bosh-release
openvpn/5.8.0
openvpn/5.7.0
openvpn/5.6.0
openvpn/5.5.0
openvpn/5.4.0
Enhancements
- Improve the hosted documentation site.
Bug Fixes
- Fix suggested
compress
algorithm property values (#20). - Update deployment manifest examples for use of BOSH v2 manifests and recent artifacts (#19).
Upgrades
- openssl 1.1.1c (changelog; was 1.1.1b)
openvpn/5.3.0
openvpn/5.2.0
Upgrades
- openssl 1.1.1a (changelog; was 1.1.0h)
Development
- pipeline/automation improvements
- switch to terraform resource and credential management
openvpn/5.1.0
Upgrades
- openvpn 2.4.6 (changelog; was 2.4.5)
Development
- switch upgrader to use dynamic-metalink
- refactor pipeline to reuse bosh-release
- add testing for Ubuntu Xenial stemcells
v5.0.0
Breaking Changes
- the
openvpn
job will now always push thecompress
property to clients, when configured (push_compress
property has been removed)
New Features
- the
compress
algorithm will now, by default, be automatically determined based on client compatibility (this adds implicit support for older, 2.3 clients) - the
openvpn-client
job can now be configured with a staticusername
andpassword
Upgrades
- openvpn 2.4.5 (was 2.4.4)
- openssl 1.1.0h (was 1.1.0g)
Development
- add job template testing
- move artifacts into a separate
artifacts
branch - add dev/beta/rc/stable channels for external consumption