Skip to content

loggregator/84

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

Release Notes

Important Notice * This release requires if_link functionality only available in the latest bosh director. Older bosh directors do not support this functionality. * This release changes the service discovery behavior of Traffic Controller. If you change the number of instances of doppler, your Traffic Controllers will be restarted resulting in disruption in Firehose throughput. * 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

Changelog: - Trafficcontroller now allows for static configuration of Dopplers via bosh links. - Replace log line with metric in hot doppler code path. - Set cookie endpoint no longer sets cookie on invalid requests.

Usage

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

- name: "loggregator"
  version: "84"
  url: "https://bosh.io/d/github.com/cloudfoundry/loggregator?v=84"
  sha1: "9c22cb6656e221875ec54d2354eb3d5014bc2b26"

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

bosh upload-release --sha1 9c22cb6656e221875ec54d2354eb3d5014bc2b26 \
  "https://bosh.io/d/github.com/cloudfoundry/loggregator?v=84"

Jobs

Packages