Browse code

Merge pull request #39309 from thaJeztah/fix_api_history2

Move cgroup info changes to API v1.40

Akihiro Suda authored on 2019/06/06 13:39:35
Showing 1 changed files
... ...
@@ -22,11 +22,6 @@ keywords: "API, Docker, rcli, REST, documentation"
22 22
   `private` to create the container in its own private cgroup namespace.  The per-daemon
23 23
   default is `host`, and can be changed by using the`CgroupNamespaceMode` daemon configuration
24 24
   parameter.
25
-* `GET /info` now includes `name=rootless` in `SecurityOptions` when the daemon is running in
26
-  rootless mode.  This change is not versioned, and affects all API versions if the daemon has
27
-  this patch.
28
-* `GET /info` now returns `none` as `CgroupDriver` when the daemon is running in rootless mode.
29
-  This change is not versioned, and affects all API versions if the daemon has this patch.
30 25
 
31 26
 ## v1.40 API changes
32 27
 
... ...
@@ -64,6 +59,11 @@ keywords: "API, Docker, rcli, REST, documentation"
64 64
 * `GET /info` now returns information about `DataPathPort` that is currently used in swarm
65 65
 * `GET /info` now returns `PidsLimit` boolean to indicate if the host kernel has
66 66
   PID limit support enabled.
67
+* `GET /info` now includes `name=rootless` in `SecurityOptions` when the daemon is running in
68
+  rootless mode.  This change is not versioned, and affects all API versions if the daemon has
69
+  this patch.
70
+* `GET /info` now returns `none` as `CgroupDriver` when the daemon is running in rootless mode.
71
+  This change is not versioned, and affects all API versions if the daemon has this patch.
67 72
 * `POST /containers/create` now accepts `DeviceRequests` as part of `HostConfig`.
68 73
   Can be used to set Nvidia GPUs.
69 74
 * `GET /swarm` endpoint now returns DataPathPort info