Fixing dates.

This commit is contained in:
Anne Henmi 2018-10-26 10:51:26 -06:00
parent 3add4ac5e2
commit c81f66ca86
1 changed files with 64 additions and 32 deletions

View File

@ -17,7 +17,8 @@ Docker EE is a superset of all the features in Docker CE. It incorporates defect
that you can use in environments where new features cannot be adopted as quickly for
consistency and compatibility reasons.
## 18.09 (2018-11-08)
## 18.09
2018-11-08
### New features for Docker Engine EE and CE
@ -45,7 +46,8 @@ for Docker engine implementations.
## Older Docker Engine EE Release notes
### 18.03.1-ee-2 (2018-07-10)
### 18.03.1-ee-2
2018-07-10
> Important notes about this release
>
@ -57,7 +59,8 @@ for Docker engine implementations.
+ Add /proc/acpi to masked paths [(CVE-2018-10892)](https://cve.mitre.org/cgi-bin/cvename.cgi?name=2018-10892). [moby/moby#37404](https://github.com/moby/moby/pull/37404)
### 18.03.1-ee-1 (2018-06-27)
### 18.03.1-ee-1
2018-06-27
> Important notes about this release
>
@ -105,13 +108,15 @@ for Docker engine implementations.
* RoleManager will remove deleted nodes from the cluster membership. [docker/swarmkit#2607](https://github.com/docker/swarmkit/pull/2607)
- Fix unassigned task leak when service is removed. [docker/swarmkit#2708](https://github.com/docker/swarmkit/pull/2708)
### 17.06.2-ee-15 (2018-07-10)
### 17.06.2-ee-15
2018-07-10
#### Runtime
- Add /proc/acpi to masked paths [(CVE-2018-10892)](https://cve.mitre.org/cgi-bin/cvename.cgi?name=2018-10892). [moby/moby#37404](https://github.com/moby/moby/pull/37404)
### 17.06.2-ee-14 (2018-06-21)
### 17.06.2-ee-14
2018-06-21
#### Client
@ -129,19 +134,22 @@ for Docker engine implementations.
- 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
- Fix attachable containers that may leave DNS state when exiting. [docker/libnetwork#2175](https://github.com/docker/libnetwork/pull/2175)
### 17.06.2-ee-12 (2018-05-29)
### 17.06.2-ee-12
2018-05-29
#### Networking
- Fix to allow service update with no connection loss. [docker/libnetwork#2157](https://github.com/docker/libnetwork/pull/2157)
### 17.06.2-ee-11 (2018-05-17)
### 17.06.2-ee-11
2018-05-17
#### Client
@ -165,13 +173,15 @@ for Docker engine implementations.
* 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
* Fix version output to not have `-dev`.
### 17.06.2-ee-9 (2018-04-26)
### 17.06.2-ee-9
2018-04-26
#### Runtime
@ -184,7 +194,8 @@ split-brain scenario. [Learn more](https://success.docker.com/article/KB000759).
- Increase raft ElectionTick to 10xHeartbeatTick. [docker/swarmkit#2564](https://github.com/docker/swarmkit/pull/2564)
- Adding logic to restore networks in order. [docker/swarmkit#2584](https://github.com/docker/swarmkit/pull/2584)
### 17.06.2-ee-8 (2018-04-17)
### 17.06.2-ee-8
2018-04-17
#### Runtime
@ -206,7 +217,8 @@ split-brain scenario. [Learn more](https://success.docker.com/article/KB000759).
workaround, wait for leader election to complete before issuing commands
to the cluster.
### 17.06.2-ee-7 (2018-03-19)
### 17.06.2-ee-7
2018-03-19
#### Important notes about this release
@ -256,7 +268,8 @@ split-brain scenario. [Learn more](https://success.docker.com/article/KB000759).
- Synchronize Dispatcher.Stop() with incoming rpcs [docker/swarmkit#2524](https://github.com/docker/swarmkit/pull/2524)
- Fix IP overlap with empty EndpointSpec [docker/swarmkit#2511](https://github.com/docker/swarmkit/pull/2511)
### 17.06.2-ee-6 (2017-11-27)
### 17.06.2-ee-6
2017-11-27
#### Runtime
@ -272,7 +285,8 @@ split-brain scenario. [Learn more](https://success.docker.com/article/KB000759).
* Only shut down old tasks on success [docker/swarmkit#2308](https://github.com/docker/swarmkit/pull/2308)
* Error on cluster spec name change [docker/swarmkit#2436](https://github.com/docker/swarmkit/pull/2436)
### 17.06.2-ee-5 (2017-11-02)
### 17.06.2-ee-5
2017-11-02
#### Important notes about this release
@ -321,7 +335,8 @@ split-brain scenario. [Learn more](https://success.docker.com/article/KB000759).
* Docker may experience IP exhaustion if many tasks are assigned to a single overlay network, for example if many services are attached to that network or because services on the network are scaled to many replicas. The problem may also manifest when tasks are rescheduled because of node failures. In case of node failure, Docker currently waits 24h to release overlay IP addresses. The problem can be diagnosed by looking for `failed to allocate network IP for task` messages in the Docker logs.
* SELinux enablement is not supported for containers on IBM Z on RHEL because of missing Red Hat package.
### 17.06.2-ee-4 (2017-10-12)
### 17.06.2-ee-4
2017-10-12
#### Client
@ -339,13 +354,15 @@ split-brain scenario. [Learn more](https://success.docker.com/article/KB000759).
* Serialize IP allocation [docker/libnetwork#1788](https://github.com/docker/libnetwork/pull/1788)
### 17.06.2-ee-3 (2017-09-22)
### 17.06.2-ee-3
2017-09-22
#### Swarm mode
- Increase max message size to allow larger snapshots [docker/swarmkit#131](https://github.com/docker/swarmkit/pull/131)
### 17.06.1-ee-2 (2017-08-24)
### 17.06.1-ee-2
2017-08-24
#### Client
@ -364,7 +381,8 @@ split-brain scenario. [Learn more](https://success.docker.com/article/KB000759).
- Ignore PullOptions for running tasks [#2351](https://github.com/docker/swarmkit/pull/2351)
### 17.06.1-ee-1 (2017-08-16)
### 17.06.1-ee-1
2017-08-16
#### Important notes about this release
@ -639,7 +657,8 @@ not reachable until one of these 2 conditions happens:
As a workaround, send at least a packet out from each container like
(ping, GARP, etc).
### 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)
* When a node is removed, delete all of its attachment tasks so networks used by those tasks can be removed [docker/swarmkit#2417](https://github.com/docker/swarmkit/pull/2417)
@ -653,12 +672,14 @@ As a workaround, send at least a packet out from each container like
* Don't abort when setting `may_detach_mounts` [moby/moby#35172](https://github.com/moby/moby/pull/35172)
* Protect health monitor channel to prevent engine panic [moby/moby#35482](https://github.com/moby/moby/pull/35482)
### Docker EE 17.03.2-ee-7 (2017-10-04)
### Docker EE 17.03.2-ee-7
2017-10-04
* Fix logic in network resource reaping to prevent memory leak [docker/libnetwork#1944](https://github.com/docker/libnetwork/pull/1944) [docker/libnetwork#1960](https://github.com/docker/libnetwork/pull/1960)
* Increase max GRPC message size to 128MB for larger snapshots so newly added managers can successfully join [docker/swarmkit#2375](https://github.com/docker/swarmkit/pull/2375)
### Docker EE 17.03.2-ee-6 (2017-08-24)
### Docker EE 17.03.2-ee-6
2017-08-24
* Fix daemon panic on docker image push [moby/moby#33105](https://github.com/moby/moby/pull/33105)
* Fix panic in concurrent network creation/deletion operations [docker/libnetwork#1861](https://github.com/docker/libnetwork/pull/1861)
@ -667,7 +688,8 @@ As a workaround, send at least a packet out from each container like
* Lock goroutine to OS thread while changing NS [docker/libnetwork#1911](https://github.com/docker/libnetwork/pull/1911)
* Ignore PullOptions for running tasks [docker/swarmkit#2351](https://github.com/docker/swarmkit/pull/2351)
### Docker EE 17.03.2-ee-5 (20 Jul 2017)
### Docker EE 17.03.2-ee-5
20 Jul 2017
* Add more locking to storage drivers [#31136](https://github.com/moby/moby/pull/31136)
* Prevent data race on `docker network connect/disconnect` [#33456](https://github.com/moby/moby/pull/33456)
@ -686,18 +708,21 @@ As a workaround, send at least a packet out from each container like
* Fix issue where slow/dead `docker logs` clients can block the container [#33897](https://github.com/moby/moby/pull/33897)
* Fix potential panic on Windows when running as a service [#32244](https://github.com/moby/moby/pull/32244)
### Docker EE 17.03.2-ee-4 (01 Jun 2017)
### Docker EE 17.03.2-ee-4
2017-06-01
Refer to the [detailed list](https://github.com/moby/moby/releases/tag/v17.03.2-ce) of all changes since the release of Docker EE 17.03.1-ee-3
**Note**: This release includes a fix for potential data loss under certain
circumstances with the local (built-in) volume driver.
### Docker EE 17.03.1-ee-3 (30 Mar 2017)
### Docker EE 17.03.1-ee-3
2017-03-30
* Fix an issue with the SELinux policy for Oracle Linux [#31501](https://github.com/docker/docker/pull/31501)
### Docker EE 17.03.1-ee-2 (28 Mar 2017)
### Docker EE 17.03.1-ee-2
2017-03-28
* Fix issue with swarm CA timeouts [#2063](https://github.com/docker/swarmkit/pull/2063) [#2064](https://github.com/docker/swarmkit/pull/2064/files)
@ -711,7 +736,8 @@ Initial Docker EE release, based on Docker CE 17.03.0
## Older Docker Engine CE Release notes
### 18.03.1-ce (2018-04-26)
### 18.03.1-ce
2018-04-26
#### Client
@ -748,7 +774,8 @@ Initial Docker EE release, based on Docker CE 17.03.0
* Allow for larger preset property values, do not override [docker/libnetwork#2124](https://github.com/docker/libnetwork/pull/2124)
* Prevent panics on concurrent reads/writes when calling `changeNodeState` [docker/libnetwork#2136](https://github.com/docker/libnetwork/pull/2136)
### 18.03.0-ce (2018-03-21)
### 18.03.0-ce
2018-03-21
#### Builder
@ -865,7 +892,8 @@ Initial Docker EE release, based on Docker CE 17.03.0
+ Add swarm types to bash completion event type filter [docker/cli#888](https://github.com/docker/cli/pull/888)
- Fix issue where network inspect does not show Created time for networks in swarm scope [moby/moby#36095](https://github.com/moby/moby/pull/36095)
### 17.12.1-ce (2018-02-27)
### 17.12.1-ce
2018-02-27
#### Client
- Fix `node-generic-resource` typo [moby/moby#35970](https://github.com/moby/moby/pull/35970) and [moby/moby#36125](https://github.com/moby/moby/pull/36125)
@ -1390,7 +1418,8 @@ Upgrading from Docker 1.13.1 to 17.03.0 is expected to be simple and low-risk.
## Edge releases
### 18.05.0-ce (2018-05-09)
### 18.05.0-ce
2018-05-09
#### Builder
@ -1460,7 +1489,8 @@ Upgrading from Docker 1.13.1 to 17.03.0 is expected to be simple and low-risk.
* Expose swarmkit's Raft tuning parameters in engine config. [moby/moby#36726](https://github.com/moby/moby/pull/36726)
* Make internal/test/daemon.Daemon swarm aware. [moby/moby#36826](https://github.com/moby/moby/pull/36826)
### 18.04.0-ce (2018-04-10)
### 18.04.0-ce
2018-04-10
#### Builder
@ -1541,7 +1571,8 @@ Upgrading from Docker 1.13.1 to 17.03.0 is expected to be simple and low-risk.
- Fix agent logging race. [docker/swarmkit#2578](https://github.com/docker/swarmkit/pull/2578)
* Adding logic to restore networks in order. [docker/swarmkit#2571](https://github.com/docker/swarmkit/pull/2571)
### 18.02.0-ce (2018-02-07)
### 18.02.0-ce
2018-02-07
#### Builder
@ -1606,7 +1637,8 @@ Upgrading from Docker 1.13.1 to 17.03.0 is expected to be simple and low-risk.
* Update runc to fix hang during start and exec [moby/moby#36097](https://github.com/moby/moby/pull/36097)
- Fix "--node-generic-resource" singular/plural [moby/moby#36125](https://github.com/moby/moby/pull/36125)
### 18.01.0-ce (2018-01-10)
### 18.01.0-ce
2018-01-10
#### Builder