Skip to content

loggregator/81

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

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

Changelog: - Property changes: - New property: doppler.deployment can now be used to override spec.deployment value. This fixes the breaking change discovered in Loggregator 80 - doppler.zone can now be used to override spec.az value. - metron_agent.zone can now be used to override spec.az value. - metron_agent.deploy can now be used to override spec.deployment value. - Fix deadlock in truncating buffer

Usage

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

- name: "loggregator"
  version: "81"
  url: "https://bosh.io/d/github.com/cloudfoundry/loggregator?v=81"
  sha1: "603118517d9123f18b5c5c1e1d9be5bfef3d142e"

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

bosh upload-release --sha1 603118517d9123f18b5c5c1e1d9be5bfef3d142e \
  "https://bosh.io/d/github.com/cloudfoundry/loggregator?v=81"

Jobs

Packages