File tree 4 files changed +11
-6
lines changed
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.
10
10
11
11
### Changed
12
12
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
14
18
### Added
15
19
- @hhromic Add Syslog TCP framing documentation to README
16
20
@@ -19,7 +23,7 @@ All notable changes to this project will be documented in this file.
19
23
- @michaelshobbs use type assertion instead of reflection to determine connection type
20
24
- @michaelshobbs use // + space for all human readable comments
21
25
22
- ## [ v3.2.10] - 2020-05-1
26
+ ## [ v3.2.10] - 2020-05-01
23
27
### Added
24
28
- @jszwedko Add optional TCP framing to syslog adapter
25
29
@@ -243,7 +247,8 @@ All notable changes to this project will be documented in this file.
243
247
- Base container is now Alpine
244
248
- Moved to gliderlabs organization
245
249
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
247
252
[ v3.2.11 ] : https://github.com/gliderlabs/logspout/compare/v3.2.10...v3.2.11
248
253
[ v3.2.10 ] : https://github.com/gliderlabs/logspout/compare/v3.2.9...v3.2.10
249
254
[ 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
2
2
ENTRYPOINT ["/bin/logspout" ]
3
3
VOLUME /mnt/routes
4
4
EXPOSE 80
Original file line number Diff line number Diff line change 1
- FROM alpine:3.11
1
+ FROM alpine:3.12
2
2
VOLUME /mnt/routes
3
3
EXPOSE 80
4
4
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