Skip to content

Commit fdc00f0

Browse files
Merge pull request #491 from gliderlabs/master
release 3.2.12
2 parents 80b0f24 + 8bd8ae9 commit fdc00f0

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff 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

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.11
1+
FROM alpine:3.12
22
ENTRYPOINT ["/bin/logspout"]
33
VOLUME /mnt/routes
44
EXPOSE 80

Dockerfile.dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.11
1+
FROM alpine:3.12
22
VOLUME /mnt/routes
33
EXPOSE 80
44

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.2.11
1+
v3.2.12

0 commit comments

Comments
 (0)