docs/api: version-history: also mention /system/df for VirtualSize
Commit1261fe69a3
deprecated the VirtualSize field, but forgot to mention that it's also included in the /system/df endpoint. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commitfdc7a78652
) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
8d9a40a820
commit
012dd239ce
1 changed files with 3 additions and 3 deletions
|
@ -23,9 +23,9 @@ keywords: "API, Docker, rcli, REST, documentation"
|
||||||
* `GET /images/json` no longer includes hardcoded `<none>:<none>` and
|
* `GET /images/json` no longer includes hardcoded `<none>:<none>` and
|
||||||
`<none>@<none>` in `RepoTags` and`RepoDigests` for untagged images.
|
`<none>@<none>` in `RepoTags` and`RepoDigests` for untagged images.
|
||||||
In such cases, empty arrays will be produced instead.
|
In such cases, empty arrays will be produced instead.
|
||||||
* The `VirtualSize` field in the `GET /images/{name}/json` and `GET /images//json`
|
* The `VirtualSize` field in the `GET /images/{name}/json`, `GET /images/json`,
|
||||||
responses is deprecated and will no longer be included in API v1.44. Use the
|
and `GET /system/df` responses is deprecated and will no longer be included
|
||||||
`Size` field instead, which contains the same information.
|
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
|
* `GET /info` now includes `no-new-privileges` in the `SecurityOptions` string
|
||||||
list when this option is enabled globally. This change is not versioned, and
|
list when this option is enabled globally. This change is not versioned, and
|
||||||
affects all API versions if the daemon has this patch.
|
affects all API versions if the daemon has this patch.
|
||||||
|
|
Loading…
Reference in a new issue