From b3ab701b8c43d24bcce2fde5e82977b148ff6f79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Wed, 2 Jul 2025 22:59:13 +0200 Subject: [PATCH 1/3] hugo: engine 28.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski Signed-off-by: Sebastiaan van Stijn --- hugo.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index 7c85cd9e7bf..9235e5a6e68 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -135,14 +135,14 @@ params: # Latest version of the Docker Engine API latest_engine_api_version: "1.51" # Latest version of Docker Engine - docker_ce_version: "28.3.0" + docker_ce_version: "28.3.1" # Previous version of the Docker Engine # (Used to show e.g., "latest" and "latest"-1 in engine install examples - docker_ce_version_prev: "28.2.2" + docker_ce_version_prev: "28.3.0" # Latest Docker Compose version compose_version: "v2.38.1" # Latest BuildKit version - buildkit_version: "0.23.1" + buildkit_version: "0.23.2" # Example runtime/library/os versions example_go_version: "1.24" From 3135356df705155e98f4de04aa9b7c66cb32cfd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Wed, 2 Jul 2025 22:59:45 +0200 Subject: [PATCH 2/3] engine: 28.3.1 release notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski Signed-off-by: Sebastiaan van Stijn --- content/manuals/engine/release-notes/28.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/content/manuals/engine/release-notes/28.md b/content/manuals/engine/release-notes/28.md index a8adba1edd6..8c23377db97 100644 --- a/content/manuals/engine/release-notes/28.md +++ b/content/manuals/engine/release-notes/28.md @@ -23,6 +23,21 @@ 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.1 + +{{< release-date date="2025-07-02" >}} + +For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones: + +- [docker/cli, 28.3.1 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A28.3.1) +- [moby/moby, 28.3.1 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.3.1) + +### Packaging updates + +- Update BuildKit to [v0.23.2](https://github.com/moby/buildkit/releases/tag/v0.23.2). [moby/moby#50309](https://github.com/moby/moby/pull/50309) +- Update Compose to [v2.38.1](https://github.com/docker/compose/releases/tag/v2.38.1). [docker/docker-ce-packaging#1221](https://github.com/docker/docker-ce-packaging/pull/1221) +- Update Model to v0.1.32 which adds the support for the new top-level `models:` key in Docker Compose. [docker/docker-ce-packaging#1222](https://github.com/docker/docker-ce-packaging/pull/1222) + ## 28.3.0 {{< release-date date="2025-06-24" >}} From 67d34a2977552acd7d1a199ed2dd50e097321177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Thu, 3 Jul 2025 00:21:10 +0200 Subject: [PATCH 3/3] engine: Update version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski Signed-off-by: Sebastiaan van Stijn --- content/reference/api/engine/_index.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/content/reference/api/engine/_index.md b/content/reference/api/engine/_index.md index 57522ef802f..7e04278147b 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.0 + Version: 28.3.1 API version: 1.51 Go version: go1.24.4 Git commit: 38b7060 - Built: Tue Jun 24 15:44:12 2025 - OS/Arch: linux/amd64 + Built: Wed Jul 2 20:56:31 2025 + OS/Arch: linux/arm64 Context: default Server: Docker Engine - Community Engine: - Version: 28.3.0 + Version: 28.3.1 API version: 1.51 (minimum version 1.24) Go version: go1.24.4 - Git commit: 265f709 - Built: Tue Jun 24 15:44:12 2025 - OS/Arch: linux/amd64 + Git commit: 5beb93d + Built: Wed Jul 2 20:56:31 2025 + OS/Arch: linux/arm64 ... ``` @@ -132,6 +132,7 @@ You can specify the API version to use in any of the following ways: | Docker version | Maximum API version | Change log | |:---------------|:---------------------------------------------|:-------------------------------------------------------------------| +| 28.3 | [1.51](/reference/api/engine/version/v1.51/) | [changes](/reference/api/engine/version-history/#v151-api-changes) | | 28.2 | [1.50](/reference/api/engine/version/v1.50/) | [changes](/reference/api/engine/version-history/#v150-api-changes) | | 28.1 | [1.49](/reference/api/engine/version/v1.49/) | [changes](/reference/api/engine/version-history/#v149-api-changes) | | 28.0 | [1.48](/reference/api/engine/version/v1.48/) | [changes](/reference/api/engine/version-history/#v148-api-changes) |