bump ver 18.09.6-rc1

Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
This commit is contained in:
Andrew Hsu
2019-05-01 07:08:57 +00:00
parent 315e9a942d
commit e045956084
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -3,6 +3,17 @@
For official release notes for Docker Engine CE and Docker Engine EE, visit the
[release notes page](https://docs.docker.com/engine/release-notes/).
## 18.09.6 (2019-05-02)
### Builder
- Fix `COPY` and `ADD` with multiple `<src>` do not invalidate cache if `DOCKER_BUILDKIT=1`. [moby/moby#38964](https://github.com/moby/moby/issues/38964)
### Networking
- Cleanup the cluster provider when the agent is closed. [docker/libnetwork#2354](https://github.com/docker/libnetwork/pull/2354)
- Windows: pick a random host port if the user does not specify a host port. [docker/libnetwork#2369](https://github.com/docker/libnetwork/pull/2369)
## 18.09.5 (2019-04-11)
### Builder
+1 -1
View File
@@ -1 +1 @@
18.09.5
18.09.6-rc1