haproxy/8.1.0
            You can find the source of this version on GitHub at cloudfoundry-community/haproxy-boshrelease. It was created based on the commit fd70f6d0.
          
Release Notes¶
Improvements
- Removed RC4 ciphers from the default cipher suite
- Added HSTS support via the ha_proxy.enable_hsts,ha_proxy.hsts_include_subdomains,ha_proxy.hsts_preload, andha_proxy.hsts_max_ageproperties. HSTS is off by default.
- Added support for disabling TLS tickets to improve Forward Secrecy, via - ha_proxy.disable_tls_tickets. TLS tickets are disabled by default
- Updated haproxy to v1.6.12 (from 1.6.10) 
- Updated pcre to v8.40 (from 8.36) 
- Updated socat to v1.7.3.2 (from 1.7.3.1) 
Acknowledgements
- Many thanks to @lcacciagioni for his work on these SSL improvements!
Usage¶
You can reference this release in your deployment manifest from the releases section:
- name: "haproxy" version: "8.1.0" url: "https://bosh.io/d/github.com/cloudfoundry-community/haproxy-boshrelease?v=8.1.0" sha1: sha256:
Or upload it to your director with the upload-release command:
bosh upload-release --sha1=sha256: \ "https://bosh.io/d/github.com/cloudfoundry-community/haproxy-boshrelease?v=8.1.0"