Skip to content

Commit 2648063

Browse files
authored
Merge pull request #23732 from vvoland/update-docker-v29
engine: v29.0.2
2 parents bdaabfb + 05cccc7 commit 2648063

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,20 @@ 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.2
26+
27+
{{< release-date date="2025-11-17" >}}
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.2 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A29.0.2)
32+
- [moby/moby, 29.0.2 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A29.0.2)
33+
34+
### Networking
35+
36+
- Fix an issue that could lead to an "endpoint not found" error when creating a container with multiple network connections, when one of the networks is non-internal but does not have its own external IP connectivity. [moby/moby#51538](https://github.com/moby/moby/pull/51538)
37+
- Fix an issue that prevented rootless Docker from starting on a host with IPv6 disabled. [moby/moby#51543](https://github.com/moby/moby/pull/51543)
38+
2539
## 29.0.1
2640

2741
{{< release-date date="2025-11-14" >}}

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.1"
125+
docker_ce_version: "29.0.2"
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: "29.0.0"
128+
docker_ce_version_prev: "29.0.1"
129129
# Latest Docker Compose version
130130
compose_version: "v2.40.3"
131131
# Latest BuildKit version

0 commit comments

Comments
 (0)