mirror of https://github.com/docker/docs.git
Merge pull request #19269 from vvoland/release-24.0.8
engine: 24.0.8 release notes
This commit is contained in:
commit
accd1b8043
|
@ -14,6 +14,23 @@ For more information about:
|
||||||
- Deprecated and removed features, see [Deprecated Engine Features](../deprecated.md).
|
- Deprecated and removed features, see [Deprecated Engine Features](../deprecated.md).
|
||||||
- Changes to the Engine API, see [Engine API version history](../api/version-history.md).
|
- Changes to the Engine API, see [Engine API version history](../api/version-history.md).
|
||||||
|
|
||||||
|
## 24.0.8
|
||||||
|
|
||||||
|
{{< release-date date="2024-01-25" >}}
|
||||||
|
|
||||||
|
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
|
||||||
|
|
||||||
|
- [docker/cli, 24.0.8 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A24.0.8)
|
||||||
|
- [moby/moby, 24.0.8 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A24.0.8)
|
||||||
|
|
||||||
|
### Bug fixes and enhancements
|
||||||
|
* Live restore: Containers with auto remove (`docker run --rm`) are no longer forcibly removed on engine restart. [moby/moby#46857](https://github.com/moby/moby/pull/46869)
|
||||||
|
|
||||||
|
### Packaging updates
|
||||||
|
* Upgrade Go to `go1.20.13`. [moby/moby#47054](https://github.com/moby/moby/pull/47054), [docker/cli#4826](https://github.com/docker/cli/pull/4826), [docker/docker-ce-packaging#975](https://github.com/docker/docker-ce-packaging/pull/975)
|
||||||
|
* Upgrade containerd (static binaries only) to [v1.7.12](https://github.com/containerd/containerd/releases/tag/v1.7.12) [moby/moby#47096](https://github.com/moby/moby/pull/47096)
|
||||||
|
* Upgrade runc to v1.1.11. [moby/moby#47010](https://github.com/moby/moby/pull/47010)
|
||||||
|
|
||||||
## 24.0.7
|
## 24.0.7
|
||||||
|
|
||||||
{{< release-date date="2023-10-27" >}}
|
{{< release-date date="2023-10-27" >}}
|
||||||
|
|
Loading…
Reference in New Issue