Skip to content

loggregator/76

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

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

Features - Removal of statsd-injector and other refactoring - Removal of “blobify” scripts for deploying as binaries - Emission of new metrics for loggregator api v2 envelopes - Addition of ring-buffer “diode” to metron

Usage

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

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

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

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

Jobs

Packages