diff --git a/content/manuals/engine/release-notes/29.md b/content/manuals/engine/release-notes/29.md index 153b0a146b3..f661e171ced 100644 --- a/content/manuals/engine/release-notes/29.md +++ b/content/manuals/engine/release-notes/29.md @@ -22,6 +22,29 @@ 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.7.2 + +{{< release-date date="2026-08-05" >}} + +For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones: + +- [docker/cli, 29.7.2 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A29.7.2) +- [moby/moby, 29.7.2 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A29.7.2) + +### Bug fixes and enhancements + +- Fix `docker service create` and `docker service update` panicking when the same environment variable is passed more than once. [docker/cli#7145](https://github.com/docker/cli/pull/7145) +- Fix a regression introduced in Docker Engine 29.7.0 that caused image pulls to reject images containing absolute hardlink targets, as produced by some image builders. [moby/moby#53305](https://github.com/moby/moby/pull/53305) +- Fix a regression introduced in Docker Engine 29.7.0 that could cause image pulls and `docker cp` to fail on older Linux kernels when applying file permissions, including for device nodes. [moby/moby#53305](https://github.com/moby/moby/pull/53305) + +### Packaging updates + +- Update BuildKit to [v0.32.2](https://github.com/moby/buildkit/releases/tag/v0.32.2). [moby/moby#53300](https://github.com/moby/moby/pull/53300) + +### Networking + +- Improve compatibility with more nftables releases by terminating base-chain policies with a semicolon. [moby/moby#53303](https://github.com/moby/moby/pull/53303) + ## 29.7.1 {{< release-date date="2026-07-31" >}} diff --git a/hugo.yaml b/hugo.yaml index a87096b4f32..bdf49e13aa8 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -165,10 +165,10 @@ params: # Latest version of the Docker Engine API latest_engine_api_version: "1.55" # Latest version of Docker Engine - docker_ce_version: "29.7.1" + docker_ce_version: "29.7.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.7.0" + docker_ce_version_prev: "29.7.1" # Latest Docker Compose version compose_version: "v5.4.0" # Latest BuildKit version