|
@@ -13,6 +13,21 @@ keywords: "API, Docker, rcli, REST, documentation"
|
|
will be rejected.
|
|
will be rejected.
|
|
-->
|
|
-->
|
|
|
|
|
|
|
|
+## v1.40 API changes
|
|
|
|
+
|
|
|
|
+[Docker Engine API v1.40](https://docs.docker.com/engine/api/v1.40/) documentation
|
|
|
|
+
|
|
|
|
+* `GET /services` now returns `Sysctls` as part of the `ContainerSpec`.
|
|
|
|
+* `GET /services/{id}` now returns `Sysctls` as part of the `ContainerSpec`.
|
|
|
|
+* `POST /services/create` now accepts `Sysctls` as part of the `ContainerSpec`.
|
|
|
|
+* `POST /services/{id}/update` now accepts `Sysctls` as part of the `ContainerSpec`.
|
|
|
|
+* `GET /tasks` now returns `Sysctls` as part of the `ContainerSpec`.
|
|
|
|
+* `GET /tasks/{id}` now returns `Sysctls` as part of the `ContainerSpec`.
|
|
|
|
+* `GET /nodes` now supports a filter type `node.label` filter to filter nodes based
|
|
|
|
+ on the node.label. The format of the label filter is `node.label=<key>`/`node.label=<key>=<value>`
|
|
|
|
+ to return those with the specified labels, or `node.label!=<key>`/`node.label!=<key>=<value>`
|
|
|
|
+ to return those without the specified labels.
|
|
|
|
+
|
|
## V1.39 API changes
|
|
## V1.39 API changes
|
|
|
|
|
|
[Docker Engine API v1.39](https://docs.docker.com/engine/api/v1.39/) documentation
|
|
[Docker Engine API v1.39](https://docs.docker.com/engine/api/v1.39/) documentation
|
|
@@ -26,16 +41,6 @@ keywords: "API, Docker, rcli, REST, documentation"
|
|
* `POST /swarm/init` now accepts a `DefaultAddrPool` property to set global scope default address pool
|
|
* `POST /swarm/init` now accepts a `DefaultAddrPool` property to set global scope default address pool
|
|
* `POST /swarm/init` now accepts a `SubnetSize` property to set global scope networks by giving the
|
|
* `POST /swarm/init` now accepts a `SubnetSize` property to set global scope networks by giving the
|
|
length of the subnet masks for every such network
|
|
length of the subnet masks for every such network
|
|
-* `GET /nodes` now supports a filter type `node.label` filter to filter nodes based
|
|
|
|
- on the node.label. The format of the label filter is `node.label=<key>`/`node.label=<key>=<value>`
|
|
|
|
- to return those with the specified labels, or `node.label!=<key>`/`node.label!=<key>=<value>`
|
|
|
|
- to return those without the specified labels.
|
|
|
|
-* `GET /services` now returns `Sysctls` as part of the `ContainerSpec`.
|
|
|
|
-* `GET /services/{id}` now returns `Sysctls` as part of the `ContainerSpec`.
|
|
|
|
-* `POST /services/create` now accepts `Sysctls` as part of the `ContainerSpec`.
|
|
|
|
-* `POST /services/{id}/update` now accepts `Sysctls` as part of the `ContainerSpec`.
|
|
|
|
-* `GET /tasks` now returns `Sysctls` as part of the `ContainerSpec`.
|
|
|
|
-* `GET /tasks/{id}` now returns `Sysctls` as part of the `ContainerSpec`.
|
|
|
|
|
|
|
|
## V1.38 API changes
|
|
## V1.38 API changes
|
|
|
|
|