Skip to content

loggregator/73

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

Release Notes

Important Notices

We are deprecating the use of the following debug flags. These flags use the gosteno library and produce debug logs for every single log and metric event. this hides useful debug information produced without a flag. The deprecated flags are - traffic_controller.debug - doppler.debug - metron_agent.debug - syslog_drain_binder.debug

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

New Features

  • Improved deploy time by using precompiled blobs

Usage

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

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

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

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

Jobs

Packages