Skip to content

Commit d0aa0fe

Browse files
authored
Merge pull request #23835 from vvoland/update-docker
engine: 29.1.3
2 parents e39461c + eb2beaa commit d0aa0fe

File tree

3 files changed

+37
-8
lines changed

3 files changed

+37
-8
lines changed

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,35 @@ 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.1.3
26+
27+
{{< release-date date="2025-12-12" >}}
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.1.3 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A29.1.3)
32+
- [moby/moby, 29.1.3 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A29.1.3)
33+
34+
### Bug fixes and enhancements
35+
36+
- Add shell completion for `docker stack deploy --compose-file`. [docker/cli#6690](https://github.com/docker/cli/pull/6690)
37+
- 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)
38+
- Fix `docker image ls` dangling image handling. [docker/cli#6704](https://github.com/docker/cli/pull/6704)
39+
- Fix a bug that could cause the Engine to leave containers with autoremove set in 'dead' state on shutdown, and never reclaim them. [moby/moby#51693](https://github.com/moby/moby/pull/51693)
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 potential creation of orphaned overlay2 layers. [moby/moby#51703](https://github.com/moby/moby/pull/51703)
43+
44+
### Networking
45+
46+
- Allow creation of a container with a specific IP address when its networks were not configured with a specific subnet. [moby/moby#51583](https://github.com/moby/moby/pull/51583)
47+
- Don't crash when starting a container created via the API before upgrade to v29.1.2, with `PublishAll` and a nil `PortBindings` map. [moby/moby#51691](https://github.com/moby/moby/pull/51691)
48+
- 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)
49+
- Fix an issue that caused daemon crash when using a remote network driver plugin. [moby/moby#51558](https://github.com/moby/moby/pull/51558)
50+
- 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)
51+
- 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)
52+
- Return an error when a container is created with a port-mapping pointing to container port 0. [moby/moby#51695](https://github.com/moby/moby/pull/51695)
53+
2554
## 29.1.2
2655

2756
{{< release-date date="2025-12-02" >}}

content/reference/api/engine/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,21 +73,21 @@ To see the highest version of the API your Docker daemon and client support, use
7373
```console
7474
$ docker version
7575
Client: Docker Engine - Community
76-
Version: 29.1.2
76+
Version: 29.1.3
7777
API version: 1.52
7878
Go version: go1.25.5
79-
Git commit: 890dcca
80-
Built: Tue Dec 2 21:56:10 2025
79+
Git commit: f52814d
80+
Built: Fri Dec 12 14:50:13 2025
8181
OS/Arch: linux/arm64
8282
Context: default
8383

8484
Server: Docker Engine - Community
8585
Engine:
86-
Version: 29.1.2
86+
Version: 29.1.3
8787
API version: 1.52 (minimum version 1.44)
8888
Go version: go1.25.5
89-
Git commit: de45c2a
90-
Built: Tue Dec 2 21:56:10 2025
89+
Git commit: fbf3ed2
90+
Built: Fri Dec 12 14:50:13 2025
9191
OS/Arch: linux/arm64
9292
...
9393
```

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.1.2"
125+
docker_ce_version: "29.1.3"
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.1.1"
128+
docker_ce_version_prev: "29.1.2"
129129
# Latest Docker Compose version
130130
compose_version: "v5.0.0"
131131
# Latest BuildKit version

0 commit comments

Comments
 (0)