瀏覽代碼

Add info OSVersion to API changelog.

This was added in d363a1881ec256e1be5a48a90046ff16e84ddc02 (moby/moby#38349),
but not yet added to the API history.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 6 年之前
父節點
當前提交
53430f5fc1
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      docs/api/version-history.md

+ 3 - 0
docs/api/version-history.md

@@ -28,6 +28,9 @@ keywords: "API, Docker, rcli, REST, documentation"
   `private` to create the container in its own private cgroup namespace.  The per-daemon
   `private` to create the container in its own private cgroup namespace.  The per-daemon
   default is `host`, and can be changed by using the`CgroupNamespaceMode` daemon configuration
   default is `host`, and can be changed by using the`CgroupNamespaceMode` daemon configuration
   parameter.
   parameter.
+* `GET /info` now  returns an `OSVersion` field, containing the operating system's
+  version. This change is not versioned, and affects all API versions if the daemon
+  has this patch.
 
 
 ## v1.40 API changes
 ## v1.40 API changes