From e3cfea5403f67a282a1cea5db956a7e578444935 Mon Sep 17 00:00:00 2001 From: Gwendolynne Barr <31074572+gbarr01@users.noreply.github.com> Date: Mon, 11 Sep 2017 14:27:39 -0700 Subject: [PATCH] Add release notes for 17.06.2-ce (#4571) --- release-notes/docker-ce.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/release-notes/docker-ce.md b/release-notes/docker-ce.md index a6309a4aef..8e7bfcbd79 100644 --- a/release-notes/docker-ce.md +++ b/release-notes/docker-ce.md @@ -75,6 +75,21 @@ For Docker releases prior to 17.03.0, see * Fix error during service creation if a network with the same name exists both as "local" and "swarm" scoped network [docker/cli#184](https://github.com/docker/cli/pull/184) * (experimental) Add support for plugins on swarm [moby/moby#33575](https://github.com/moby/moby/pull/33575) +## 17.06.2-ce (2017-09-05) + +### 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-15) ### Builder