update CHANGELOG for 17.03.0-ce
(cherry picked from commit 9fb5c83df051fc2c2335fad0d3738539d1b4c264)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -7,9 +7,17 @@ be found. |
| 7 | 7 |
|
| 8 | 8 |
## 17.03.0-ce (2017-03-01) |
| 9 | 9 |
|
| 10 |
+**IMPORTANT**: Starting with this release, Docker is on a monthly release cycle and uses a |
|
| 11 |
+new YY.MM versioning scheme to reflect this. Two channels are available: monthly and quarterly. |
|
| 12 |
+Any given monthly release will only receive security and bugfixes until the next monthly |
|
| 13 |
+release is available. Quarterly releases receive security and bugfixes for 4 months after |
|
| 14 |
+initial release. This release includes bugfixes for 1.13.1 but |
|
| 15 |
+there are no major feature additions and the API version stays the same. |
|
| 16 |
+Upgrading from Docker 1.13.1 to 17.03.0 is expected to be simple and low-risk. |
|
| 17 |
+ |
|
| 10 | 18 |
### Client |
| 11 | 19 |
|
| 12 |
-* Fix panic in `docker stats --format` |
|
| 20 |
+* Fix panic in `docker stats --format` [#30776](https://github.com/docker/docker/pull/30776) |
|
| 13 | 21 |
|
| 14 | 22 |
### Contrib |
| 15 | 23 |
|
| ... | ... |
@@ -17,14 +25,25 @@ be found. |
| 17 | 17 |
|
| 18 | 18 |
### Networking |
| 19 | 19 |
|
| 20 |
+* Fix bug on overlay encryption keys rotation in cross-datacenter swarm [#30727](https://github.com/docker/docker/pull/30727) |
|
| 21 |
+* Fix side effect panic in overlay encryption and network control plane communication failure ("No installed keys could decrypt the message") on frequent swarm leader re-election [#25608](https://github.com/docker/docker/pull/25608)
|
|
| 22 |
+* Several fixes around system responsiveness and datapath programming when using overlay network with external kv-store [docker/libnetwork#1639](https://github.com/docker/libnetwork/pull/1639), [docker/libnetwork#1632](https://github.com/docker/libnetwork/pull/1632) and more... |
|
| 20 | 23 |
* Discard incoming plain vxlan packets for encrypted overlay network [#31170](https://github.com/docker/docker/pull/31170) |
| 21 | 24 |
* Release the network attachment on allocation failure [#31073](https://github.com/docker/docker/pull/31073) |
| 25 |
+* Fix port allocation when multiple published ports map to the same target port [docker/swarmkit#1835](https://github.com/docker/swarmkit/pull/1835) |
|
| 22 | 26 |
|
| 23 | 27 |
### Runtime |
| 24 | 28 |
|
| 25 | 29 |
* Fix a deadlock in docker logs [#30223](https://github.com/docker/docker/pull/30223) |
| 26 | 30 |
* Fix cpu spin waiting for log write events [#31070](https://github.com/docker/docker/pull/31070) |
| 27 | 31 |
|
| 32 |
+### Swarm Mode |
|
| 33 |
+ |
|
| 34 |
+* Fix possibility of tasks getting stuck in the "NEW" state during a leader failover [docker/swarmkit#1938](https://github.com/docker/swarmkit/pull/1938) |
|
| 35 |
+* Fix extraneous task creations for global services that led to confusing replica counts in `docker service ls` [docker/swarmkit#1957](https://github.com/docker/swarmkit/pull/1957) |
|
| 36 |
+* Fix problem that made rolling updates slow when `task-history-limit` was set to 1 [docker/swarmkit#1948](https://github.com/docker/swarmkit/pull/1948) |
|
| 37 |
+* Restart tasks elsewhere, if appropriate, when they are shut down as a result of nodes no longer satisfying constraints [docker/swarmkit#1958](https://github.com/docker/swarmkit/pull/1958) |
|
| 38 |
+ |
|
| 28 | 39 |
## 1.13.1 (2017-02-08) |
| 29 | 40 |
|
| 30 | 41 |
**IMPORTANT**: On Linux distributions where `devicemapper` was the default storage driver, |