summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2022-05-23 12:56:39 +0200
committerSebastiaan van Stijn <github@gone.nl>2022-08-04 09:27:34 +0200
commitebf339628a7a3a285ae7abd7104a4a0baede422e (patch)
tree6faf939040cb16888432011207ebb1fdf720b9e2 /docs
parente0286d7f4ef79ad7a5f9b95dcfe21c54aa20d4a2 (diff)
downloaddocker-ebf339628a7a3a285ae7abd7104a4a0baede422e.tar.gz
api: deprecate BuildCache.Parent in API >= v1.42
This field has been deprecated in BuildKit, so this follows the deprecation in the Engine API. 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 4bc2cfc270..b8ec2a38da 100644
--- a/docs/api/version-history.md
+++ b/docs/api/version-history.md
@@ -87,6 +87,8 @@ keywords: "API, Docker, rcli, REST, documentation"
volume (CNI). This option can only be used if the daemon is a Swarm manager.
The Volume response on creation now also can contain a `ClusterVolume` field
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.
* 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).