mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
bump version to 1.13.1-rc2
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
This commit is contained in:
parent
516792001a
commit
54f71fd84a
2 changed files with 6 additions and 3 deletions
|
@ -26,7 +26,7 @@ To manually remove all plugins and resolve this problem, take the following step
|
||||||
### Contrib
|
### Contrib
|
||||||
|
|
||||||
* Do not require a custom build of tini [#28454](https://github.com/docker/docker/pull/28454)
|
* Do not require a custom build of tini [#28454](https://github.com/docker/docker/pull/28454)
|
||||||
* Upgrade to Go 1.7.4 [#29142](https://github.com/docker/docker/pull/29142)
|
* Upgrade to Go 1.7.5 [#30489](https://github.com/docker/docker/pull/30489)
|
||||||
|
|
||||||
### Remote API (v1.25) & Client
|
### Remote API (v1.25) & Client
|
||||||
|
|
||||||
|
@ -37,14 +37,17 @@ To manually remove all plugins and resolve this problem, take the following step
|
||||||
* Fix size issue in `docker system df` [#30378](https://github.com/docker/docker/pull/30378)
|
* Fix size issue in `docker system df` [#30378](https://github.com/docker/docker/pull/30378)
|
||||||
* Fix error on `docker inspect` when Swarm certificates were expired. [#29246](https://github.com/docker/docker/pull/29246)
|
* Fix error on `docker inspect` when Swarm certificates were expired. [#29246](https://github.com/docker/docker/pull/29246)
|
||||||
* Fix deadlock on v1 plugin with activate error [#30408](https://github.com/docker/docker/pull/30408)
|
* Fix deadlock on v1 plugin with activate error [#30408](https://github.com/docker/docker/pull/30408)
|
||||||
|
* Fix SELinux regression [#30649](https://github.com/docker/docker/pull/30649)
|
||||||
|
|
||||||
### Networking
|
### Plugins
|
||||||
|
|
||||||
* Fix network plugins [#30332](https://github.com/docker/docker/pull/30332)
|
* Fix network plugins [#30332](https://github.com/docker/docker/pull/30332)
|
||||||
|
+ Add `docker plugin upgrade` [#29414](https://github.com/docker/docker/pull/29414)
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
* Fix small regression with old plugins in Windows [#30150](https://github.com/docker/docker/pull/30150)
|
* Fix small regression with old plugins in Windows [#30150](https://github.com/docker/docker/pull/30150)
|
||||||
|
* Fix warning on Windows [#30730](https://github.com/docker/docker/pull/30730)
|
||||||
|
|
||||||
## 1.13.0 (2017-01-18)
|
## 1.13.0 (2017-01-18)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1.13.1-rc1
|
1.13.1-rc2
|
||||||
|
|
Loading…
Add table
Reference in a new issue