From 50bb2e0a65749277d44120b6a385c22b27a864c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Fri, 30 May 2025 11:57:19 +0200 Subject: [PATCH] engine: 28.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- content/manuals/engine/release-notes/28.md | 17 +++++++++++++++++ content/reference/api/engine/_index.md | 12 ++++++------ hugo.yaml | 2 +- 3 files changed, 24 insertions(+), 7 deletions(-) diff --git a/content/manuals/engine/release-notes/28.md b/content/manuals/engine/release-notes/28.md index c8eebc5537..52abb33ab7 100644 --- a/content/manuals/engine/release-notes/28.md +++ b/content/manuals/engine/release-notes/28.md @@ -23,6 +23,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.md). +## 28.2.2 + +{{< release-date date="2025-05-30" >}} + +For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones: + +- [docker/cli, 28.2.2 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A28.2.2) +- [moby/moby, 28.2.2 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.2.2) + +### Bug fixes and enhancements + +- containerd image store: Fix a regression causing `docker build --push` to fail. This reverts [the fix](https://github.com/moby/moby/pull/49702) for `docker build` not persisting overridden images as dangling. [moby/moby#50105](https://github.com/moby/moby/pull/50105) + +### Networking + +- When creating the iptables `DOCKER-USER` chain, do not add an explicit `RETURN` rule, allowing users to append as well as insert their own rules. Existing rules are not removed on upgrade, but it won't be replaced after a reboot. [moby/moby#50098](https://github.com/moby/moby/pull/50098) + ## 28.2.1 {{< release-date date="2025-05-29" >}} diff --git a/content/reference/api/engine/_index.md b/content/reference/api/engine/_index.md index 21f9e79a9c..2219a517ba 100644 --- a/content/reference/api/engine/_index.md +++ b/content/reference/api/engine/_index.md @@ -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: 28.2.1 + Version: 28.2.2 API version: 1.50 Go version: go1.24.3 - Git commit: 879ac3f - Built: Wed May 28 19:24:55 2025 + Git commit: e6534b4 + Built: Fri May 30 12:07:29 2025 OS/Arch: linux/arm64 Context: default Server: Docker Engine - Community Engine: - Version: 28.2.1 + Version: 28.2.2 API version: 1.50 (minimum version 1.24) Go version: go1.24.3 - Git commit: 0e2cc22 - Built: Wed May 28 19:24:55 2025 + Git commit: 45873be + Built: Fri May 30 12:07:29 2025 OS/Arch: linux/arm64 ... ``` diff --git a/hugo.yaml b/hugo.yaml index c38ff0ab3b..95fa0292ab 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -135,7 +135,7 @@ params: # Latest version of the Docker Engine API latest_engine_api_version: "1.50" # Latest version of Docker Engine - docker_ce_version: "28.2.1" + docker_ce_version: "28.2.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.1.0"