Skip to content

loggregator/92

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

Release Notes

Changelog * Made TLS clients more permissive when it comes to cipher suites. * Select strict defaults for cipher suites for TLS servers. * Changed the way cipher suites are configured for TLS servers. * Use SHA2 for releases moving forward. * Decrease memory usage in reverse log proxy by deprecating multi-type tags and adding string value tags. * Metron emits a new metric with the average envelope size over a 60 second period.

Usage

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

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

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

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

Jobs

Packages