Merge pull request #17706 from neersighted/engine_24.0.4

engine: 24.0.4 release notes
This commit is contained in:
Sebastiaan van Stijn 2023-07-07 23:28:17 +02:00 committed by GitHub
commit aac975a310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -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" %}