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:
2323- Deprecated and removed features, see [ Deprecated Engine Features] ( ../deprecated.md ) .
2424- Changes to the Engine API, see [ Engine API version history] ( /reference/api/engine/version-history.md ) .
2525
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+
2641## 28.3.0
2742
2843{{< 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
7373``` console
7474$ docker version
7575Client: Docker Engine - Community
76- Version: 28.3.0
76+ Version: 28.3.1
7777 API version: 1.51
7878 Go version: go1.24.4
7979 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
8282 Context: default
8383
8484Server: Docker Engine - Community
8585 Engine:
86- Version: 28.3.0
86+ Version: 28.3.1
8787 API version: 1.51 (minimum version 1.24)
8888 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
9292 ...
9393```
9494
@@ -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.3 | [ 1.51] ( /reference/api/engine/version/v1.51/ ) | [ changes] ( /reference/api/engine/version-history/#v151-api-changes ) |
135136| 28.2 | [ 1.50] ( /reference/api/engine/version/v1.50/ ) | [ changes] ( /reference/api/engine/version-history/#v150-api-changes ) |
136137| 28.1 | [ 1.49] ( /reference/api/engine/version/v1.49/ ) | [ changes] ( /reference/api/engine/version-history/#v149-api-changes ) |
137138| 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:
135135 # Latest version of the Docker Engine API
136136 latest_engine_api_version : " 1.51"
137137 # Latest version of Docker Engine
138- docker_ce_version : " 28.3.0 "
138+ docker_ce_version : " 28.3.1 "
139139 # Previous version of the Docker Engine
140140 # (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 "
142142 # Latest Docker Compose version
143143 compose_version : " v2.38.1"
144144 # Latest BuildKit version
145- buildkit_version : " 0.23.1 "
145+ buildkit_version : " 0.23.2 "
146146
147147 # Example runtime/library/os versions
148148 example_go_version : " 1.24"
You can’t perform that action at this time.
0 commit comments