From fe8a5c03dfff66d4155a584fb7dd7966569cbb66 Mon Sep 17 00:00:00 2001 From: Michael Hobbs Date: Thu, 22 Oct 2020 09:03:33 -0700 Subject: [PATCH 1/3] bump alpine to 3.12 --- Dockerfile | 2 +- Dockerfile.dev | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 703a0b25..8caec03e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.11 +FROM alpine:3.12 ENTRYPOINT ["/bin/logspout"] VOLUME /mnt/routes EXPOSE 80 diff --git a/Dockerfile.dev b/Dockerfile.dev index d6c2bc38..b275bf30 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,4 +1,4 @@ -FROM alpine:3.11 +FROM alpine:3.12 VOLUME /mnt/routes EXPOSE 80 From a0068969eefee33d77dc3ce18a18dd39c7326fd1 Mon Sep 17 00:00:00 2001 From: Michael Hobbs Date: Thu, 22 Oct 2020 09:25:12 -0700 Subject: [PATCH 2/3] release 3.2.12 --- CHANGELOG.md | 8 ++++++-- VERSION | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 224cce7a..f0e84bd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,11 @@ All notable changes to this project will be documented in this file. ### Changed -## [v3.2.11] - 2020-05-8 +## [v3.2.12] - 2020-10-22 +### Changed +- @michaelshobbs bump alpine to 3.12 + +## [v3.2.11] - 2020-05-08 ### Added - @hhromic Add Syslog TCP framing documentation to README @@ -19,7 +23,7 @@ All notable changes to this project will be documented in this file. - @michaelshobbs use type assertion instead of reflection to determine connection type - @michaelshobbs use // + space for all human readable comments -## [v3.2.10] - 2020-05-1 +## [v3.2.10] - 2020-05-01 ### Added - @jszwedko Add optional TCP framing to syslog adapter diff --git a/VERSION b/VERSION index f53f86ae..c5016ea8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v3.2.11 +v3.2.12 From 8bd8ae9aff1db8e7a9ce1dfb57216c4d96cf6fcc Mon Sep 17 00:00:00 2001 From: Michael Hobbs Date: Thu, 22 Oct 2020 09:26:38 -0700 Subject: [PATCH 3/3] fix changelog links --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0e84bd8..5639c991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -247,7 +247,8 @@ All notable changes to this project will be documented in this file. - Base container is now Alpine - Moved to gliderlabs organization -[unreleased]: https://github.com/gliderlabs/logspout/compare/v3.2.11...HEAD +[unreleased]: https://github.com/gliderlabs/logspout/compare/v3.2.12...HEAD +[v3.2.12]: https://github.com/gliderlabs/logspout/compare/v3.2.11...v3.2.12 [v3.2.11]: https://github.com/gliderlabs/logspout/compare/v3.2.10...v3.2.11 [v3.2.10]: https://github.com/gliderlabs/logspout/compare/v3.2.9...v3.2.10 [v3.2.9]: https://github.com/gliderlabs/logspout/compare/v3.2.8...v3.2.9