From e0b8f3da0efaec9909233a33ed5a85a1fad0bf8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Wed, 20 May 2026 16:34:07 +0200 Subject: [PATCH] engine: 29.5.2 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/29.md | 13 +++++++++++++ hugo.yaml | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/content/manuals/engine/release-notes/29.md b/content/manuals/engine/release-notes/29.md index 26c4dc21db0..a304f2711ed 100644 --- a/content/manuals/engine/release-notes/29.md +++ b/content/manuals/engine/release-notes/29.md @@ -22,6 +22,19 @@ 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/). +## 29.5.2 + +{{< release-date date="2026-05-20" >}} + +For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones: + +- [docker/cli, 29.5.2 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A29.5.2) +- [moby/moby, 29.5.2 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A29.5.2) + +### Bug fixes and enhancements + +- Fix a regression introduced in 29.5.1 where `docker cp` failed with "mkdirat: file exists" when a container had a bind mount whose target traversed an in-container symlink (e.g. `/var/run -> /run`). [moby/moby#52655](https://github.com/moby/moby/pull/52655) + ## 29.5.1 {{< release-date date="2026-05-18" >}} diff --git a/hugo.yaml b/hugo.yaml index 5760d84089c..7cfa0c7e100 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -154,10 +154,10 @@ params: # Latest version of the Docker Engine API latest_engine_api_version: "1.54" # Latest version of Docker Engine - docker_ce_version: "29.5.1" + docker_ce_version: "29.5.2" # Previous version of the Docker Engine # (Used to show e.g., "latest" and "latest"-1 in engine install examples - docker_ce_version_prev: "29.5.0" + docker_ce_version_prev: "29.5.1" # Latest Docker Compose version compose_version: "v5.1.2" # Latest BuildKit version