Merge pull request #586 from andrewhsu/1809rc1

[18.09] bump ver 18.09.3-rc1
This commit is contained in:
Andrew Hsu
2019-02-25 21:15:23 -08:00
committed by GitHub
2 changed files with 16 additions and 1 deletions
+15
View File
@@ -3,6 +3,21 @@
For official release notes for Docker Engine CE and Docker Engine EE, visit the
[https://docs.docker.com/engine/release-notes/](release notes page).
## 18.09.3 (2019-02-DD)
### Networking
- Windows: avoid regeneration of network ids to prevent broken references to networks. [docker/engine#149](https://github.com/docker/engine/pull/149)
### Runtime
* Update to Go 1.10.8.
* Modify some of the names in the container name generator. [docker/engine#159](https://github.com/docker/engine/pull/159)
- When copying existing folder, ignore xattr set errors when the target filesystem doesn't support xattr. [docker/engine#135](https://github.com/docker/engine/pull/135)
- Graphdriver: fix "device" mode not being detected if "character-device" bit is set. [docker/engine#160](https://github.com/docker/engine/pull/160)
- Fix nil pointer derefence on failure to connect to containerd. [docker/engine#162](https://github.com/docker/engine/pull/162)
- Delete stale containerd object on start failure. [docker/engine#154](https://github.com/docker/engine/pull/154)
## 18.09.2 (2019-02-11)
### Security
+1 -1
View File
@@ -1 +1 @@
18.09.2
18.09.3-rc1