Skip to content

Commit a23dcf4

Browse files
committed
Bump API version to 1.47
Signed-off-by: Rob Murray <[email protected]>
1 parent 0c513d2 commit a23dcf4

3 files changed

Lines changed: 11 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.46"
6+
DefaultVersion = "1.47"
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.46"
22+
basePath: "/v1.47"
2323
info:
2424
title: "Docker Engine API"
25-
version: "1.46"
25+
version: "1.47"
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.46) is used.
59-
For example, calling `/info` is the same as calling `/v1.46/info`. Using the
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
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ keywords: "API, Docker, rcli, REST, documentation"
1313
will be rejected.
1414
-->
1515

16+
## v1.47 API changes
17+
18+
[Docker Engine API v1.47](https://docs.docker.com/engine/api/v1.47/) documentation
19+
20+
* `Sysctls` in `HostConfig` (top level `--sysctl` settings) for `eth0` are no
21+
longer migrated to `DriverOpts`, as described in the changes for v1.46.
1622

1723
## v1.46 API changes
1824

0 commit comments

Comments
 (0)