Skip to content

Releases: gliderlabs/logspout

v3.2.14

03 Dec 21:21
2c32419
Compare
Choose a tag to compare

[v3.2.14] - 2021-12-03

Fixed

Changed

  • @skyzh upgrade dockerclient dependency
  • @merowing1279 retrieve logs from already started containers
  • @odidev Release docker image for arm64

v3.2.13

26 Nov 20:17
e1467ec
Compare
Choose a tag to compare

Changed

Fixed

v3.2.12

22 Oct 16:32
fdc00f0
Compare
Choose a tag to compare

Changed

v3.2.11

08 May 19:53
80b0f24
Compare
Choose a tag to compare

[v3.2.11] - 2020-05-8

Added

  • @hhromic Add Syslog TCP framing documentation to README

Changed

  • @hhromic syslog adapter refactor
  • @michaelshobbs use type assertion instead of reflection to determine connection type
  • @michaelshobbs use // + space for all human readable comments

v3.2.10

01 May 20:55
61a9913
Compare
Choose a tag to compare

[v3.2.10] - 2020-05-1

Added

  • @jszwedko Add optional TCP framing to syslog adapter

v3.2.9

01 May 00:42
67fdc40
Compare
Choose a tag to compare

[v3.2.9] - 2020-04-30

Fixed

  • @bbigras add missing syntax highlighting in README.md

Added

  • @edorgeville Adds db log driver to logDriverSupported
  • @renehernandez Add support for multiple exclusion labels
  • @renehernandez Add support for EXCLUDE_LABELS envvar with fallback to existing EXCLUDE_LABEL
  • @hhromic adapters/syslog: add ContainerNameSplitN utility message function

Changed

  • @hhromic adapters/syslog: enforce RFC size limits in message fields

v3.2.8

03 Apr 19:49
11b8eaa
Compare
Choose a tag to compare

[v3.2.8] - 2020-04-03

Changed

v3.2.7

03 Apr 18:49
0b3599b
Compare
Choose a tag to compare

Fixed

Changed

v3.2.6

04 Oct 18:01
591787f
Compare
Choose a tag to compare

Fixed

  • @jdgiotta Spelling corrections and fixed stack compose formatting in example
  • @dylanmei dylanmei Update 3rd party module link in README

Added

  • @vbeausoleil added a simple healthcheck
  • @gbolo added option to load TLS client certificate and key
  • @gbolo added ability to control the TLS client trust store
  • @gbolo added option to harden the TLS client
  • @chopmann added option to bind the http server to an address
  • @ibrokethecloud added ability to add custom key:value pairs as EXCLUDE_LABEL

Changed

  • @develar alpine 3.8 + golang 1.10.1
  • @gbolo enforced the use of go 1.8+ in order to accommodate some TLS settings

v3.2.5

06 Jun 00:43
c9a891c
Compare
Choose a tag to compare

Fixed

  • @michaelshobbs fix working_directory so we don't duplicate test runs
  • @gmelika panic if reconnect fails
  • @masterada Added multiline adapter
  • @billimek sleeping and syncing to fix issues with docker hub builds

Added

  • @chris7444 take the hostname from /etc/host_hostname if the file is there
  • @chris7444 update README.md for swarm deployments PR #329
  • @nvanheuverzwijn strip \r and \n when reading the file /etc/host_hostname
  • @lucassabreu toJSON with examples

Changed