diff --git a/_vendor/github.com/moby/moby/docs/api/v1.48.yaml b/_vendor/github.com/moby/moby/docs/api/v1.48.yaml index 8cc9612ec8f2..c1441c8dfcbe 100644 --- a/_vendor/github.com/moby/moby/docs/api/v1.48.yaml +++ b/_vendor/github.com/moby/moby/docs/api/v1.48.yaml @@ -3039,7 +3039,8 @@ definitions: be used. If multiple endpoints have the same priority, endpoints are lexicographically sorted based on their network name, and the one that sorts first is picked. - type: "number" + type: "integer" + format: "int64" example: - 10 diff --git a/_vendor/github.com/moby/moby/docs/api/v1.49.yaml b/_vendor/github.com/moby/moby/docs/api/v1.49.yaml index a895a0b7eb0e..2034fdefd990 100644 --- a/_vendor/github.com/moby/moby/docs/api/v1.49.yaml +++ b/_vendor/github.com/moby/moby/docs/api/v1.49.yaml @@ -3039,7 +3039,8 @@ definitions: be used. If multiple endpoints have the same priority, endpoints are lexicographically sorted based on their network name, and the one that sorts first is picked. - type: "number" + type: "integer" + format: "int64" example: - 10 diff --git a/_vendor/github.com/moby/moby/docs/api/v1.50.yaml b/_vendor/github.com/moby/moby/docs/api/v1.50.yaml index d42a50739f30..21f77d2ff6ab 100644 --- a/_vendor/github.com/moby/moby/docs/api/v1.50.yaml +++ b/_vendor/github.com/moby/moby/docs/api/v1.50.yaml @@ -2914,7 +2914,8 @@ definitions: be used. If multiple endpoints have the same priority, endpoints are lexicographically sorted based on their network name, and the one that sorts first is picked. - type: "number" + type: "integer" + format: "int64" example: - 10 diff --git a/_vendor/github.com/moby/moby/docs/api/v1.51.yaml b/_vendor/github.com/moby/moby/docs/api/v1.51.yaml index 8d6a8f9356a4..3880635db128 100644 --- a/_vendor/github.com/moby/moby/docs/api/v1.51.yaml +++ b/_vendor/github.com/moby/moby/docs/api/v1.51.yaml @@ -2913,7 +2913,8 @@ definitions: be used. If multiple endpoints have the same priority, endpoints are lexicographically sorted based on their network name, and the one that sorts first is picked. - type: "number" + type: "integer" + format: "int64" example: - 10 diff --git a/_vendor/modules.txt b/_vendor/modules.txt index 124ef7bfdbfd..2e0ca8582714 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -1,4 +1,4 @@ -# github.com/moby/moby v28.3.0+incompatible +# github.com/moby/moby v28.3.2+incompatible # github.com/moby/buildkit v0.23.1 # github.com/docker/buildx v0.25.0 # github.com/docker/cli v28.3.0+incompatible diff --git a/content/manuals/engine/release-notes/28.md b/content/manuals/engine/release-notes/28.md index 8c23377db976..69dd00cf58e3 100644 --- a/content/manuals/engine/release-notes/28.md +++ b/content/manuals/engine/release-notes/28.md @@ -23,6 +23,28 @@ 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.md). +## 28.3.2 + +{{< release-date date="2025-07-09" >}} + +For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones: + +- [docker/cli, 28.3.2 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A28.3.2) +- [moby/moby, 28.3.2 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.3.2) + +### Bug fixes and enhancements + +- Fix `--use-api-socket` not working correctly when targeting a remote daemon. [docker/cli#6157](https://github.com/docker/cli/pull/6157) +- Fix stray "otel error" logs being printed if debug logging is enabled. [docker/cli#6160](https://github.com/docker/cli/pull/6160) +- 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) +- Warn when `DOCKER_AUTH_CONFIG` is set during `docker login` and `docker logout`. [docker/cli#6163](https://github.com/docker/cli/pull/6163) + +### Packaging updates + +- 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) +- 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) +- Update Go runtime to 1.24.5. [moby/moby#50354](https://github.com/moby/moby/pull/50354) + ## 28.3.1 {{< release-date date="2025-07-02" >}} diff --git a/content/reference/api/engine/_index.md b/content/reference/api/engine/_index.md index 7e04278147b6..82ffdbb302f2 100644 --- a/content/reference/api/engine/_index.md +++ b/content/reference/api/engine/_index.md @@ -73,22 +73,22 @@ To see the highest version of the API your Docker daemon and client support, use ```console $ docker version Client: Docker Engine - Community - Version: 28.3.1 + Version: 28.3.2 API version: 1.51 - Go version: go1.24.4 - Git commit: 38b7060 - Built: Wed Jul 2 20:56:31 2025 - OS/Arch: linux/arm64 + Go version: go1.24.5 + Git commit: 578ccf6 + Built: Wed Jul 9 16:13:45 2025 + OS/Arch: linux/amd64 Context: default Server: Docker Engine - Community Engine: - Version: 28.3.1 + Version: 28.3.2 API version: 1.51 (minimum version 1.24) - Go version: go1.24.4 - Git commit: 5beb93d - Built: Wed Jul 2 20:56:31 2025 - OS/Arch: linux/arm64 + Go version: go1.24.5 + Git commit: e77ff99 + Built: Wed Jul 9 16:13:45 2025 + OS/Arch: linux/amd64 ... ``` diff --git a/go.mod b/go.mod index a67a037d7c33..d2954508b886 100644 --- a/go.mod +++ b/go.mod @@ -51,7 +51,7 @@ require ( github.com/moby/buildkit v0.23.1 // indirect github.com/moby/docker-image-spec v1.3.1 // indirect github.com/moby/locker v1.0.1 // indirect - github.com/moby/moby v28.3.0+incompatible // indirect + github.com/moby/moby v28.3.2+incompatible // indirect github.com/moby/sys/atomicwriter v0.1.0 // indirect github.com/moby/sys/sequential v0.6.0 // indirect github.com/moby/term v0.5.2 // indirect @@ -109,5 +109,5 @@ replace ( github.com/docker/model-cli => github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2 github.com/docker/scout-cli => github.com/docker/scout-cli v1.15.0 github.com/moby/buildkit => github.com/moby/buildkit v0.22.0 - github.com/moby/moby => github.com/moby/moby v28.3.0+incompatible + github.com/moby/moby => github.com/moby/moby v28.3.2+incompatible ) diff --git a/go.sum b/go.sum index 774e9565c40a..9528e37b356e 100644 --- a/go.sum +++ b/go.sum @@ -138,6 +138,8 @@ github.com/moby/moby v28.2.1+incompatible h1:UYmHExYP8S0uGKDozhYw7RJ+LpANL51g4fa github.com/moby/moby v28.2.1+incompatible/go.mod h1:fDXVQ6+S340veQPv35CzDahGBmHsiclFwfEygB/TWMc= github.com/moby/moby v28.3.0+incompatible h1:BnZpCciB9dCnfNC+MerxqsHV4I6/gLiZIzzbRFJIhUY= github.com/moby/moby v28.3.0+incompatible/go.mod h1:fDXVQ6+S340veQPv35CzDahGBmHsiclFwfEygB/TWMc= +github.com/moby/moby v28.3.2+incompatible h1:K0SaQiU3VJxzMmHarwIa9MUyYFYC6FzCf0Qs9oQaFI4= +github.com/moby/moby v28.3.2+incompatible/go.mod h1:fDXVQ6+S340veQPv35CzDahGBmHsiclFwfEygB/TWMc= github.com/moby/sys/atomicwriter v0.1.0 h1:kw5D/EqkBwsBFi0ss9v1VG3wIkVhzGvLklJ+w3A14Sw= github.com/moby/sys/atomicwriter v0.1.0/go.mod h1:Ul8oqv2ZMNHOceF643P6FKPXeCmYtlQMvpizfsSoaWs= github.com/moby/sys/sequential v0.6.0 h1:qrx7XFUd/5DxtqcoH1h438hF5TmOvzC/lspjy7zgvCU= diff --git a/hugo.yaml b/hugo.yaml index 6b5f68109081..ac176ec6ad7e 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -135,10 +135,10 @@ params: # Latest version of the Docker Engine API latest_engine_api_version: "1.51" # Latest version of Docker Engine - docker_ce_version: "28.3.1" + docker_ce_version: "28.3.2" # Previous version of the Docker Engine # (Used to show e.g., "latest" and "latest"-1 in engine install examples - docker_ce_version_prev: "28.3.0" + docker_ce_version_prev: "28.3.1" # Latest Docker Compose version compose_version: "v2.38.2" # Latest BuildKit version