aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2022-08-02 09:49:29 +0200
committerSebastiaan van Stijn <github@gone.nl>2022-08-04 09:30:06 +0200
commite0db8207f3b84d030a71f41db70fc7fbf0535b9f (patch)
tree87efa7ece6528a4ab8ed71e22506ef7a0ec95f4a /docs
parentebf339628a7a3a285ae7abd7104a4a0baede422e (diff)
api: add BuildCache.Parents for API >= v1.42
This field was added to replace the deprecated "Parent" field. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'docs')
-rw-r--r--docs/api/version-history.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api/version-history.md b/docs/api/version-history.md
index b8ec2a38da..36482c5479 100644
--- a/docs/api/version-history.md
+++ b/docs/api/version-history.md
@@ -89,6 +89,8 @@ keywords: "API, Docker, rcli, REST, documentation"
with information about the created volume.
* The `BuildCache.Parent` field, as returned by `GET /system/df` is deprecated
and is now omitted. API versions before v1.42 continue to include this field.
+* `GET /system/df` now includes a new `Parents` field, for "build-cache" records,
+ which contains a list of parent IDs for the build-cache record.
* Volume information returned by `GET /volumes/{name}`, `GET /volumes` and
`GET /system/df` can now contain a `ClusterVolume` if the volume is a cluster
volume (requires the daemon to be a Swarm manager).