From 29fda6bf9b575881d04e4be6dede3cacf3454bce Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Mon, 14 Aug 2017 14:33:07 -0700 Subject: [PATCH] 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)