@@ -13,6 +13,21 @@ keywords: "API, Docker, rcli, REST, documentation"
1313 will be rejected.
1414-->
1515
16+ ## v1.40 API changes
17+
18+ [ Docker Engine API v1.40] ( https://docs.docker.com/engine/api/v1.40/ ) documentation
19+
20+ * ` GET /services ` now returns ` Sysctls ` as part of the ` ContainerSpec ` .
21+ * ` GET /services/{id} ` now returns ` Sysctls ` as part of the ` ContainerSpec ` .
22+ * ` POST /services/create ` now accepts ` Sysctls ` as part of the ` ContainerSpec ` .
23+ * ` POST /services/{id}/update ` now accepts ` Sysctls ` as part of the ` ContainerSpec ` .
24+ * ` GET /tasks ` now returns ` Sysctls ` as part of the ` ContainerSpec ` .
25+ * ` GET /tasks/{id} ` now returns ` Sysctls ` as part of the ` ContainerSpec ` .
26+ * ` GET /nodes ` now supports a filter type ` node.label ` filter to filter nodes based
27+ on the node.label. The format of the label filter is ` node.label=<key> ` /` node.label=<key>=<value> `
28+ to return those with the specified labels, or ` node.label!=<key> ` /` node.label!=<key>=<value> `
29+ to return those without the specified labels.
30+
1631## V1.39 API changes
1732
1833[ Docker Engine API v1.39] ( https://docs.docker.com/engine/api/v1.39/ ) documentation
@@ -26,16 +41,6 @@ keywords: "API, Docker, rcli, REST, documentation"
2641* ` POST /swarm/init ` now accepts a ` DefaultAddrPool ` property to set global scope default address pool
2742* ` POST /swarm/init ` now accepts a ` SubnetSize ` property to set global scope networks by giving the
2843 length of the subnet masks for every such network
29- * ` GET /nodes ` now supports a filter type ` node.label ` filter to filter nodes based
30- on the node.label. The format of the label filter is ` node.label=<key> ` /` node.label=<key>=<value> `
31- to return those with the specified labels, or ` node.label!=<key> ` /` node.label!=<key>=<value> `
32- to return those without the specified labels.
33- * ` GET /services ` now returns ` Sysctls ` as part of the ` ContainerSpec ` .
34- * ` GET /services/{id} ` now returns ` Sysctls ` as part of the ` ContainerSpec ` .
35- * ` POST /services/create ` now accepts ` Sysctls ` as part of the ` ContainerSpec ` .
36- * ` POST /services/{id}/update ` now accepts ` Sysctls ` as part of the ` ContainerSpec ` .
37- * ` GET /tasks ` now returns ` Sysctls ` as part of the ` ContainerSpec ` .
38- * ` GET /tasks/{id} ` now returns ` Sysctls ` as part of the ` ContainerSpec ` .
3944
4045## V1.38 API changes
4146
0 commit comments