From 53430f5fc14feb6d47d4bab740cf9d376e1c74aa Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 21 Jun 2019 15:38:35 +0200 Subject: [PATCH] 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 --- docs/api/version-history.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api/version-history.md b/docs/api/version-history.md index 73f17815fc..81f2dcabab 100644 --- a/docs/api/version-history.md +++ b/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 default is `host`, and can be changed by using the`CgroupNamespaceMode` daemon configuration 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