From 41a31a00bf6465574e4f65a73c85dfd3e0081e2a Mon Sep 17 00:00:00 2001 From: Djordje Lukic Date: Wed, 26 Apr 2023 18:46:33 +0200 Subject: [PATCH] engine: add release-notes for v23.0.5 Signed-off-by: Djordje Lukic --- engine/release-notes/23.0.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/engine/release-notes/23.0.md b/engine/release-notes/23.0.md index a8a662d1d9..5ec891b8dc 100644 --- a/engine/release-notes/23.0.md +++ b/engine/release-notes/23.0.md @@ -41,6 +41,28 @@ 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.5 + +{% include release-date.html date="2023-04-26" %} + +For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones: + +- [docker/cli, 23.0.5 milestone](https://github.com/docker/cli/milestone/79?closed=1) +- [moby/moby, 23.0.5 milestone](https://github.com/moby/moby/milestone/118?closed=1) + +### Bug fixes and enhancements + +- Add the `--all` / `-a` option when pruning volumes. [docker/cli#4229](https://github.com/docker/cli/pull/4229) +- Add `--format=json` for `docker info`. [docker/cli#4320](https://github.com/docker/cli/pull/4230) +- Fix log loss with the AWSLogs log driver. [moby/moby#45350](https://github.com/moby/moby/pull/45350) +- Fix a regression introduced in v23.0.4 where dockerd would refuse to start if the fixed-cidr config parameter is provided but not bip. [moby/moby#45403](https://github.com/moby/moby/pull/45403) +- Fix a panic in libnetwork during daemon start [moby/moby#45376](https://github.com/moby/moby/pull/45376) +- Fix "tag" event not being sent when an image is built with `buildx`. [moby/moby#45410](https://github.com/moby/moby/pull/45410) + +### Packaging Updates + +- Upgrade Compose to `2.17.3`. [docker/docker-ce-packaging#883](https://github.com/docker/docker-ce-packaging/pull/883) + ## 23.0.4 {% include release-date.html date="2023-04-17" %}