Skip to content

Commit

Permalink
Merge pull request moby#41237 from thaJeztah/DefaultAddressPools_api_…
Browse files Browse the repository at this point in the history
…history

docs: add mention of DefaultAddressPools to API history
  • Loading branch information
tiborvass committed Jul 20, 2020
2 parents f712444 + d4b3e78 commit 6792a85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/api/version-history.md
Expand Up @@ -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,
Expand Down

0 comments on commit 6792a85

Please sign in to comment.