diff --git a/content/manuals/engine/release-notes/29.md b/content/manuals/engine/release-notes/29.md index 0f5a2424297..ce3f70ab44a 100644 --- a/content/manuals/engine/release-notes/29.md +++ b/content/manuals/engine/release-notes/29.md @@ -22,6 +22,24 @@ 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.2.1 + +{{< release-date date="2026-02-02" >}} + +For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones: + +- [docker/cli, 29.2.1 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A29.2.1) +- [moby/moby, 29.2.1 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A29.2.1) + +### Bug fixes and enhancements + +- Update BuildKit to [v0.27.1](https://github.com/moby/buildkit/releases/tag/v0.27.1). [moby/moby#51962](https://github.com/moby/moby/pull/51962) +- Fix `docker system df` failing when run concurrently with `docker system prune`. [moby/moby#51979](https://github.com/moby/moby/pull/51979) +- Fix daemon handling of duplicate container exit events to avoid repeated cleanup and state transitions. [moby/moby#51925](https://github.com/moby/moby/pull/51925) +- Fix panic after failed daemon initialization. [moby/moby#51943](https://github.com/moby/moby/pull/51943) +- Fix encrypted overlay networks not passing traffic to containers on v28 and older Engines. Encrypted overlay networks will no longer pass traffic to containers on v29.2.0 thru v29.0.0, v28.2.2, v25.0.14 or v25.0.13. [moby/moby#51951](https://github.com/moby/moby/pull/51951) +- Fix potential panic on `docker network prune`. [moby/moby#51966](https://github.com/moby/moby/pull/51966) + ## 29.2.0 {{< release-date date="2026-01-26" >}} diff --git a/hugo.yaml b/hugo.yaml index dcc2af8412f..b8074dbefb9 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -126,10 +126,10 @@ params: # Latest version of the Docker Engine API latest_engine_api_version: "1.53" # Latest version of Docker Engine - docker_ce_version: "29.2.0" + docker_ce_version: "29.2.1" # Previous version of the Docker Engine # (Used to show e.g., "latest" and "latest"-1 in engine install examples - docker_ce_version_prev: "29.1.5" + docker_ce_version_prev: "29.2.0" # Latest Docker Compose version compose_version: "v5.0.1" # Latest BuildKit version