Skip to content

haproxy/8.1.1

You can find the source of this version on GitHub at cloudfoundry-community/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 the http_backend link, to control the default http/https backend. You can also give it an additional tcp_backend link to add in a tcp-backend that uses links. If your link doesn’t support providing the port property, the job fails back to ha_proxy.tcp_link_port and ha_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-community/haproxy-boshrelease?v=8.1.1"
  sha1: "e65cff93c115fa3e19bdc7291c24b3dc8fa3b937"

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

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

Jobs

Packages