Skip to content

Commit 2b43979

Browse files
committed
API: bump version to 1.48
The 27.x branch was created and is on API 1.47, so changes in master/main should now be targeting the next version of the API (1.48). Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 47855a7 commit 2b43979

3 files changed

Lines changed: 9 additions & 5 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 // import "github.com/docker/docker/api"
33
// Common constants for daemon and client.
44
const (
55
// DefaultVersion of the current REST API.
6-
DefaultVersion = "1.47"
6+
DefaultVersion = "1.48"
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: 4 additions & 4 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.47"
22+
basePath: "/v1.48"
2323
info:
2424
title: "Docker Engine API"
25-
version: "1.47"
25+
version: "1.48"
2626
x-logo:
2727
url: "https://docs.docker.com/assets/images/logo-docker-main.png"
2828
description: |
@@ -55,8 +55,8 @@ info:
5555
the URL is not supported by the daemon, a HTTP `400 Bad Request` error message
5656
is returned.
5757
58-
If you omit the version-prefix, the current version of the API (v1.47) is used.
59-
For example, calling `/info` is the same as calling `/v1.47/info`. Using the
58+
If you omit the version-prefix, the current version of the API (v1.48) is used.
59+
For example, calling `/info` is the same as calling `/v1.48/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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ keywords: "API, Docker, rcli, REST, documentation"
1313
will be rejected.
1414
-->
1515

16+
## v1.48 API changes
17+
18+
[Docker Engine API v1.48](https://docs.docker.com/engine/api/v1.48/) documentation
19+
1620
## v1.47 API changes
1721

1822
[Docker Engine API v1.47](https://docs.docker.com/engine/api/v1.47/) documentation

0 commit comments

Comments
 (0)