From 8cf9ea27a298267698e900576cab6ad354b23e81 Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Wed, 20 Mar 2019 21:51:34 +0000 Subject: [PATCH] bump ver 18.09.4-rc1 Signed-off-by: Andrew Hsu --- CHANGELOG.md | 12 ++++++++++++ VERSION | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e213edb68..75c5504741 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ 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.4 (2019-03-27) + +### Runtime + +- Fix `docker cp` error with filenames greater than 100 characters. [moby/moby#38634](https://github.com/moby/moby/pull/38634) +- Fix layer/layer_store: ensure NewInputTarStream resources are released. [moby/moby#38413](https://github.com/moby/moby/pull/38413) +* Increase GRPC limit for GetConfigs. [moby/moby#38800](https://github.com/moby/moby/pull/38800) + +### Swarm Mode + +- Fix nil pointer exception when joining node to swarm. [moby/moby#38618](https://github.com/moby/moby/issues/38618) + ## 18.09.3 (2019-02-28) ### Networking diff --git a/VERSION b/VERSION index e18d7b0207..131a9c4b08 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.09.3 +18.09.4-rc1