From e246e23bb3b815efed486051c42d4c1ec0cd46c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Tue, 7 Oct 2025 22:03:03 +0200 Subject: [PATCH] engine: 28.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- content/manuals/engine/release-notes/28.md | 19 +++++++++++++++++++ hugo.yaml | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/content/manuals/engine/release-notes/28.md b/content/manuals/engine/release-notes/28.md index 74c4b4395b..00667f4079 100644 --- a/content/manuals/engine/release-notes/28.md +++ b/content/manuals/engine/release-notes/28.md @@ -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" >}} diff --git a/hugo.yaml b/hugo.yaml index 12ce5207fa..3d22f327e6 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -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