From 63db2f5e4a41b1de6d505847014d9d861c414d9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Wed, 8 May 2024 11:15:21 +0200 Subject: [PATCH] engine: 26.1.2 release notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/engine/release-notes/26.1.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/content/engine/release-notes/26.1.md b/content/engine/release-notes/26.1.md index 32308f1f2e..ee528baf67 100644 --- a/content/engine/release-notes/26.1.md +++ b/content/engine/release-notes/26.1.md @@ -19,6 +19,25 @@ For more information about: - Deprecated and removed features, see [Deprecated Engine Features](../deprecated.md). - Changes to the Engine API, see [Engine API version history](../api/version-history.md). +## 26.1.2 + +{{< release-date date="2024-05-08" >}} + +For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones: + +- [docker/cli, 26.1.2 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A26.1.2) +- [moby/moby, 26.1.2 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A26.1.2) +- Deprecated and removed features, see [Deprecated Features](https://github.com/docker/cli/blob/v26.1.2/docs/deprecated.md). +- Changes to the Engine API, see [API version history](https://github.com/moby/moby/blob/v26.1.2/docs/api/version-history.md). + +### Bug fixes and enhancements + +- Fix an issue where the CLI process would sometimes hang when a container failed to start. [docker/cli#5062](https://github.com/docker/cli/pull/5062) + +### Packaging updates + +- Update Go runtime to 1.21.10. [moby/moby#47806](https://github.com/moby/moby/pull/47806) + ## 26.1.1 {{< release-date date="2024-04-30" >}}