From 817103e2d18def703a624e645824884c4dffbdf5 Mon Sep 17 00:00:00 2001 From: Eike Kettner Date: Tue, 20 Oct 2020 20:52:43 +0200 Subject: [PATCH] Update changelog with changes to docker setup --- Changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Changelog.md b/Changelog.md index d04bee92..eeeeabf3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,15 @@ This release contains bugfixes. - Improvements to the docker setup: application can be build from any version. Thanks to @totti4ever. + - This change required breaking changes in the `docker-compose.yml` + file. Please update your `docker-compose.yml` to the new version. + - The image tags changed: + - the `-latest` is now upper case, `-LATEST` + - tagged releases include the version prefixed with a `v`, like in + `-v0.13.0` + - there are new `-SNAPSHOT` images that are build from the current + master branch. *Please note that snapshot versions may not be + compatible with each other!* - The date extraction tried to create invalid dates (#298) - Fixed order of job log entries that was undefined if entries were written very fast