From 8e88731cf290684ecf634cfc6e1d3b26efe895ee Mon Sep 17 00:00:00 2001 From: allencloud Date: Wed, 12 Jul 2017 09:22:07 +0800 Subject: [PATCH] add cluster events change in version_history.md Signed-off-by: allencloud (cherry picked from commit e9da15a6603f288a4c0005fc8f4161b45390e26b) Signed-off-by: Sebastiaan van Stijn --- components/engine/docs/api/version-history.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/engine/docs/api/version-history.md b/components/engine/docs/api/version-history.md index 8cfc6eec14..4af8272a60 100644 --- a/components/engine/docs/api/version-history.md +++ b/components/engine/docs/api/version-history.md @@ -31,6 +31,9 @@ keywords: "API, Docker, rcli, REST, documentation" * `POST /containers/(name)/wait` now accepts a `condition` query parameter to indicate which state change condition to wait for. Also, response headers are now returned immediately to acknowledge that the server has registered a wait callback for the client. * `POST /swarm/init` now accepts a `DataPathAddr` property to set the IP-address or network interface to use for data traffic * `POST /swarm/join` now accepts a `DataPathAddr` property to set the IP-address or network interface to use for data traffic +* `GET /events` now supports service, node and secret events which are emmited when users create, update and remove service, node and secret +* `GET /events` now supports network remove event which is emmitted when users remove a swarm scoped network +* `GET /events` now supports a filter type `scope` in which supported value could be swarm and local ## v1.29 API changes