Skip to content

Commit 7ce8545

Browse files
authored
Merge pull request #23773 from dvdksn/bump-engine-version-29.0.4
config: bump latest engine version to v29.0.4
2 parents f87d616 + 0461b5f commit 7ce8545

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

content/reference/api/engine/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,21 +73,21 @@ To see the highest version of the API your Docker daemon and client support, use
7373
```console
7474
$ docker version
7575
Client: Docker Engine - Community
76-
Version: 29.0.0
76+
Version: 29.0.4
7777
API version: 1.52
7878
Go version: go1.25.4
79-
Git commit: 3d4129b
80-
Built: Mon Nov 10 21:47:17 2025
79+
Git commit: 3247a5a
80+
Built: Mon Nov 24 21:59:50 2025
8181
OS/Arch: linux/arm64
8282
Context: default
8383

8484
Server: Docker Engine - Community
8585
Engine:
86-
Version: 29.0.0
86+
Version: 29.0.4
8787
API version: 1.52 (minimum version 1.44)
8888
Go version: go1.25.4
89-
Git commit: d105562
90-
Built: Mon Nov 10 21:47:17 2025
89+
Git commit: 4612690
90+
Built: Mon Nov 24 21:59:50 2025
9191
OS/Arch: linux/arm64
9292
...
9393
```

hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.0.2"
125+
docker_ce_version: "29.0.4"
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.1"
128+
docker_ce_version_prev: "29.0.3"
129129
# Latest Docker Compose version
130130
compose_version: "v2.40.3"
131131
# Latest BuildKit version

0 commit comments

Comments
 (0)