From 4fa81795ef4b4a9eb31eedd51b218eb0ae65debd Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Thu, 21 Jun 2018 10:29:48 -0700 Subject: [PATCH] Release Engine 17.06.2-ee-14 --- _config.yml | 2 +- ee/engine/release-notes.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 63f204b54c..c0f016c353 100644 --- a/_config.yml +++ b/_config.yml @@ -92,7 +92,7 @@ defaults: - scope: path: "install" values: - win_latest_build: "docker-17.06.2-ee-12" + win_latest_build: "docker-17.06.2-ee-14" - scope: path: "datacenter" values: diff --git a/ee/engine/release-notes.md b/ee/engine/release-notes.md index 5363f39dc6..c21f30d34d 100644 --- a/ee/engine/release-notes.md +++ b/ee/engine/release-notes.md @@ -19,6 +19,24 @@ it references. However, Docker EE also includes back-ported fixes defect fixes that you can use in environments where new features cannot be adopted as quickly for consistency and compatibility reasons. +## 17.06.2-ee-14 (2018-06-21) + +### Client + +* Set a 30s timeout for HTTP client communication with plugin backend. [docker/cli#883](https://github.com/docker/cli/pull/883) +- Fix `docker version` output misaligned. [docker/cli#965](https://github.com/docker/cli/pull/965) + +### Runtime + +- Fix Windows docker daemon crash when docker stats is used. [moby/moby#35968](https://github.com/moby/moby/pull/35968) +* Add `/proc/keys` to masked paths. [moby/moby#36368](https://github.com/moby/moby/pull/36368) +* Added support for persisting Windows network driver options. [moby/moby#35563](https://github.com/moby/moby/pull/35563) +- Fix to ensure graphdriver dir is a shared mount. [moby/moby#36047](https://github.com/moby/moby/pull/36047) + +### Swarm mode + +- Fix `docker stack deploy --prune` with empty name removes all swarm services. [moby/moby#36776](https://github.com/moby/moby/issues/36776) + ## 17.06.2-ee-13 (2018-06-04) ### Networking