File tree Expand file tree Collapse file tree 3 files changed +26
-10
lines changed
manuals/engine/release-notes Expand file tree Collapse file tree 3 files changed +26
-10
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,21 @@ For more information about:
23
23
- Deprecated and removed features, see [ Deprecated Engine Features] ( ../deprecated.md ) .
24
24
- Changes to the Engine API, see [ Engine API version history] ( /reference/api/engine/version-history.md ) .
25
25
26
+ ## 28.3.1
27
+
28
+ {{< release-date date="2025-07-02" >}}
29
+
30
+ For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
31
+
32
+ - [ docker/cli, 28.3.1 milestone] ( https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A28.3.1 )
33
+ - [ moby/moby, 28.3.1 milestone] ( https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.3.1 )
34
+
35
+ ### Packaging updates
36
+
37
+ - Update BuildKit to [ v0.23.2] ( https://github.com/moby/buildkit/releases/tag/v0.23.2 ) . [ moby/moby #50309 ] ( https://github.com/moby/moby/pull/50309 )
38
+ - Update Compose to [ v2.38.1] ( https://github.com/docker/compose/releases/tag/v2.38.1 ) . [ docker/docker-ce-packaging #1221 ] ( https://github.com/docker/docker-ce-packaging/pull/1221 )
39
+ - Update Model to v0.1.32 which adds the support for the new top-level ` models: ` key in Docker Compose. [ docker/docker-ce-packaging #1222 ] ( https://github.com/docker/docker-ce-packaging/pull/1222 )
40
+
26
41
## 28.3.0
27
42
28
43
{{< release-date date="2025-06-24" >}}
Original file line number Diff line number Diff line change @@ -73,22 +73,22 @@ To see the highest version of the API your Docker daemon and client support, use
73
73
``` console
74
74
$ docker version
75
75
Client: Docker Engine - Community
76
- Version: 28.3.0
76
+ Version: 28.3.1
77
77
API version: 1.51
78
78
Go version: go1.24.4
79
79
Git commit: 38b7060
80
- Built: Tue Jun 24 15:44:12 2025
81
- OS/Arch: linux/amd64
80
+ Built: Wed Jul 2 20:56:31 2025
81
+ OS/Arch: linux/arm64
82
82
Context: default
83
83
84
84
Server: Docker Engine - Community
85
85
Engine:
86
- Version: 28.3.0
86
+ Version: 28.3.1
87
87
API version: 1.51 (minimum version 1.24)
88
88
Go version: go1.24.4
89
- Git commit: 265f709
90
- Built: Tue Jun 24 15:44:12 2025
91
- OS/Arch: linux/amd64
89
+ Git commit: 5beb93d
90
+ Built: Wed Jul 2 20:56:31 2025
91
+ OS/Arch: linux/arm64
92
92
...
93
93
```
94
94
@@ -132,6 +132,7 @@ You can specify the API version to use in any of the following ways:
132
132
133
133
| Docker version | Maximum API version | Change log |
134
134
| :---------------| :---------------------------------------------| :-------------------------------------------------------------------|
135
+ | 28.3 | [ 1.51] ( /reference/api/engine/version/v1.51/ ) | [ changes] ( /reference/api/engine/version-history/#v151-api-changes ) |
135
136
| 28.2 | [ 1.50] ( /reference/api/engine/version/v1.50/ ) | [ changes] ( /reference/api/engine/version-history/#v150-api-changes ) |
136
137
| 28.1 | [ 1.49] ( /reference/api/engine/version/v1.49/ ) | [ changes] ( /reference/api/engine/version-history/#v149-api-changes ) |
137
138
| 28.0 | [ 1.48] ( /reference/api/engine/version/v1.48/ ) | [ changes] ( /reference/api/engine/version-history/#v148-api-changes ) |
Original file line number Diff line number Diff line change @@ -135,14 +135,14 @@ params:
135
135
# Latest version of the Docker Engine API
136
136
latest_engine_api_version : " 1.51"
137
137
# Latest version of Docker Engine
138
- docker_ce_version : " 28.3.0 "
138
+ docker_ce_version : " 28.3.1 "
139
139
# Previous version of the Docker Engine
140
140
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
141
- docker_ce_version_prev : " 28.2.2 "
141
+ docker_ce_version_prev : " 28.3.0 "
142
142
# Latest Docker Compose version
143
143
compose_version : " v2.38.1"
144
144
# Latest BuildKit version
145
- buildkit_version : " 0.23.1 "
145
+ buildkit_version : " 0.23.2 "
146
146
147
147
# Example runtime/library/os versions
148
148
example_go_version : " 1.24"
You can’t perform that action at this time.
0 commit comments