From 6e39a2cb71b9040d0a9ece58166c51b1b3ceb059 Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Tue, 22 Aug 2017 15:33:06 -0700 Subject: [PATCH] update changelog for 17.06.2-ce-rc1 release Signed-off-by: Andrew Hsu --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23c0e867a5..01c263b3b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ information on the list of deprecated flags and APIs please have a look at https://docs.docker.com/engine/deprecated/ where target removal dates can also be found. +## 17.06.2-ce (2017-08-DD) + +### Client + +- Enable TCP keepalive in the client to prevent loss of connection [docker/cli#415](https://github.com/docker/cli/pull/415) + +### Runtime + +- Devmapper: ensure UdevWait is called after calls to setCookie [moby/moby#33732](https://github.com/moby/moby/pull/33732) +- Aufs: ensure diff layers are correctly removed to prevent leftover files from using up storage [moby/moby#34587](https://github.com/moby/moby/pull/34587) + +### Swarm mode + +- Ignore PullOptions for running tasks [docker/swarmkit#2351](https://github.com/docker/swarmkit/pull/2351) + ## 17.06.1-ce (2017-08-17) ### Builder