From 0f44ce610089bd7edb1e89288532bdb21306ee9f Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 8 May 2023 12:35:29 +0200 Subject: [PATCH] engine: add release-notes for v23.0.6 Signed-off-by: Sebastiaan van Stijn --- engine/release-notes/23.0.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/engine/release-notes/23.0.md b/engine/release-notes/23.0.md index 5ec891b8dc..73eec38bcf 100644 --- a/engine/release-notes/23.0.md +++ b/engine/release-notes/23.0.md @@ -41,6 +41,27 @@ Changing the version format is a stepping-stone towards Go module compatibility, but the repository doesn't yet use Go modules, and still requires using a "+incompatible" version. Work continues towards Go module compatibility in a future release. +## 23.0.6 + +{% include release-date.html date="2023-05-08" %} + +For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones: + +- [docker/cli, 23.0.6 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A23.0.6) +- [moby/moby, 23.0.6 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A23.0.6) + +### Bug fixes and enhancements + +- Fix vfs storage driver not working on NFS. [moby/moby#45465](https://github.com/moby/moby/pull/45465) + +### Packaging Updates + +- Upgrade Go to `1.19.9`. [docker/docker-ce-packaging#889](https://github.com/docker/docker-ce-packaging/pull/889), + [docker/cli#4254](https://github.com/docker/cli/pull/4254), [moby/moby#45455](https://github.com/moby/moby/pull/45455) +- Upgrade `containerd` to [v1.6.21](https://github.com/containerd/containerd/releases/tag/v1.6.21) +- Upgrade `runc` to [v1.1.7](https://github.com/opencontainers/runc/releases/tag/v1.1.7) + + ## 23.0.5 {% include release-date.html date="2023-04-26" %}