mirror of https://github.com/docker/docs.git
Update EE release notes for 18.03 and 17.03
This commit is contained in:
parent
8091cc1bcc
commit
7fde8f7f01
|
|
@ -19,6 +19,32 @@ 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.
|
||||||
|
|
||||||
|
## 18.03.1-ee-3 (2018-08-30)
|
||||||
|
|
||||||
|
### Builder
|
||||||
|
|
||||||
|
- Fix: no error if build args are missing during docker build. [docker/engine#25](https://github.com/docker/engine/pull/25)
|
||||||
|
* Ensure `RUN` instruction to run without healthcheck. [moby/moby#37413](https://github.com/moby/moby/pull/37413)
|
||||||
|
|
||||||
|
### Client
|
||||||
|
|
||||||
|
- Fix manifest list to always use correct size. [docker/cli#1156](https://github.com/docker/cli/pull/1156)
|
||||||
|
+ Various shell completion script updates. [docker/cli#1159](https://github.com/docker/cli/pull/1159) [docker/cli#1227](https://github.com/docker/cli/pull/1227)
|
||||||
|
* Improve version output alignment. [docker/cli#1204](https://github.com/docker/cli/pull/1204)
|
||||||
|
|
||||||
|
### Runtime
|
||||||
|
|
||||||
|
* Disable CRI plugin listening on port 10010 by default. [docker/engine#29](https://github.com/docker/engine/pull/29)
|
||||||
|
* Update containerd to v1.1.2. [docker/engine#33](https://github.com/docker/engine/pull/33)
|
||||||
|
- Windows: Pass back system errors on container exit. [moby/moby#35967](https://github.com/moby/moby/pull/35967)
|
||||||
|
- Windows: Fix named pipe support for hyper-v isolated containers. [docker/engine#2](https://github.com/docker/engine/pull/2) [docker/cli#1165](https://github.com/docker/cli/pull/1165)
|
||||||
|
* Register OCI media types. [docker/engine#4](https://github.com/docker/engine/pull/4)
|
||||||
|
|
||||||
|
### Swarm Mode
|
||||||
|
|
||||||
|
- Clean up tasks in dirty list for which the service has been deleted. [docker/swarmkit#2694](https://github.com/docker/swarmkit/pull/2694)
|
||||||
|
- Propagate the provided external CA certificate to the external CA object in swarm. [docker/cli#1178](https://github.com/docker/cli/pull/1178)
|
||||||
|
|
||||||
## 18.03.1-ee-2 (2018-07-10)
|
## 18.03.1-ee-2 (2018-07-10)
|
||||||
|
|
||||||
> Important notes about this release
|
> Important notes about this release
|
||||||
|
|
@ -613,6 +639,12 @@ not reachable until one of these 2 conditions happens:
|
||||||
As a workaround, send at least a packet out from each container like
|
As a workaround, send at least a packet out from each container like
|
||||||
(ping, GARP, etc).
|
(ping, GARP, etc).
|
||||||
|
|
||||||
|
## Docker EE 17.03.2-ee-9 (2018-08-30)
|
||||||
|
|
||||||
|
### Runtime
|
||||||
|
|
||||||
|
* Update go-connections to d217f8e [docker/engine#28](https://github.com/docker/engine/pull/28)
|
||||||
|
|
||||||
## Docker EE 17.03.2-ee-8 (2017-12-13)
|
## Docker EE 17.03.2-ee-8 (2017-12-13)
|
||||||
|
|
||||||
* Handle cleanup DNS for attachable container to prevent leak in name resolution [docker/libnetwork#1999](https://github.com/docker/libnetwork/pull/1999)
|
* Handle cleanup DNS for attachable container to prevent leak in name resolution [docker/libnetwork#1999](https://github.com/docker/libnetwork/pull/1999)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue