Skip to content

Releases: cloudfoundry/loggregator-agent-release

Loggregator Agent 3.21.3

04 Oct 21:26
Compare
Choose a tag to compare

Changelog

  • Bump golang to 1.13.1

Loggregator Agent 3.14.1

04 Oct 21:25
Compare
Choose a tag to compare

Changelog

  • Bump golang to 1.13.1

Loggregator Agent 2.3.1

04 Oct 21:13
Compare
Choose a tag to compare

Changelog

  • Bump golang to 1.13.1

Loggregator Agent 3.21.2

30 Sep 22:10
Compare
Choose a tag to compare

Changelog

  • Set the Content-Type to text/plain for syslog https egress

Loggregator Agent 4.0.1

17 Sep 16:24
Compare
Choose a tag to compare

Changelog

  • Syslog agent - add optional drain_ca_cert property to trust certs for syslog drains. (This adds this CA in addition to already trusted host CAs)

Loggregator Agent 3.21.1

12 Sep 21:18
Compare
Choose a tag to compare

Changelog

  • Bump Golang to 1.12.9
  • Bump gRPC to 1.23.1

Loggregator Agent 4.0.0

09 Sep 21:41
Compare
Choose a tag to compare

🚨💥BREAKING CHANGE: mTLS metrics endpoints were added to all Loggregator agent jobs 💥🚨

Changelog

  • Add mTLS for Leadership-election
  • Remove metrics-agent (different than system-metrics-agent)
  • Add labels config to prom_scraper_config file
  • Add server_name config to prom_scraper_config file
  • Prom scraper converts unit tag to the unit field for gauge envelopes
  • Add metrics endpoint to prom scraper
  • Add metrics endpoint to udp-forwarder
  • Add metrics endpoint to syslog-binding-cache

Loggregator Agent 3.22

20 Aug 22:52
Compare
Choose a tag to compare

🚨💥BREAKING CHANGE: Loggregator agent jobs now require certs for metrics endpoints 💥🚨

Changelog

  • Add mTLS to metrics endpoints
  • Add metrics target config to components
  • Apply default source ID in prom-scraper
  • Add metrics endpoint to syslog-binding-cache

Loggregator Agent 3.21

07 Aug 20:17
Compare
Choose a tag to compare

Changelog

  • Metrics Agent - converts invalid metric names and tags rather than ignoring them
  • Syslog Agent - includes envelope tags in syslog messages
  • Syslog Agent - retry connecting to TCP drain when disconnected
  • Syslog Agent - fix bug where syslog agent didn't respect drain type
  • Syslog Agent - fix bug where the last syslog drain could not be deleted
  • Prom Scraper - add optional bosh properties to allow mTLS when scraping

Loggregator Agent 3.19

29 Jul 19:39
Compare
Choose a tag to compare

Changelog

  • Tag prom metrics with job id

  • Make prom_scraper scrape interval configurable

  • Allow config that sends all app logs to configured Syslog endpoint

  • Addition of Metrics Agent. Enveloped emitted to the Metrics Agent will be exposed via a Prometheus-formatted endpoint on the VM

  • Bug Fix: System Metrics agent now correctly exposes BOSH system-disk usage

  • Bug Fix: prom_scraper no longer runs out of file descriptors if metrics response is a 404