1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #21431 from tiborvass/bump_apiversion_to_v1.24

Bump API Version to v1.24
This commit is contained in:
Tibor Vass 2016-03-23 13:08:23 -04:00
commit 38227b96c0
4 changed files with 3282 additions and 5 deletions

View file

@ -1 +1 @@
1.11.0-dev 1.12.0-dev

View file

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

View file

@ -35,14 +35,15 @@ If you have bound the Docker daemon to a different socket path or TCP
port, you would reference that in your cURL rather than the port, you would reference that in your cURL rather than the
default. default.
The current version of the API is v1.23 which means calling `/info` is the same The current version of the API is v1.24 which means calling `/info` is the same
as calling `/v1.23/info`. To call an older version of the API use as calling `/v1.24/info`. To call an older version of the API use
`/v1.22/info`. `/v1.23/info`.
Use the table below to find the API version for a Docker version: Use the table below to find the API version for a Docker version:
Docker version | API version | Changes Docker version | API version | Changes
----------------|------------------------------------|------------------------------------------------------ ----------------|------------------------------------|------------------------------------------------------
1.12.x | [1.24](docker_remote_api_v1.24.md) | [API changes](docker_remote_api.md#v1-24-api-changes)
1.11.x | [1.23](docker_remote_api_v1.23.md) | [API changes](docker_remote_api.md#v1-23-api-changes) 1.11.x | [1.23](docker_remote_api_v1.23.md) | [API changes](docker_remote_api.md#v1-23-api-changes)
1.10.x | [1.22](docker_remote_api_v1.22.md) | [API changes](docker_remote_api.md#v1-22-api-changes) 1.10.x | [1.22](docker_remote_api_v1.22.md) | [API changes](docker_remote_api.md#v1-22-api-changes)
1.9.x | [1.21](docker_remote_api_v1.21.md) | [API changes](docker_remote_api.md#v1-21-api-changes) 1.9.x | [1.21](docker_remote_api_v1.21.md) | [API changes](docker_remote_api.md#v1-21-api-changes)
@ -111,6 +112,10 @@ 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. 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.24 API changes
[Docker Remote API v1.24](docker_remote_api_v1.24.md) documentation
### v1.23 API changes ### v1.23 API changes
[Docker Remote API v1.23](docker_remote_api_v1.23.md) documentation [Docker Remote API v1.23](docker_remote_api_v1.23.md) documentation

File diff suppressed because it is too large Load diff