Docker 29.1.1

Signed-off-by: Rob Murray <rob.murray@docker.com>
This commit is contained in:
Rob Murray
2025-11-28 11:33:29 +00:00
parent 57245d1fd4
commit 06b0eb4d57
2 changed files with 15 additions and 2 deletions

View File

@@ -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" >}}

View File

@@ -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