Skip to content

Releases: orange-cloudfoundry/logservice-boshrelease

v1.15.11

31 Jul 14:18
Compare
Choose a tag to compare

Change:

  • allow - as letter in a word pattern

v1.15.10

19 Jun 11:56
Compare
Choose a tag to compare

Fixes:

  • Now logs-service-broker will drop logs if connect has more or equals 20 attempt to connect, this will limit number of goroutine running when a tcp target is stuck
  • Fix mapping for elk7

v1.15.9

07 May 13:42
Compare
Choose a tag to compare

Changes:

  • Alerts on dropping logs separate alert by org, space and app to better handling error case by case

v1.15.8

23 Apr 17:46
Compare
Choose a tag to compare
bump logservice

v1.15.7

23 Apr 14:48
Compare
Choose a tag to compare
bump release

v1.15.6

05 Apr 15:22
Compare
Choose a tag to compare
replace package golang-1.10 by golang-1.x, dump submodules dependencies

v1.15.5

12 Mar 17:11
Compare
Choose a tag to compare
bump to 1.15.5

v1.15.4

10 Feb 23:17
Compare
Choose a tag to compare

Fix:

  • Multi-write target was using only last target

v1.15.3

10 Feb 21:10
Compare
Choose a tag to compare

Fix/feature:

  • Now dial tcp with timeout for avoid stacking when target is in bad shape (can be feature as original syslog doesn't connect with a timeout)

v1.15.2

31 Jan 11:14
Compare
Choose a tag to compare

Feature:

  • allow tcp+tls definition for forwarder: tcp+tls://your.target.tcp:port?verify=false or tcp+tls://your.target.tcp:port?verify=true&cert=/path/to/certs/in/pem/format

Bug fix:

  • Sometime app can send data with no structured data this is causing nil value in the metric checker which provoke panic. This is now fixed