Merge pull request #16999 from tiborvass/bump_apiversion_to_v1.22

Bump API Version to v1.22
Upstream-commit: 22a0b0a4f926af6e73beb279e390e6333989c9bc
Component: engine
This commit is contained in:
Jess Frazelle
2015-10-13 18:59:09 -07:00
3 changed files with 2781 additions and 4 deletions

View File

@ -18,7 +18,7 @@ import (
// Common constants for daemon and client.
const (
// Version of Current REST API
Version version.Version = "1.21"
Version version.Version = "1.22"
// MinVersion represents Minimun REST API version supported
MinVersion version.Version = "1.12"

View File

@ -23,14 +23,15 @@ client must have `root` access to interact with the daemon. If a group named
`docker` exists on your system, `docker` applies ownership of the socket to the
group.
The current version of the API is v1.21 which means calling `/info` is the same
as calling `/v1.21/info`. To call an older version of the API use
`/v1.20/info`.
The current version of the API is v1.22 which means calling `/info` is the same
as calling `/v1.22/info`. To call an older version of the API use
`/v1.21/info`.
Use the table below to find the API version for a Docker version:
Docker version | API version | Changes
----------------|-------------------------------------------------|-----------------------------
1.10.x | [1.22](/reference/api/docker_remote_api_v1.22/) | [API changes](/reference/api/docker_remote_api/#v1-22-api-changes)
1.9.x | [1.21](/reference/api/docker_remote_api_v1.21/) | [API changes](/reference/api/docker_remote_api/#v1-21-api-changes)
1.8.x | [1.20](/reference/api/docker_remote_api_v1.20/) | [API changes](/reference/api/docker_remote_api/#v1-20-api-changes)
1.7.x | [1.19](/reference/api/docker_remote_api_v1.19/) | [API changes](/reference/api/docker_remote_api/#v1-19-api-changes)
@ -89,6 +90,11 @@ Running `docker rmi` emits an **untag** event when removing an image name. The
This section lists each version from latest to oldest. Each listing includes a link to the full documentation set and the changes relevant in that release.
### v1.22 API changes
[Docker Remote API v1.22](docker_remote_api_v1.22.md) documentation
### v1.21 API changes
[Docker Remote API v1.21](docker_remote_api_v1.21.md) documentation

File diff suppressed because it is too large Load Diff