Browse code

bump 17.03.1-ce-rc1

Signed-off-by: Victor Vieux <victorvieux@gmail.com>
(cherry picked from commit 1c44f35eb1f593839eec00f9ce810913e7309ef2)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Victor Vieux authored on 2017/02/20 14:02:06
Showing 1 changed files
... ...
@@ -5,6 +5,26 @@ information on the list of deprecated flags and APIs please have a look at
5 5
 https://docs.docker.com/engine/deprecated/ where target removal dates can also
6 6
 be found.
7 7
 
8
+## 17.03.0-ce (2017-02-01)
9
+
10
+### Client
11
+
12
+* Fix panic in `docker stats --format`
13
+
14
+### Contrib
15
+
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
+
18
+### Networking
19
+
20
+* Discard incoming plain vxlan packets for encrypted overlay network [#31170](https://github.com/docker/docker/pull/31170)
21
+* Release the network attachment on allocation failure [#31073](https://github.com/docker/docker/pull/31073)
22
+
23
+### Runtime
24
+
25
+* Fix a deadlock in docker logs [#30223](https://github.com/docker/docker/pull/30223)
26
+* Fix cpu spin waiting for log write events [#31070](https://github.com/docker/docker/pull/31070)
27
+
8 28
 ## 1.13.1 (2017-02-08)
9 29
 
10 30
 **IMPORTANT**: On Linux distributions where `devicemapper` was the default storage driver,