Skip to content

Commit e6de160

Browse files
committed
engine: 28.3.0 apply review suggestions
Signed-off-by: Paweł Gronowski <[email protected]>
1 parent b7cbbc2 commit e6de160

File tree

1 file changed

+9
-9
lines changed
  • content/manuals/engine/release-notes

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For more information about:
2525

2626
## 28.3.0
2727

28-
{{< release-date date="2025-06-23" >}}
28+
{{< release-date date="2025-06-24" >}}
2929

3030
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
3131

@@ -39,7 +39,7 @@ For a full list of pull requests and changes in this release, refer to the relev
3939

4040
### Bug fixes and enhancements
4141

42-
- Ensuring state of container in daemon database (used by [/containers/json](https://docs.docker.com/reference/api/engine/version/v1.49/#tag/Container/operation/ContainerList) API) is up to date when container is stopped using [/containers/{id}/stop](https://docs.docker.com/reference/api/engine/version/v1.49/#tag/Container/operation/ContainerStop) API (before response of API). [moby/moby#50136](https://github.com/moby/moby/pull/50136)
42+
- Ensure that the state of the container in the daemon database (used by [/containers/json](https://docs.docker.com/reference/api/engine/version/v1.49/#tag/Container/operation/ContainerList) API) is up to date when the container is stopped using the [/containers/{id}/stop](https://docs.docker.com/reference/api/engine/version/v1.49/#tag/Container/operation/ContainerStop) API (before response of API). [moby/moby#50136](https://github.com/moby/moby/pull/50136)
4343
- Fix `docker image inspect inspect` omitting empty fields. [moby/moby#50135](https://github.com/moby/moby/pull/50135)
4444
- Fix `docker images --tree` not marking images as in-use when the containerd image store is disabled. [docker/cli#6140](https://github.com/docker/cli/pull/6140)
4545
- Fix `docker pull/push` hang in non-interactive when authentication is required caused by prompting for login credentials. [docker/cli#6141](https://github.com/docker/cli/pull/6141)
@@ -63,20 +63,20 @@ For a full list of pull requests and changes in this release, refer to the relev
6363

6464
### Networking
6565

66+
- Revert Swarm related changes added in 28.2.x builds, due to a regression reported in https://github.com/moby/moby/issues/50129. [moby/moby#50169](https://github.com/moby/moby/pull/50169)
67+
* Revert: Fix an issue where `docker network inspect --verbose` could sometimes crash the daemon (https://github.com/moby/moby/pull/49937).
68+
* Revert: Fix an issue where the load-balancer IP address for an overlay network would not be released in certain cases if the Swarm was lacking an ingress network (https://github.com/moby/moby/pull/49948).
69+
* Revert: Improve the reliability of NetworkDB in busy clusters and lossy networks (https://github.com/moby/moby/pull/49932).
70+
* Revert: Improvements to the reliability and convergence speed of NetworkDB (https://github.com/moby/moby/pull/49939).
6671
- Fix an issue that could cause container startup to fail, or lead to failed UDP port mappings, when some container ports are mapped to `0.0.0.0` and others are mapped to specific host addresses. [moby/moby#50054](https://github.com/moby/moby/pull/50054)
67-
- Revert Swarm related changes added in 28.2.x builds, due to a regression reported in https://github.com/moby/moby/issues/50129. Including:. [moby/moby#50169](https://github.com/moby/moby/pull/50169)
68-
- Revert: Fix an issue where `docker network inspect --verbose` could sometimes crash the daemon (https://github.com/moby/moby/pull/49937). [moby/moby#50169](https://github.com/moby/moby/pull/50169)
69-
- Revert: Fix an issue where the load-balancer IP address for an overlay network would not be released in certain cases if the Swarm was lacking an ingress network (https://github.com/moby/moby/pull/49948). [moby/moby#50169](https://github.com/moby/moby/pull/50169)
70-
- Revert: Improve the reliability of NetworkDB in busy clusters and lossy networks (https://github.com/moby/moby/pull/49932). [moby/moby#50169](https://github.com/moby/moby/pull/50169)
71-
- Revert: Improvements to the reliability and convergence speed of NetworkDB (https://github.com/moby/moby/pull/49939). [moby/moby#50169](https://github.com/moby/moby/pull/50169)
7272
- The `network inspect` response for an overlay network now reports that `EnableIPv4` is true. [moby/moby#50147](https://github.com/moby/moby/pull/50147)
7373
- Windows: Improve daemon startup time in cases where the host has networks of type `"Mirrored"`. [moby/moby#50155](https://github.com/moby/moby/pull/50155)
74-
- Windows: Make sure "docker system prune" and "docker network prune" only remove networks created by Docker. [moby/moby#50154](https://github.com/moby/moby/pull/50154)
74+
- Windows: Make sure `docker system prune` and `docker network prune` only remove networks created by Docker. [moby/moby#50154](https://github.com/moby/moby/pull/50154)
7575

7676
### API
7777

7878
- Update API version to 1.51. [moby/moby#50145](https://github.com/moby/moby/pull/50145)
79-
- `GET /images/json` now sets the value of `Containers` field for all images to the count of containers using the image. [moby/moby#50146](https://github.com/moby/moby/pull/50146)
79+
- `GET /images/json` now sets the value of the `Containers` field for all images to the count of containers using the image. [moby/moby#50146](https://github.com/moby/moby/pull/50146)
8080

8181
### Deprecations
8282

0 commit comments

Comments
 (0)