mirror of https://github.com/docker/docs.git
Release Engine 17.06.2-ee-14
This commit is contained in:
parent
7416f976e0
commit
4fa81795ef
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue