File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
content/manuals/engine/release-notes Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,19 @@ 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.1
26+
27+ {{< release-date date="2025-11-28" >}}
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.1 milestone] ( https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A29.1.1 )
32+ - [ moby/moby, 29.1.1 milestone] ( https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A29.1.1 )
33+
34+ ### Networking
35+
36+ - Revert a PR breaking external DNS resolution on all custom bridge networks. [ moby/moby #51615 ] ( https://github.com/moby/moby/pull/51615 )
37+
2538## 29.1.0
2639
2740{{< release-date date="2025-11-27" >}}
Original file line number Diff line number Diff 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.0 "
125+ docker_ce_version : " 29.1.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 : " 29.0.4 "
128+ docker_ce_version_prev : " 29.1.0 "
129129 # Latest Docker Compose version
130130 compose_version : " v2.40.3"
131131 # Latest BuildKit version
You can’t perform that action at this time.
0 commit comments