Browse code

bump version to 1.13.1-rc2

Signed-off-by: Victor Vieux <victorvieux@gmail.com>

Victor Vieux authored on 2017/02/07 08:04:17
Showing 2 changed files
... ...
@@ -26,7 +26,7 @@ To manually remove all plugins and resolve this problem, take the following step
26 26
 ### Contrib
27 27
 
28 28
 * Do not require a custom build of tini [#28454](https://github.com/docker/docker/pull/28454)
29
-* Upgrade to Go 1.7.4 [#29142](https://github.com/docker/docker/pull/29142)
29
+* Upgrade to Go 1.7.5 [#30489](https://github.com/docker/docker/pull/30489)
30 30
 
31 31
 ### Remote API (v1.25) & Client
32 32
 
... ...
@@ -37,14 +37,17 @@ To manually remove all plugins and resolve this problem, take the following step
37 37
 * Fix size issue in `docker system df` [#30378](https://github.com/docker/docker/pull/30378)
38 38
 * Fix error on `docker inspect` when Swarm certificates were expired. [#29246](https://github.com/docker/docker/pull/29246)
39 39
 * Fix deadlock on v1 plugin with activate error [#30408](https://github.com/docker/docker/pull/30408)
40
+* Fix SELinux regression [#30649](https://github.com/docker/docker/pull/30649)
40 41
 
41
-### Networking
42
+### Plugins
42 43
 
43 44
 * Fix network plugins [#30332](https://github.com/docker/docker/pull/30332)
45
++ Add `docker plugin upgrade` [#29414](https://github.com/docker/docker/pull/29414)
44 46
 
45 47
 ### Windows
46 48
 
47 49
 * Fix small regression with old plugins in Windows [#30150](https://github.com/docker/docker/pull/30150)
50
+* Fix warning on Windows [#30730](https://github.com/docker/docker/pull/30730)
48 51
 
49 52
 ## 1.13.0 (2017-01-18)
50 53
 
... ...
@@ -1 +1 @@
1
-1.13.1-rc1
1
+1.13.1-rc2