Skip to content

Loggregator 73

Compare
Choose a tag to compare
released this 04 Jan 22:22
· 0 commits to 92d1747ae4c7003a84cd881f7b14dcd9fe00baaa since this release

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