From 8ef46a235c8167acfa8ae90bbadb53f7d29186aa Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Mon, 9 Apr 2018 17:58:20 +0000 Subject: [PATCH] update changelog for docker-ce 18.04.0 ga Signed-off-by: Andrew Hsu --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd0f95a674..2444227786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ For more information on the list of deprecated flags and APIs, have a look at https://docs.docker.com/engine/deprecated/ where you can find the target removal dates -## 18.04.0-ce (2018-04-DD) +## 18.04.0-ce (2018-04-10) ### Builder @@ -22,7 +22,6 @@ https://docs.docker.com/engine/deprecated/ where you can find the target removal ### Logging -* Make LogFile perms configurable. [moby/moby#36523](https://github.com/moby/moby/pull/36523) * Silent login: use credentials from cred store to login. [docker/cli#139](https://github.com/docker/cli/pull/139) + Add support for compressibility of log file. [moby/moby#29932](https://github.com/moby/moby/pull/29932) - Fix empty LogPath with non-blocking logging mode. [moby/moby#36272](https://github.com/moby/moby/pull/36272)