Skip to content

Commit 3e34a97

Browse files
committed
engine: v29.0.1
Signed-off-by: Paweł Gronowski <[email protected]>
1 parent 7759777 commit 3e34a97

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,29 @@ 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.0.1
26+
27+
{{< release-date date="2025-11-14" >}}
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.0.1 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A29.0.1)
32+
- [moby/moby, 29.0.1 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A29.0.1)
33+
34+
### Bug fixes and enhancements
35+
36+
- `docker image list` now considers the `NO_COLOR` environment variable for choosing the colored output. [docker/cli#6654](https://github.com/docker/cli/pull/6654)
37+
- `docker images` no longer truncates the name width when output is redirect (e.g. for `grep`). [docker/cli#6656](https://github.com/docker/cli/pull/6656)
38+
- containerd image store: Fix a bug causing `docker build` to ignore the explicitly set `unpack` image exporter option. [moby/moby#51514](https://github.com/moby/moby/pull/51514)
39+
- Fix a bug causing `docker image list --all` to not show untagged/dangling images. [docker/cli#6657](https://github.com/docker/cli/pull/6657)
40+
- Fix build on i386. [moby/moby#51528](https://github.com/moby/moby/pull/51528)
41+
- Fix explicit graphdriver configuration (`"storage-driver"`) being treated as containerd snapshotter when prior graphdriver state exists. [moby/moby#51516](https://github.com/moby/moby/pull/51516)
42+
- Fix output format of the `ApiVersion` and `MinApiVersion` fields in `docker version --format=json` to align with previous versions. [docker/cli#6648](https://github.com/docker/cli/pull/6648)
43+
44+
### Networking
45+
46+
- Fix a bug preventing DNS resolution of containers attached to non swarm-scoped networks once the node has joined a Swarm cluster. [moby/moby#51515](https://github.com/moby/moby/pull/51515)
47+
2548
## 29.0.0
2649

2750
{{< release-date date="2025-11-10" >}}

hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ params:
122122
# Latest version of the Docker Engine API
123123
latest_engine_api_version: "1.52"
124124
# Latest version of Docker Engine
125-
docker_ce_version: "29.0.0"
125+
docker_ce_version: "29.0.1"
126126
# Previous version of the Docker Engine
127127
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
128-
docker_ce_version_prev: "28.5.2"
128+
docker_ce_version_prev: "29.0.0"
129129
# Latest Docker Compose version
130130
compose_version: "v2.40.3"
131131
# Latest BuildKit version

0 commit comments

Comments
 (0)