Signed-off-by: Victor Vieux <victorvieux@gmail.com>
(cherry picked from commit 4fa77953f8d51149afbead5dfe5930580f2cc022)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -22,6 +22,7 @@ Upgrading from Docker 1.13.1 to 17.03.0 is expected to be simple and low-risk. |
| 22 | 22 |
### Contrib |
| 23 | 23 |
|
| 24 | 24 |
* Update various `bash` and `zsh` completion scripts [#30823](https://github.com/docker/docker/pull/30823), [#30945](https://github.com/docker/docker/pull/30945) and more... |
| 25 |
+* Block obsolete socket families in default seccomp profile - mitigates unpatched kernels' CVE-2017-6074 [#29076](https://github.com/docker/docker/pull/29076) |
|
| 25 | 26 |
|
| 26 | 27 |
### Networking |
| 27 | 28 |
|
| ... | ... |
@@ -36,6 +37,14 @@ Upgrading from Docker 1.13.1 to 17.03.0 is expected to be simple and low-risk. |
| 36 | 36 |
|
| 37 | 37 |
* Fix a deadlock in docker logs [#30223](https://github.com/docker/docker/pull/30223) |
| 38 | 38 |
* Fix cpu spin waiting for log write events [#31070](https://github.com/docker/docker/pull/31070) |
| 39 |
+* Fix a possible crash when using journald [#31231](https://github.com/docker/docker/pull/31231) [#31263](https://github.com/docker/docker/pull/31231) |
|
| 40 |
+* Fix a panic on close of nil channel [#31274](https://github.com/docker/docker/pull/31274) |
|
| 41 |
+* Fix duplicate mount point for `--volumes-from` in `docker run` [#29563](https://github.com/docker/docker/pull/29563) |
|
| 42 |
+* Fix `--cache-from` does not cache last step [#31189](https://github.com/docker/docker/pull/31189) |
|
| 43 |
+ |
|
| 44 |
+### Swarm Mode |
|
| 45 |
+ |
|
| 46 |
+* Shutdown leaks an error when the container was never started [#31279](https://github.com/docker/docker/pull/31279) |
|
| 39 | 47 |
|
| 40 | 48 |
### Swarm Mode |
| 41 | 49 |
|