Skip to content

Commit e246e23

Browse files
committed
engine: 28.5.1
Signed-off-by: Paweł Gronowski <[email protected]>
1 parent f32b6c7 commit e246e23

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

content/manuals/engine/release-notes/28.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,25 @@ For more information about:
2727
- Deprecated and removed features, see [Deprecated Engine Features](../deprecated.md).
2828
- Changes to the Engine API, see [Engine API version history](/reference/api/engine/version-history.md).
2929

30+
## 28.5.1
31+
32+
{{< release-date date="2025-10-08" >}}
33+
34+
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
35+
36+
- [docker/cli, 28.5.1 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A28.5.1)
37+
- [moby/moby, 28.5.1 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.5.1)
38+
39+
### Bug fixes and enhancements
40+
41+
- Update BuildKit to v0.25.1. [moby/moby#51137](https://github.com/moby/moby/pull/51137)
42+
- Update Go runtime to [1.24.8](https://go.dev/doc/devel/release#go1.24.8). [moby/moby#51133](https://github.com/moby/moby/pull/51133), [docker/cli#6541](https://github.com/docker/cli/pull/6541)
43+
44+
### Deprecations
45+
46+
- api/types/image: InspectResponse: deprecate `Parent` and `DockerVersion` fields. [moby/moby#51105](https://github.com/moby/moby/pull/51105)
47+
- api/types/plugin: deprecate `Config.DockerVersion` field. [moby/moby#51110](https://github.com/moby/moby/pull/51110)
48+
3049
## 28.5.0
3150

3251
{{< release-date date="2025-10-02" >}}

hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ 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.5.0"
138+
docker_ce_version: "28.5.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.4.0"
141+
docker_ce_version_prev: "28.5.0"
142142
# Latest Docker Compose version
143143
compose_version: "v2.40.0"
144144
# Latest BuildKit version

0 commit comments

Comments
 (0)