File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,11 @@ All notable changes to this project will be documented in this file.
1010
1111### Changed
1212
13- ## [ v3.2.11] - 2020-05-8
13+ ## [ v3.2.12] - 2020-10-22
14+ ### Changed
15+ - @michaelshobbs bump alpine to 3.12
16+
17+ ## [ v3.2.11] - 2020-05-08
1418### Added
1519- @hhromic Add Syslog TCP framing documentation to README
1620
@@ -19,7 +23,7 @@ All notable changes to this project will be documented in this file.
1923- @michaelshobbs use type assertion instead of reflection to determine connection type
2024- @michaelshobbs use // + space for all human readable comments
2125
22- ## [ v3.2.10] - 2020-05-1
26+ ## [ v3.2.10] - 2020-05-01
2327### Added
2428- @jszwedko Add optional TCP framing to syslog adapter
2529
@@ -243,7 +247,8 @@ All notable changes to this project will be documented in this file.
243247- Base container is now Alpine
244248- Moved to gliderlabs organization
245249
246- [ unreleased ] : https://github.com/gliderlabs/logspout/compare/v3.2.11...HEAD
250+ [ unreleased ] : https://github.com/gliderlabs/logspout/compare/v3.2.12...HEAD
251+ [ v3.2.12 ] : https://github.com/gliderlabs/logspout/compare/v3.2.11...v3.2.12
247252[ v3.2.11 ] : https://github.com/gliderlabs/logspout/compare/v3.2.10...v3.2.11
248253[ v3.2.10 ] : https://github.com/gliderlabs/logspout/compare/v3.2.9...v3.2.10
249254[ v3.2.9 ] : https://github.com/gliderlabs/logspout/compare/v3.2.8...v3.2.9
Original file line number Diff line number Diff line change 1- FROM alpine:3.11
1+ FROM alpine:3.12
22ENTRYPOINT ["/bin/logspout" ]
33VOLUME /mnt/routes
44EXPOSE 80
Original file line number Diff line number Diff line change 1- FROM alpine:3.11
1+ FROM alpine:3.12
22VOLUME /mnt/routes
33EXPOSE 80
44
Original file line number Diff line number Diff line change 1- v3.2.11
1+ v3.2.12
You can’t perform that action at this time.
0 commit comments