From ab77f278897afc1cff53a74d1d995431d7c6c7c6 Mon Sep 17 00:00:00 2001 From: Bjorn Neergaard Date: Fri, 7 Jul 2023 14:12:21 -0600 Subject: [PATCH] engine: 24.0.4 release notes Signed-off-by: Bjorn Neergaard --- engine/release-notes/24.0.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/engine/release-notes/24.0.md b/engine/release-notes/24.0.md index 1fbd3223eb..59f57f011c 100644 --- a/engine/release-notes/24.0.md +++ b/engine/release-notes/24.0.md @@ -19,6 +19,20 @@ For more information about: - Deprecated and removed features, see [Deprecated Engine Features](../deprecated.md). - Changes to the Engine API, see [Engine API version history](../api/version-history.md). +## 24.0.4 + +{% include release-date.html date="2023-07-07" %} + +For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones: + +- [docker/cli, 24.0.4 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A24.0.4) +- [moby/moby, 24.0.4 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A24.0.4) + +### Bug fixes and enhancements + +* Fix a regression introduced during 24.0.3 that causes a panic during live-restore of containers with bind mounts. [moby/moby#45903](https://github.com/moby/moby/pull/45903) + + ## 24.0.3 {% include release-date.html date="2023-07-06" %}