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" >}}