diff --git a/content/manuals/engine/release-notes/28.md b/content/manuals/engine/release-notes/28.md index 2d8d740411..015be60b89 100644 --- a/content/manuals/engine/release-notes/28.md +++ b/content/manuals/engine/release-notes/28.md @@ -23,6 +23,29 @@ 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.1.1 + +{{< release-date date="2025-04-18" >}} + +For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones: + +- [docker/cli, 28.1.1 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A28.1.1) +- [moby/moby, 28.1.1 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.1.1) + +### Bug fixes and enhancements + +- Fix `dockerd-rootless-setuptool.sh` incorrectly reporting missing `iptables`. [moby/moby#49833](https://github.com/moby/moby/pull/49833) +- containerd image store: Fix a potential daemon crash when using `docker load` with archives containing zero-size tar headers. [moby/moby#49837](https://github.com/moby/moby/pull/49837) + +### Packaging updates + +- Update Buildx to [v0.23.0](https://github.com/docker/buildx/releases/tag/v0.23.0). [docker/docker-ce-packaging#1185](https://github.com/docker/docker-ce-packaging/pull/1185) +- Update Compose to [v2.35.1](https://github.com/docker/compose/releases/tag/v2.35.1). [docker/docker-ce-packaging#1188](https://github.com/docker/docker-ce-packaging/pull/1188) + +### Networking + +- Add a warning to a container's `/etc/resolv.conf` when no upstream DNS servers were found. [moby/moby#49827](https://github.com/moby/moby/pull/49827) + ## 28.1.0 {{< release-date date="2025-04-17" >}} diff --git a/hugo.yaml b/hugo.yaml index 13eed7cc80..c479873e4b 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -134,10 +134,10 @@ params: # Latest version of the Docker Engine API latest_engine_api_version: "1.49" # Latest version of Docker Engine - docker_ce_version: "28.1.0" + docker_ce_version: "28.1.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.0.4" + docker_ce_version_prev: "28.1.0" # Latest Docker Compose version compose_version: "v2.35.0" # Latest BuildKit version