mirror of https://github.com/docker/docs.git
engine: 24.0.4 release notes
Signed-off-by: Bjorn Neergaard <bjorn.neergaard@docker.com>
This commit is contained in:
parent
422915b614
commit
ab77f27889
|
@ -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" %}
|
||||
|
|
Loading…
Reference in New Issue