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