Skip to content

Commit 325c011

Browse files
committed
engine/api: add missing API version for v28.1
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 802ee25 commit 325c011

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

content/reference/api/engine/_index.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,21 +73,21 @@ To see the highest version of the API your Docker daemon and client support, use
7373
```console
7474
$ docker version
7575
Client: Docker Engine - Community
76-
Version: 28.0.0
77-
API version: 1.48
78-
Go version: go1.23.6
79-
Git commit: f9ced58
80-
Built: Wed Feb 19 22:11:04 2025
76+
Version: 28.1.1
77+
API version: 1.49
78+
Go version: go1.23.8
79+
Git commit: 4eba377
80+
Built: Fri Apr 18 09:49:45 2025
8181
OS/Arch: linux/amd64
8282
Context: default
8383

8484
Server: Docker Engine - Community
8585
Engine:
86-
Version: 28.0.0
87-
API version: 1.48 (minimum version 1.24)
88-
Go version: go1.23.6
89-
Git commit: af898ab
90-
Built: Wed Feb 19 22:11:04 2025
86+
Version: 28.1.1
87+
API version: 1.49 (minimum version 1.24)
88+
Go version: go1.23.8
89+
Git commit: 01f442b
90+
Built: Fri Apr 18 09:52:08 2025
9191
OS/Arch: linux/amd64
9292
...
9393
```
@@ -132,6 +132,7 @@ You can specify the API version to use in any of the following ways:
132132

133133
| Docker version | Maximum API version | Change log |
134134
|:---------------|:---------------------------------------------|:-------------------------------------------------------------------|
135+
| 28.1 | [1.49](/reference/api/engine/version/v1.49/) | [changes](/reference/api/engine/version-history/#v149-api-changes) |
135136
| 28.0 | [1.48](/reference/api/engine/version/v1.48/) | [changes](/reference/api/engine/version-history/#v148-api-changes) |
136137
| 27.5 | [1.47](/reference/api/engine/version/v1.47/) | [changes](/reference/api/engine/version-history/#v147-api-changes) |
137138
| 27.4 | [1.47](/reference/api/engine/version/v1.47/) | [changes](/reference/api/engine/version-history/#v147-api-changes) |

0 commit comments

Comments
 (0)