mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
@@ -22,6 +22,19 @@ For more information about:
|
||||
- Deprecated and removed features, see [Deprecated Engine Features](../deprecated.md).
|
||||
- Changes to the Engine API, see [Engine API version history](/reference/api/engine/version-history/).
|
||||
|
||||
## 29.1.1
|
||||
|
||||
{{< release-date date="2025-11-28" >}}
|
||||
|
||||
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
|
||||
|
||||
- [docker/cli, 29.1.1 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A29.1.1)
|
||||
- [moby/moby, 29.1.1 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A29.1.1)
|
||||
|
||||
### Networking
|
||||
|
||||
- Revert a PR breaking external DNS resolution on all custom bridge networks. [moby/moby#51615](https://github.com/moby/moby/pull/51615)
|
||||
|
||||
## 29.1.0
|
||||
|
||||
{{< release-date date="2025-11-27" >}}
|
||||
|
||||
@@ -122,10 +122,10 @@ params:
|
||||
# Latest version of the Docker Engine API
|
||||
latest_engine_api_version: "1.52"
|
||||
# Latest version of Docker Engine
|
||||
docker_ce_version: "29.1.0"
|
||||
docker_ce_version: "29.1.1"
|
||||
# Previous version of the Docker Engine
|
||||
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
|
||||
docker_ce_version_prev: "29.0.4"
|
||||
docker_ce_version_prev: "29.1.0"
|
||||
# Latest Docker Compose version
|
||||
compose_version: "v2.40.3"
|
||||
# Latest BuildKit version
|
||||
|
||||
Reference in New Issue
Block a user