From 149c1a0435bf0b549b3a21974c1e748a9ceeac6e Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 10 Jul 2017 21:15:02 -0700 Subject: [PATCH] Fix api-version history Commit c79c16910c0f3d6e88f2dc6ef609ecc3b02ccef9 inadvertently put these API changes under API 1.31, but they were added in API 1.30. Signed-off-by: Sebastiaan van Stijn (cherry picked from commit dd5e818fabc7edf7fa4d952e62b949b224909d2a) Conflicts: components/engine/docs/api/version-history.md Signed-off-by: Andrew Hsu --- components/engine/docs/api/version-history.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/engine/docs/api/version-history.md b/components/engine/docs/api/version-history.md index 3891d35c04..8cb95b2948 100644 --- a/components/engine/docs/api/version-history.md +++ b/components/engine/docs/api/version-history.md @@ -29,6 +29,8 @@ keywords: "API, Docker, rcli, REST, documentation" generate and rotate to a new CA certificate/key pair. * `POST /service/create` and `POST /services/(id or name)/update` now take the field `Platforms` as part of the service `Placement`, allowing to specify platforms supported by the service. * `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 ## v1.29 API changes