diff --git a/engine/release-notes/23.0.md b/engine/release-notes/23.0.md index 5dabcdc435..0934fdf845 100644 --- a/engine/release-notes/23.0.md +++ b/engine/release-notes/23.0.md @@ -78,6 +78,7 @@ For a full list of pull requests and changes in this release, refer to the relev - API: Add a `CreateMountPoint` parameter to `POST /containers/create`. [moby/moby#43484](https://github.com/moby/moby/pull/43484) - API: Add a `shared-size` parameter to `GET /images/json` to enable shared-size computation of images. [moby/moby#42531](https://github.com/moby/moby/pull/42531) - API: Add a `type` parameter to `GET /system/df`, to control what object types to are considered when computing disk usage. [moby/moby#42559](https://github.com/moby/moby/pull/42559) +- systemd: Use a systemd-managed containerd instead of a daemon-managed containerd. [moby/moby#42373](https://github.com/moby/moby/pull/42373) - systemd: Start `docker.service` after `time-set.target`. [moby/moby#43107](https://github.com/moby/moby/pull/43107) ### Removed