From ed7f96b915baf00ecc06319d8e0dd3107254cc0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Fri, 16 Jan 2026 13:51:34 +0100 Subject: [PATCH 1/2] engine: 29.1.5 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 | 17 +++++++++++++++++ hugo.yaml | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/content/manuals/engine/release-notes/29.md b/content/manuals/engine/release-notes/29.md index 276adcb23f..edc8e70841 100644 --- a/content/manuals/engine/release-notes/29.md +++ b/content/manuals/engine/release-notes/29.md @@ -22,6 +22,23 @@ 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.1.5 + +{{< release-date date="2026-01-16" >}} + +For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones: + +- [docker/cli, 29.1.5 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A29.1.5) +- [moby/moby, 29.1.5 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A29.1.5) + +### Packaging updates + +- Update Go runtime to [1.25.6](https://go.dev/doc/devel/release#go1.25.6). [moby/moby#51860](https://github.com/moby/moby/pull/51860), [docker/cli#6750](https://github.com/docker/cli/pull/6750) + +### Networking + +- Fixed a regression where established network connections could be disrupted during a container's shutdown grace period. [moby/moby#51843](https://github.com/moby/moby/pull/51843) + ## 29.1.4 {{< release-date date="2026-01-08" >}} diff --git a/hugo.yaml b/hugo.yaml index a7a64c5112..68be99ca8e 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -126,10 +126,10 @@ params: # Latest version of the Docker Engine API latest_engine_api_version: "1.52" # Latest version of Docker Engine - docker_ce_version: "29.1.4" + docker_ce_version: "29.1.5" # 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.3" + docker_ce_version_prev: "29.1.4" # Latest Docker Compose version compose_version: "v5.0.1" # Latest BuildKit version From 28fc8f6d738a1466db621ae80c836c6024917b26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Fri, 16 Jan 2026 15:04:42 +0100 Subject: [PATCH 2/2] engine: Update version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- content/reference/api/engine/_index.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/reference/api/engine/_index.md b/content/reference/api/engine/_index.md index 908b35472b..a41bafee99 100644 --- a/content/reference/api/engine/_index.md +++ b/content/reference/api/engine/_index.md @@ -73,21 +73,21 @@ To see the highest version of the API your Docker daemon and client support, use ```console $ docker version Client: Docker Engine - Community - Version: 29.1.3 + Version: 29.1.5 API version: 1.52 - Go version: go1.25.5 - Git commit: f52814d - Built: Fri Dec 12 14:50:13 2025 + Go version: go1.25.6 + Git commit: 0e6fee6 + Built: Fri Jan 16 12:49:41 2026 OS/Arch: linux/arm64 Context: default Server: Docker Engine - Community Engine: - Version: 29.1.3 + Version: 29.1.5 API version: 1.52 (minimum version 1.44) - Go version: go1.25.5 - Git commit: fbf3ed2 - Built: Fri Dec 12 14:50:13 2025 + Go version: go1.25.6 + Git commit: 3b01d64 + Built: Fri Jan 16 12:49:41 2026 OS/Arch: linux/arm64 ... ```