Skip to content

loggregator/74

You can find the source of this version on GitHub at cloudfoundry/loggregator. It was created based on the commit f4f16a7.

Release Notes

Important Note This version of Loggregator restricts ciphers to use only the following 4 ciphers. This is a breaking change for some operators and a configurable property for opting into more cipher suites was introduced in Loggregator 85

TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384

Bug Fixes: - Fixed an issue when metron failsover to UDP if provided with invalid certs. TrafficController and Doppler no longer panic if provided with invalid certs. - Corrected faulty use of --debug flag from metron_agent_windows job. - As part of validating certs we erroneously assume certs should have clientAuth value set for extended key usage.

Usage

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

- name: "loggregator"
  version: "74"
  url: "https://bosh.io/d/github.com/cloudfoundry/loggregator?v=74"
  sha1: "7e640c88426fc2e0e7aa2a4cf43997f51659f8c7"

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

bosh upload-release --sha1 7e640c88426fc2e0e7aa2a4cf43997f51659f8c7 \
  "https://bosh.io/d/github.com/cloudfoundry/loggregator?v=74"

Jobs

Packages