Skip to content

haproxy/8.4.0

You can find the source of this version on GitHub at cloudfoundry-community/haproxy-boshrelease. It was created based on the commit c128652.

Release Notes

New Features

  • ssl_pem now has additional support for supplying custom cert chains associated with each certificate. It can still be specified as a single block of text, and array of private keys. The newly supported format looks something like this:

    ssl_pem:
    - private_key: |
      -----BEGIN RSA PRIVATE KEY-----
      key here
      -----END RSA PRIVATE KEY-----
    cert_chain: |
      -----BEGIN CERTIFICATE-----
      cert here
      -----END CERTIFICATE-----
      -----BEGIN CERTIFICATE-----
      cert here
      -----END CERTIFICATE-----
    

Acknowledgements

Thanks @Nino-K and @flawedmatrix for the new feature!

Deployment

releases:
- name: haproxy
  version: 8.4.0
  url: https://github.com/cloudfoundry-incubator/haproxy-boshrelease/releases/download/v8.4.0/haproxy-8.4.0.tgz
  sha1: a3a911f0cf8e672b27c6cb16318fd8c7c77f5bde

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "haproxy"
  version: "8.4.0"
  url: "https://bosh.io/d/github.com/cloudfoundry-community/haproxy-boshrelease?v=8.4.0"
  sha1: "c14bd7683c04ea9802deb209b7ac648c8ea57712"

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

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

Jobs

Packages