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 <github@gone.nl>
| ... | ... |
@@ -26,8 +26,6 @@ keywords: "API, Docker, rcli, REST, documentation" |
| 26 | 26 |
the daemon. This endpoint is experimental and only available if the daemon is started with experimental features |
| 27 | 27 |
enabled. |
| 28 | 28 |
* `GET /images/(name)/get` now includes an `ImageMetadata` field which contains image metadata that is local to the engine and not part of the image config. |
| 29 |
-* `POST /swarm/init` now accepts a `DataPathAddr` property to set the IP-address or network interface to use for data traffic |
|
| 30 |
-* `POST /swarm/join` now accepts a `DataPathAddr` property to set the IP-address or network interface to use for data traffic |
|
| 31 | 29 |
* `POST /services/create` now accepts a `PluginSpec` when `TaskTemplate.Runtime` is set to `plugin` |
| 32 | 30 |
|
| 33 | 31 |
## v1.30 API changes |
| ... | ... |
@@ -46,6 +44,8 @@ keywords: "API, Docker, rcli, REST, documentation" |
| 46 | 46 |
generate and rotate to a new CA certificate/key pair. |
| 47 | 47 |
* `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. |
| 48 | 48 |
* `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. |
| 49 |
+* `POST /swarm/init` now accepts a `DataPathAddr` property to set the IP-address or network interface to use for data traffic |
|
| 50 |
+* `POST /swarm/join` now accepts a `DataPathAddr` property to set the IP-address or network interface to use for data traffic |
|
| 49 | 51 |
|
| 50 | 52 |
## v1.29 API changes |
| 51 | 53 |
|