From dd0c08cecd63ab3f6429af434c4a0c50da17ece3 Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Wed, 16 May 2018 15:40:33 -0700 Subject: [PATCH] Release Engine 17.06.2-ee-11 --- _config.yml | 2 +- ee/engine/release-notes.md | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 529a5a6514..aea18b8c5f 100644 --- a/_config.yml +++ b/_config.yml @@ -92,7 +92,7 @@ defaults: - scope: path: "install" values: - win_latest_build: "docker-17.06.2-ee-8" + win_latest_build: "docker-17.06.2-ee-11" - scope: path: "datacenter" values: diff --git a/ee/engine/release-notes.md b/ee/engine/release-notes.md index d3bfb73529..3f3fc6e797 100644 --- a/ee/engine/release-notes.md +++ b/ee/engine/release-notes.md @@ -19,6 +19,30 @@ 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-11 (2018-05-17) + +### Client + +- Fix presentation of published "random" host ports. [docker/cli#404](https://github.com/docker/cli/pull/404) + +### Networking + +* Fix concurrent CreateNetwork in bridge driver. [docker/libnetwork#2127](https://github.com/docker/libnetwork/pull/2127) + +### Runtime + +* Use rslave propagation for mounts from daemon root. [moby/moby#36055](https://github.com/moby/moby/pull/36055) +* Use rslave instead of rprivate in choortarchive. [moby/moby#35217](https://github.com/moby/moby/pull/35217) +* Set daemon root to use shared propagation. [moby/moby#36096](https://github.com/moby/moby/pull/36096) +* Windows: Increase container default shutdown timeout. [moby/moby#35184](https://github.com/moby/moby/pull/35184) +* Avoid using all system memory with authz plugins. [moby/moby#36595](https://github.com/moby/moby/pull/36595) +* Daemon/stats: more resilient cpu sampling. [moby/moby#36519](https://github.com/moby/moby/pull/36519) + +### Known issues + +* When all Swarm managers are stopped at the same time, the swarm might end up in a +split-brain scenario. [Learn more](https://success.docker.com/article/KB000759). + ## 17.06.2-ee-10 (2018-04-27) ### Runtime