Releases: gliderlabs/logspout
Releases · gliderlabs/logspout
v3.2.14
v3.2.13
Changed
- @michaelshobbs bump golangci-lint to 1.27 and fix lintballs
Fixed
- @michaelshobbs fix backlog() logic and add tests
v3.2.12
Changed
- @michaelshobbs bump alpine to 3.12
v3.2.11
[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
v3.2.9
[v3.2.9] - 2020-04-30
Fixed
- @bbigras add missing syntax highlighting in README.md
Added
- @edorgeville Adds
db
log driver tologDriverSupported
- @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
v3.2.7
Fixed
- @CodeLingoBot @gbolo Fix function comments based on best practices from Effective Go
Changed
- @michaelshobbs update alpine to 3.10/go 1.12.12-r0 and fix linting
- @whoisteri DOC Document accessible data in RAW_FORMAT template
- @tiagorlampert DOC typos
- @michaelshobbs DOC CHANGLELOG formatting
- @tomlankhorst DOC Suggest to disable userns-remap for logspout
- @StudioEtrange DOC add link to logspout-fluentd
v3.2.6
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
v3.2.5
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
- @michaelshobbs pass debug to test container
- @jgreat Strip header bytes from log stream
- @trondvh chmod +x build.sh
- @develar alpine 3.7 + golang 1.9.2