Skip to content

Commit 4038812

Browse files
authored
Merge pull request #23765 from robmry/moby-29.0.3
engine: v29.0.3
2 parents e752319 + 00eef4e commit 4038812

File tree

1 file changed

+18
-0
lines changed
  • content/manuals/engine/release-notes

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,24 @@ 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.3
26+
27+
{{< release-date date="2025-11-24" >}}
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.3 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A29.0.3)
32+
- [moby/moby, 29.0.3 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A29.0.3)
33+
34+
### Bug fixes and enhancements
35+
36+
- `docker version --format json`: restore top-level `BuildTime` field to use RFC3339Nano format. [docker/cli#6668](https://github.com/docker/cli/pull/6668)
37+
- Fix `docker image ls` ignoring a custom `imageFormat` from `docker.json`. [docker/cli#6667](https://github.com/docker/cli/pull/6667)
38+
39+
### Networking
40+
41+
- Fix an issue that caused daemon crash when using a remote network driver plugin. [moby/moby#51558](https://github.com/moby/moby/pull/51558)
42+
2543
## 29.0.2
2644

2745
{{< release-date date="2025-11-17" >}}

0 commit comments

Comments
 (0)