From e045956084c6165dc141d9ede3e3d92ad3a136c1 Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Tue, 30 Apr 2019 19:47:07 +0000 Subject: [PATCH] bump ver 18.09.6-rc1 Signed-off-by: Andrew Hsu --- CHANGELOG.md | 11 +++++++++++ VERSION | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f1db738d5..2f4ea2aeec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 `` 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 diff --git a/VERSION b/VERSION index 276de2277b..392b8ca9fc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.09.5 +18.09.6-rc1