Signed-off-by: Victor Vieux <victorvieux@gmail.com>
| ... | ... |
@@ -14,6 +14,7 @@ be found. |
| 14 | 14 |
### Contrib |
| 15 | 15 |
|
| 16 | 16 |
* 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... |
| 17 |
+* Block obsolete socket families in default seccomp profile - mitigates unpatched kernels' CVE-2017-6074 [#29076](https://github.com/docker/docker/pull/29076) |
|
| 17 | 18 |
|
| 18 | 19 |
### Networking |
| 19 | 20 |
|
| ... | ... |
@@ -24,6 +25,14 @@ be found. |
| 24 | 24 |
|
| 25 | 25 |
* Fix a deadlock in docker logs [#30223](https://github.com/docker/docker/pull/30223) |
| 26 | 26 |
* Fix cpu spin waiting for log write events [#31070](https://github.com/docker/docker/pull/31070) |
| 27 |
+* Fix a possible crash when using journald [#31231](https://github.com/docker/docker/pull/31231) [#31263](https://github.com/docker/docker/pull/31231) |
|
| 28 |
+* Fix a panic on close of nil channel [#31274](https://github.com/docker/docker/pull/31274) |
|
| 29 |
+* Fix duplicate mount point for `--volumes-from` in `docker run` [#29563](https://github.com/docker/docker/pull/29563) |
|
| 30 |
+* Fix `--cache-from` does not cache last step [#31189](https://github.com/docker/docker/pull/31189) |
|
| 31 |
+ |
|
| 32 |
+### Swarm Mode |
|
| 33 |
+ |
|
| 34 |
+* Shutdown leaks an error when the container was never started [#31279](https://github.com/docker/docker/pull/31279) |
|
| 27 | 35 |
|
| 28 | 36 |
## 1.13.1 (2017-02-08) |
| 29 | 37 |
|