Release Engine 17.06.2-ee-14

This commit is contained in:
Joao Fernandes 2018-06-21 10:29:48 -07:00 committed by Joao Fernandes
parent 7416f976e0
commit 4fa81795ef
2 changed files with 19 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-12" win_latest_build: "docker-17.06.2-ee-14"
- scope: - scope:
path: "datacenter" path: "datacenter"
values: values:

View File

@ -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 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-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) ## 17.06.2-ee-13 (2018-06-04)
### Networking ### Networking