mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
engine: 28.5.1
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
@@ -27,6 +27,25 @@ For more information about:
|
||||
- Deprecated and removed features, see [Deprecated Engine Features](../deprecated.md).
|
||||
- Changes to the Engine API, see [Engine API version history](/reference/api/engine/version-history.md).
|
||||
|
||||
## 28.5.1
|
||||
|
||||
{{< release-date date="2025-10-08" >}}
|
||||
|
||||
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
|
||||
|
||||
- [docker/cli, 28.5.1 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A28.5.1)
|
||||
- [moby/moby, 28.5.1 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.5.1)
|
||||
|
||||
### Bug fixes and enhancements
|
||||
|
||||
- Update BuildKit to v0.25.1. [moby/moby#51137](https://github.com/moby/moby/pull/51137)
|
||||
- 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)
|
||||
|
||||
### Deprecations
|
||||
|
||||
- api/types/image: InspectResponse: deprecate `Parent` and `DockerVersion` fields. [moby/moby#51105](https://github.com/moby/moby/pull/51105)
|
||||
- api/types/plugin: deprecate `Config.DockerVersion` field. [moby/moby#51110](https://github.com/moby/moby/pull/51110)
|
||||
|
||||
## 28.5.0
|
||||
|
||||
{{< release-date date="2025-10-02" >}}
|
||||
|
||||
@@ -135,10 +135,10 @@ params:
|
||||
# Latest version of the Docker Engine API
|
||||
latest_engine_api_version: "1.51"
|
||||
# Latest version of Docker Engine
|
||||
docker_ce_version: "28.5.0"
|
||||
docker_ce_version: "28.5.1"
|
||||
# Previous version of the Docker Engine
|
||||
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
|
||||
docker_ce_version_prev: "28.4.0"
|
||||
docker_ce_version_prev: "28.5.0"
|
||||
# Latest Docker Compose version
|
||||
compose_version: "v2.40.0"
|
||||
# Latest BuildKit version
|
||||
|
||||
Reference in New Issue
Block a user