From d4b3e786ed231c3e6a7c2804e2120a3a1618f4c9 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 20 Jul 2020 14:36:57 +0200 Subject: [PATCH] docs: add mention of DefaultAddressPools to API history Signed-off-by: Sebastiaan van Stijn --- docs/api/version-history.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/api/version-history.md b/docs/api/version-history.md index e4ac6efd38..7de4497957 100644 --- a/docs/api/version-history.md +++ b/docs/api/version-history.md @@ -17,7 +17,10 @@ keywords: "API, Docker, rcli, REST, documentation" [Docker Engine API v1.41](https://docs.docker.com/engine/api/v1.41/) documentation -* `GET /info` now returns an `CgroupVersion` field, containing the cgroup version. +* `GET /info` now returns a `CgroupVersion` field, containing the cgroup version. +* `GET /info` now returns a `DefaultAddressPools` field, containing a list of + custom default address pools for local networks, which can be specified in the + `daemon.json` file or `--default-address-pool` dockerd option. * `POST /services/create` and `POST /services/{id}/update` now supports `BindOptions.NonRecursive`. * The `ClusterStore` and `ClusterAdvertise` fields in `GET /info` are deprecated and are now omitted if they contain an empty value. This change is not versioned,