From 012dd239ce4d96f67bb92ffc86ea3cfd3cae69fa Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sat, 6 May 2023 16:28:37 +0200 Subject: docs/api: version-history: also mention /system/df for VirtualSize Commit 1261fe69a3586bb102182aa885197822419c768c deprecated the VirtualSize field, but forgot to mention that it's also included in the /system/df endpoint. Signed-off-by: Sebastiaan van Stijn (cherry picked from commit fdc7a786527b398328dbbbafa3314de11de3fe6b) Signed-off-by: Sebastiaan van Stijn --- docs/api/version-history.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/version-history.md b/docs/api/version-history.md index 530040cdce..f5f20f503d 100644 --- a/docs/api/version-history.md +++ b/docs/api/version-history.md @@ -23,9 +23,9 @@ keywords: "API, Docker, rcli, REST, documentation" * `GET /images/json` no longer includes hardcoded `:` and `@` in `RepoTags` and`RepoDigests` for untagged images. In such cases, empty arrays will be produced instead. -* The `VirtualSize` field in the `GET /images/{name}/json` and `GET /images//json` - responses is deprecated and will no longer be included in API v1.44. Use the - `Size` field instead, which contains the same information. +* The `VirtualSize` field in the `GET /images/{name}/json`, `GET /images/json`, + and `GET /system/df` responses is deprecated and will no longer be included + in API v1.44. Use the `Size` field instead, which contains the same information. * `GET /info` now includes `no-new-privileges` in the `SecurityOptions` string list when this option is enabled globally. This change is not versioned, and affects all API versions if the daemon has this patch. -- cgit v1.2.1