From 82e46a220896b8fc3a257f9472db84ebbf8958e9 Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Mon, 14 Aug 2017 19:28:47 +0000 Subject: [PATCH 1/2] update changelog for 17.07.0-ce-rc3 Signed-off-by: Andrew Hsu --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bdb04f3ce..5a59f22cae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ information on the list of deprecated flags and APIs please have a look at https://docs.docker.com/engine/deprecated/ where target removal dates can also be found. -## 17.07.0-ce (2017-07-XX) +## 17.07.0-ce (2017-08-XX) ### API & Client From 29fda6bf9b575881d04e4be6dede3cacf3454bce Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Mon, 14 Aug 2017 14:33:07 -0700 Subject: [PATCH 2/2] add experimental note for swarm plugins Signed-off-by: Victor Vieux --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a59f22cae..7c096afb77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,12 +60,12 @@ be found. ### Swarm Mode -* Add support for plugins on swarm [moby/moby#33575](https://github.com/moby/moby/pull/33575) * Initial support for plugable secret backends [moby/moby#34157](https://github.com/moby/moby/pull/34157) [moby/moby#34123](https://github.com/moby/moby/pull/34123) * Sort swarm stacks and nodes using natural sorting [docker/cli#315](https://github.com/docker/cli/pull/315) * Make engine support cluster config event [moby/moby#34032](https://github.com/moby/moby/pull/34032) * Only pass a join address when in the process of joining a cluster [moby/moby#33361](https://github.com/moby/moby/pull/33361) * Fix error during service creation if a network with the same name exists both as "local" and "swarm" scoped network [docker/cli#184](https://github.com/docker/cli/pull/184) +* (experimental) Add support for plugins on swarm [moby/moby#33575](https://github.com/moby/moby/pull/33575) ## 17.06.0-ce (2017-06-07)