Release Engine 17.06.2-ee-11

This commit is contained in:
Joao Fernandes 2018-05-16 15:40:33 -07:00 committed by Joao Fernandes
parent afdd561e4e
commit dd0c08cecd
2 changed files with 25 additions and 1 deletions

View File

@ -92,7 +92,7 @@ defaults:
- scope: - scope:
path: "install" path: "install"
values: values:
win_latest_build: "docker-17.06.2-ee-8" win_latest_build: "docker-17.06.2-ee-11"
- scope: - scope:
path: "datacenter" path: "datacenter"
values: values:

View File

@ -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 defect fixes that you can use in environments where new features cannot be
adopted as quickly for consistency and compatibility reasons. 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) ## 17.06.2-ee-10 (2018-04-27)
### Runtime ### Runtime