haproxy/8.1.1
You can find the source of this version on GitHub at cloudfoundry-incubator/haproxy-boshrelease. It was created based on the commit 1f1054c8.
Release Notes¶
Link Support
- The
haproxyjob now supports consuming links for backends. You can provide it thehttp_backendlink, to control the default http/https backend. You can also give it an additionaltcp_backendlink to add in a tcp-backend that uses links. If your link doesn’t support providing theportproperty, the job fails back toha_proxy.tcp_link_portandha_proxy.backend_port, depending on which link is in play.
Acknowledgements
Many thanks to @rkoster for bringing link support to haproxy-boshrelease!
Usage¶
You can reference this release in your deployment manifest from the releases section:
- name: "haproxy" version: "8.1.1" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/haproxy-boshrelease?v=8.1.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-incubator/haproxy-boshrelease?v=8.1.1"