Skip to content

Commit 9fbb168

Browse files
authored
Merge pull request #22452 from vvoland/28.1.1
engine: v28.1.1
2 parents a6a887c + 0583f11 commit 9fbb168

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

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

+23
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,29 @@ 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.1.1
27+
28+
{{< release-date date="2025-04-18" >}}
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.1.1 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A28.1.1)
33+
- [moby/moby, 28.1.1 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.1.1)
34+
35+
### Bug fixes and enhancements
36+
37+
- Fix `dockerd-rootless-setuptool.sh` incorrectly reporting missing `iptables`. [moby/moby#49833](https://github.com/moby/moby/pull/49833)
38+
- 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)
39+
40+
### Packaging updates
41+
42+
- 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)
43+
- 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)
44+
45+
### Networking
46+
47+
- 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)
48+
2649
## 28.1.0
2750

2851
{{< release-date date="2025-04-17" >}}

hugo.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ params:
134134
# Latest version of the Docker Engine API
135135
latest_engine_api_version: "1.49"
136136
# Latest version of Docker Engine
137-
docker_ce_version: "28.1.0"
137+
docker_ce_version: "28.1.1"
138138
# Previous version of the Docker Engine
139139
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
140-
docker_ce_version_prev: "28.0.4"
140+
docker_ce_version_prev: "28.1.0"
141141
# Latest Docker Compose version
142142
compose_version: "v2.35.0"
143143
# Latest BuildKit version

0 commit comments

Comments
 (0)