From 1ccb1242fa5ad1348951a090645afd8046af2893 Mon Sep 17 00:00:00 2001 From: Laura Brehm Date: Fri, 20 Sep 2024 19:21:04 +0100 Subject: [PATCH] engine: 27.3.1 release notes Signed-off-by: Laura Brehm Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/manuals/engine/release-notes/27.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/content/manuals/engine/release-notes/27.md b/content/manuals/engine/release-notes/27.md index 8ea78a0213..5cacc29b52 100644 --- a/content/manuals/engine/release-notes/27.md +++ b/content/manuals/engine/release-notes/27.md @@ -27,6 +27,23 @@ For more information about: Release notes for Docker Engine version 27.3 releases. +### 27.3.1 + +{{< release-date date="2024-09-20" >}} + +For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones: + +- [docker/cli, 27.3.1 milestone](https://github.com/docker/cli/issues?q=sort%3Aupdated-desc+is%3Aclosed+milestone%3A27.3.1) +- [moby/moby, 27.3.1 milestone](https://github.com/moby/moby/issues?q=sort%3Aupdated-desc+is%3Aclosed+milestone%3A27.3.1) + +#### Bug fixes and enhancements + +- CLI: Fix issue with command execution metrics not being exported correctly. [docker/cli#5457](https://github.com/docker/cli/pull/5457) + +#### Packaging updates + +- Update Compose to [v2.29.7](https://github.com/docker/compose/releases/tag/v2.29.7) + ### 27.3.0 {{< release-date date="2024-09-19" >}}