haproxy/8.4.1
            You can find the source of this version on GitHub at cloudfoundry-community/haproxy-boshrelease. It was created based on the commit 8900e82.
          
Release Notes¶
Bug Fixes
- Resolved an issue where certs specified using the new cert_chainandprivate_keywould result in an invalid cert file, if a newline wasn’t provided in thecert_chainvalue. Leading + trailing whitespace are now removed, and the newline is added for you.
- When using links for the TCP backend, the health_check_httpproperty is now consumed, to set up an HTTP health check for the backend. If not there, it will fail to the defaultha_proxy.tcp_link_health_check_httpvalue (or if that isn’t present, no health check is enabled)
Acknowledgements
Thanks @ryanmoran and @philippthun for the fixes!
Deployment
releases:
- name: haproxy
  version: 8.4.1
  url: https://github.com/cloudfoundry-incubator/haproxy-boshrelease/releases/download/v8.4.1/haproxy-8.4.1.tgz
  sha1: 3b860b9a12ac94ea9e9f9f6ad7ec7b58becd0e7a
Usage¶
You can reference this release in your deployment manifest from the releases section:
- name: "haproxy" version: "8.4.1" url: "https://bosh.io/d/github.com/cloudfoundry-community/haproxy-boshrelease?v=8.4.1" 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.4.1"