Skip to content

loggregator/83

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

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

Change Log - Bump gorilla/websocket and cloudfoundry/noaa - Emit listeners.totalReceivedMessageCount , doppler.shedEnvelopes and TruncatingBuffer.totalDroppedMessages at a consistent interval. - Verify metron agent process is stopped before restarting

Usage

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

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

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

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

Jobs

Packages