Skip to content

Commit b4c6fa4

Browse files
committed
engine: docker 28.3.2
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
1 parent d942a8d commit b4c6fa4

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

content/manuals/engine/release-notes/28.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,28 @@ For more information about:
2323
- Deprecated and removed features, see [Deprecated Engine Features](../deprecated.md).
2424
- Changes to the Engine API, see [Engine API version history](/reference/api/engine/version-history.md).
2525

26+
## 28.3.2
27+
28+
{{< release-date date="2025-07-09" >}}
29+
30+
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
31+
32+
- [docker/cli, 28.3.2 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A28.3.2)
33+
- [moby/moby, 28.3.2 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.3.2)
34+
35+
### Bug fixes and enhancements
36+
37+
- Fix `--use-api-socket` not working correctly when targeting a remote daemon. [docker/cli#6157](https://github.com/docker/cli/pull/6157)
38+
- Fix stray "otel error" logs being printed if debug logging is enabled. [docker/cli#6160](https://github.com/docker/cli/pull/6160)
39+
- Quote SSH arguments when connecting to a remote daemon over an SSH connection to avoid unexpected expansion. [docker/cli#6147](https://github.com/docker/cli/pull/6147)
40+
- Warn when `DOCKER_AUTH_CONFIG` is set during `docker login` and `docker logout`. [docker/cli#6163](https://github.com/docker/cli/pull/6163)
41+
42+
### Packaging updates
43+
44+
- Update Compose to [v2.38.2](https://github.com/docker/compose/releases/tag/v2.38.2). [docker/docker-ce-packaging#1225](https://github.com/docker/docker-ce-packaging/pull/1225)
45+
- Update Docker Model CLI plugin to [v0.1.33](https://github.com/docker/model-cli/releases/tag/v0.1.33). [docker/docker-ce-packaging#1227](https://github.com/docker/docker-ce-packaging/pull/1227)
46+
- Update Go runtime to 1.24.5. [moby/moby#50354](https://github.com/moby/moby/pull/50354)
47+
2648
## 28.3.1
2749

2850
{{< release-date date="2025-07-02" >}}

hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ params:
135135
# Latest version of the Docker Engine API
136136
latest_engine_api_version: "1.51"
137137
# Latest version of Docker Engine
138-
docker_ce_version: "28.3.1"
138+
docker_ce_version: "28.3.2"
139139
# Previous version of the Docker Engine
140140
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
141-
docker_ce_version_prev: "28.3.0"
141+
docker_ce_version_prev: "28.3.1"
142142
# Latest Docker Compose version
143143
compose_version: "v2.38.2"
144144
# Latest BuildKit version

0 commit comments

Comments
 (0)