Skip to content

Commit 65b403f

Browse files
committed
engine: 29.4.1
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
1 parent 60fdb3c commit 65b403f

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

content/manuals/engine/release-notes/29.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,31 @@ For more information about:
2222
- Deprecated and removed features, see [Deprecated Engine Features](../deprecated.md).
2323
- Changes to the Engine API, see [Engine API version history](/reference/api/engine/version-history/).
2424

25+
## 29.4.1
26+
27+
{{< release-date date="2026-04-20" >}}
28+
29+
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
30+
31+
- [docker/cli, 29.4.1 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A29.4.1)
32+
- [moby/moby, 29.4.1 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A29.4.1)
33+
34+
### Bug fixes and enhancements
35+
36+
- containerd image store: Fix `docker image prune --filter label!=key=value` incorrectly skipping images that don't have the specified label. [moby/moby#52338](https://github.com/moby/moby/pull/52338)
37+
- Fix `--log-opt "tag={{.ImageID}}" not stripping the digest's algorithm. [moby/moby#52343](https://github.com/moby/moby/pull/52343)
38+
- Fix intermittent container start failures (`EBUSY` on secrets/configs remount) on busy Swarm nodes by retrying the read-only remount. [moby/moby#52235](https://github.com/moby/moby/pull/52235)
39+
40+
### Packaging updates
41+
42+
- Update containerd (static binaries only) to [v2.2.3](https://github.com/containerd/containerd/releases/tag/v2.2.3). [moby/moby#52360](https://github.com/moby/moby/pull/52360)
43+
- Update Go runtime to [1.26.2](https://go.dev/doc/devel/release#go1.26.2). [docker/cli#6920](https://github.com/docker/cli/pull/6920), [moby/moby#52329](https://github.com/moby/moby/pull/52329)
44+
45+
### Networking
46+
47+
- if a container has an IPv4-only or an IPv6-only endpoint with higher "gateway priority" than a dual stack endpoint, the single stack endpoint will now be used as the default gateway for its address family. [moby/moby#52328](https://github.com/moby/moby/pull/52328)
48+
49+
2550
## 29.4.0
2651

2752
{{< release-date date="2026-04-07" >}}

hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ params:
148148
# Latest version of the Docker Engine API
149149
latest_engine_api_version: "1.54"
150150
# Latest version of Docker Engine
151-
docker_ce_version: "29.4.0"
151+
docker_ce_version: "29.4.1"
152152
# Previous version of the Docker Engine
153153
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
154-
docker_ce_version_prev: "29.3.1"
154+
docker_ce_version_prev: "29.4.0"
155155
# Latest Docker Compose version
156156
compose_version: "v5.1.2"
157157
# Latest BuildKit version

0 commit comments

Comments
 (0)