@@ -10,6 +10,22 @@ All notable changes to this project will be documented in this file.
1010
1111### Changed
1212
13+ ## [ v3.2.4] - 2018-01-16
14+ ### Fixed
15+ - @michaelshobbs fix working_directory so we don't duplicate test runs
16+
17+ ### Added
18+ - @chris7444 take the hostname from /etc/host_hostname if the file is there
19+ - @chris7444 update README.md for swarm deployments PR #329
20+ - @nvanheuverzwijn strip \r and \n when reading the file /etc/host_hostname
21+ - @lucassabreu toJSON with examples
22+
23+ ### Changed
24+ - @michaelshobbs pass debug to test container
25+ - @jgreat Strip header bytes from log stream
26+ - @trondvh chmod +x build.sh
27+ - @develar alpine 3.7 + golang 1.9.2
28+
1329## [ v3.2.3] - 2017-09-23
1430### Added
1531- @guigouz guigouz Add ` RAW_FORMAT ` to the documentation
@@ -162,8 +178,9 @@ All notable changes to this project will be documented in this file.
162178- Base container is now Alpine
163179- Moved to gliderlabs organization
164180
165- [ unreleased ] : https://github.com/gliderlabs/logspout/compare/v3.2.3...HEAD
166- [ v3.2.3 ] : https://github.com/gliderlabs/logspout/compare/v3.2.3...v3.2.3
181+ [ unreleased ] : https://github.com/gliderlabs/logspout/compare/v3.2.4...HEAD
182+ [ v3.2.4 ] : https://github.com/gliderlabs/logspout/compare/v3.2.3...v3.2.4
183+ [ v3.2.3 ] : https://github.com/gliderlabs/logspout/compare/v3.2.2...v3.2.3
167184[ v3.2.2 ] : https://github.com/gliderlabs/logspout/compare/v3.2.1...v3.2.2
168185[ v3.2.1 ] : https://github.com/gliderlabs/logspout/compare/v3.2...v3.2.1
169186[ v3.2 ] : https://github.com/gliderlabs/logspout/compare/v3.1...v3.2
0 commit comments