Skip to content

v8.4.0

Compare
Choose a tag to compare
@starkandwayne-bot starkandwayne-bot released this 21 Aug 14:32
· 1116 commits to master since this release

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