Skip to content

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_chain and private_key would result in an invalid cert file, if a newline wasn’t provided in the cert_chain value. Leading + trailing whitespace are now removed, and the newline is added for you.
  • When using links for the TCP backend, the health_check_http property is now consumed, to set up an HTTP health check for the backend. If not there, it will fail to the default ha_proxy.tcp_link_health_check_http value (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: "6158a46d2a1004552d017f181082cbc93c6c84fe"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 6158a46d2a1004552d017f181082cbc93c6c84fe \
  "https://bosh.io/d/github.com/cloudfoundry-community/haproxy-boshrelease?v=8.4.1"

Jobs

Packages