mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
@@ -22,6 +22,23 @@ 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.5
|
||||
|
||||
{{< release-date date="2026-01-16" >}}
|
||||
|
||||
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
|
||||
|
||||
- [docker/cli, 29.1.5 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A29.1.5)
|
||||
- [moby/moby, 29.1.5 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A29.1.5)
|
||||
|
||||
### Packaging updates
|
||||
|
||||
- Update Go runtime to [1.25.6](https://go.dev/doc/devel/release#go1.25.6). [moby/moby#51860](https://github.com/moby/moby/pull/51860), [docker/cli#6750](https://github.com/docker/cli/pull/6750)
|
||||
|
||||
### Networking
|
||||
|
||||
- Fixed a regression where established network connections could be disrupted during a container's shutdown grace period. [moby/moby#51843](https://github.com/moby/moby/pull/51843)
|
||||
|
||||
## 29.1.4
|
||||
|
||||
{{< release-date date="2026-01-08" >}}
|
||||
|
||||
@@ -73,21 +73,21 @@ To see the highest version of the API your Docker daemon and client support, use
|
||||
```console
|
||||
$ docker version
|
||||
Client: Docker Engine - Community
|
||||
Version: 29.1.3
|
||||
Version: 29.1.5
|
||||
API version: 1.52
|
||||
Go version: go1.25.5
|
||||
Git commit: f52814d
|
||||
Built: Fri Dec 12 14:50:13 2025
|
||||
Go version: go1.25.6
|
||||
Git commit: 0e6fee6
|
||||
Built: Fri Jan 16 12:49:41 2026
|
||||
OS/Arch: linux/arm64
|
||||
Context: default
|
||||
|
||||
Server: Docker Engine - Community
|
||||
Engine:
|
||||
Version: 29.1.3
|
||||
Version: 29.1.5
|
||||
API version: 1.52 (minimum version 1.44)
|
||||
Go version: go1.25.5
|
||||
Git commit: fbf3ed2
|
||||
Built: Fri Dec 12 14:50:13 2025
|
||||
Go version: go1.25.6
|
||||
Git commit: 3b01d64
|
||||
Built: Fri Jan 16 12:49:41 2026
|
||||
OS/Arch: linux/arm64
|
||||
...
|
||||
```
|
||||
|
||||
@@ -126,10 +126,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.4"
|
||||
docker_ce_version: "29.1.5"
|
||||
# Previous version of the Docker Engine
|
||||
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
|
||||
docker_ce_version_prev: "29.1.3"
|
||||
docker_ce_version_prev: "29.1.4"
|
||||
# Latest Docker Compose version
|
||||
compose_version: "v5.0.1"
|
||||
# Latest BuildKit version
|
||||
|
||||
Reference in New Issue
Block a user