Skip to content

Commit 27f2e0e

Browse files
committed
api: bump to 1.51
Signed-off-by: Paweł Gronowski <[email protected]>
1 parent c29de52 commit 27f2e0e

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

api/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package api
33
// Common constants for daemon and client.
44
const (
55
// DefaultVersion of the current REST API.
6-
DefaultVersion = "1.50"
6+
DefaultVersion = "1.51"
77

88
// MinSupportedAPIVersion is the minimum API version that can be supported
99
// by the API server, specified as "major.minor". Note that the daemon

api/swagger.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ produces:
1919
consumes:
2020
- "application/json"
2121
- "text/plain"
22-
basePath: "/v1.50"
22+
basePath: "/v1.51"
2323
info:
2424
title: "Docker Engine API"
25-
version: "1.50"
25+
version: "1.51"
2626
x-logo:
2727
url: "https://docs.docker.com/assets/images/logo-docker-main.png"
2828
description: |
@@ -56,7 +56,7 @@ info:
5656
is returned.
5757
5858
If you omit the version-prefix, the current version of the API (v1.50) is used.
59-
For example, calling `/info` is the same as calling `/v1.50/info`. Using the
59+
For example, calling `/info` is the same as calling `/v1.51/info`. Using the
6060
API without a version-prefix is deprecated and will be removed in a future release.
6161
6262
Engine releases in the near future should support this version of the API,

docs/api/version-history.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ keywords: "API, Docker, rcli, REST, documentation"
1313
will be rejected.
1414
-->
1515

16+
## v1.51 API changes
17+
18+
[Docker Engine API v1.51](https://docs.docker.com/reference/api/engine/version/v1.51/) documentation
19+
20+
1621
## v1.50 API changes
1722

1823
[Docker Engine API v1.50](https://docs.docker.com/reference/api/engine/version/v1.50/) documentation

0 commit comments

Comments
 (0)