summaryrefslogtreecommitdiff
path: root/docs/api/version-history.md
diff options
context:
space:
mode:
authorAkihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>2023-05-16 15:10:07 +0900
committerGitHub <noreply@github.com>2023-05-16 15:10:07 +0900
commit1371aee3cc38134778e2e85f1a4122d1b31d344d (patch)
tree8947b57138e50f434702aab158bb6d40d33d02da /docs/api/version-history.md
parent9548916aa83ded9f90c93a3d3b37074a03b47dc9 (diff)
parent913b0f51cab18a56247a950f5f1e75ca79b63039 (diff)
downloaddocker-1371aee3cc38134778e2e85f1a4122d1b31d344d.tar.gz
Merge pull request #45469 from thaJeztah/deprecate_virtualsize_STEP2
API: omit deprecated VirtualSize field for API v1.44 and up
Diffstat (limited to 'docs/api/version-history.md')
-rw-r--r--docs/api/version-history.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/api/version-history.md b/docs/api/version-history.md
index 993f3193f2..61d2545118 100644
--- a/docs/api/version-history.md
+++ b/docs/api/version-history.md
@@ -17,6 +17,10 @@ keywords: "API, Docker, rcli, REST, documentation"
[Docker Engine API v1.44](https://docs.docker.com/engine/api/v1.44/) documentation
+* The `VirtualSize` field in the `GET /images/{name}/json`, `GET /images/json`,
+ and `GET /system/df` responses is now omitted. Use the `Size` field instead,
+ which contains the same information.
+
## v1.43 API changes
[Docker Engine API v1.43](https://docs.docker.com/engine/api/v1.43/) documentation