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
haproxy
job now supports consuming links for backends. You can provide it thehttp_backend
link, to control the default http/https backend. You can also give it an additionaltcp_backend
link to add in a tcp-backend that uses links. If your link doesn’t support providing theport
property, the job fails back toha_proxy.tcp_link_port
andha_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: "98ec4d0571b5fccb975eab3ed5e40842e35b8daa"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 98ec4d0571b5fccb975eab3ed5e40842e35b8daa \ "https://bosh.io/d/github.com/cloudfoundry-incubator/haproxy-boshrelease?v=8.1.1"