Skip to content

Releases: cloudfoundry/loggregator-release

Loggregator 76

06 Feb 22:17

Choose a tag to compare

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

Loggregator 75

24 Jan 21:15

Choose a tag to compare

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

New Features

  • Defined v2 envelope for gRPC see Loggregator API repo
  • Exposed new input into doppler using v2 Loggregator API
  • Converted v2 to v1 envelopes in doppler

Loggregator 74.0.2

17 Jan 18:58

Choose a tag to compare

BUG FIXES

  • Includes blobs for cf-deployment

Loggregator 74.0.1

13 Jan 23:13

Choose a tag to compare

Bug Fix

  • Removed validation against extended key usage is breaking cf-deployment

Loggregator v74

13 Jan 21:38

Choose a tag to compare

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

Bug Fixes:

  • Fixed an issue when metron failsover to UDP if provided with invalid certs. TrafficController and Doppler no longer panic if provided with invalid certs.
  • Corrected faulty use of --debug flag from metron_agent_windows job.
  • As part of validating certs we erroneously assume certs should have clientAuth value set for extended key usage.

Loggregator 73.0.1

17 Jan 18:58

Choose a tag to compare

BUG FIX

This minor version upgrade fixes a reference to the now deprecated debug flags.

Loggregator 73

04 Jan 22:22

Choose a tag to compare

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

Loggregator 72

08 Sep 15:29

Choose a tag to compare

Important Notice - New Certificates Required for gRPC Transport

In order to secure the transport of log messages going forward Loggregator will require Metron cert & key as well as the Loggregator CA cert. You won't be able to deploy the this and future versions of Loggregator if you don't have these configured. See our README with specifics for generating and setting up your certs.

Important Notice - Cipher Suite Restrictions

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

Important Notice - ETCD Removal

This release removes etcd from metron. You no longer need to include etcd in your release if you are colocating metron.

New Features

  • Improved service discovery for Dopplers by removing etcd from metron
  • Encrypted log transport Metron->Doppler (via gRPC)
  • Pooled connections from Metron->Doppler (via gRPC)
  • Changed retry strategy for connecting to with etcd in doppler

Loggregator 70

22 Dec 23:02

Choose a tag to compare

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

  • Updated to golang 1.7.4
  • Updated ciphers suites to more secure ciphers.