Skip to content

Commit 4bfb0d6

Browse files
committed
release 3.2.9
1 parent aebfab6 commit 4bfb0d6

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ All notable changes to this project will be documented in this file.
1010

1111
### Changed
1212

13+
## [v3.2.9] - 2020-04-30
14+
### Fixed
15+
- @bbigras add missing syntax highlighting in README.md
16+
17+
### Added
18+
- @edorgeville Adds `db` log driver to `logDriverSupported`
19+
- @renehernandez Add support for multiple exclusion labels
20+
- @renehernandez Add support for EXCLUDE_LABELS envvar with fallback to existing EXCLUDE_LABEL
21+
- @hhromic adapters/syslog: add ContainerNameSplitN utility message function
22+
23+
### Changed
24+
- @hhromic adapters/syslog: enforce RFC size limits in message fields
25+
1326
## [v3.2.8] - 2020-04-03
1427
### Changed
1528
- @michaelshobbs bump alpine to 3.11 and go to 1.13.4-r1
@@ -214,7 +227,8 @@ All notable changes to this project will be documented in this file.
214227
- Base container is now Alpine
215228
- Moved to gliderlabs organization
216229

217-
[unreleased]: https://github.com/gliderlabs/logspout/compare/v3.2.8...HEAD
230+
[unreleased]: https://github.com/gliderlabs/logspout/compare/v3.2.9...HEAD
231+
[v3.2.9]: https://github.com/gliderlabs/logspout/compare/v3.2.8...v3.2.9
218232
[v3.2.8]: https://github.com/gliderlabs/logspout/compare/v3.2.7...v3.2.8
219233
[v3.2.7]: https://github.com/gliderlabs/logspout/compare/v3.2.6...v3.2.7
220234
[v3.2.6]: https://github.com/gliderlabs/logspout/compare/v3.2.5...v3.2.6

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.2.8
1+
v3.2.9

0 commit comments

Comments
 (0)