Skip to content

loggregator/80

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

Release Notes

Breaking Changes - This release unintentionally introduces an override that breaks a common convention for nozzles. This is fixed in Loggregator v81 - 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: - Deprecations: - Removed statsd-injector. - Bug fix: - Load balancing for metron now randomizes which doppler it connects to. - Property changes: - Traffic Controller now requires the property loggregator.uaa.client_secret. This replaces the deprecated property uaa.clients.doppler.secret. - Metron now gets its deployment information from bosh and falls back to the property metron_agent.deployment

Usage

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

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

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

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

Jobs

Packages