mirror of https://github.com/docker/docs.git
commit
9fbb16838e
|
@ -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" >}}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue