engine: 26.1.2 release notes

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
Paweł Gronowski 2024-05-08 11:15:21 +02:00 committed by David Karlsson
parent e8721aa8b8
commit 63db2f5e4a
1 changed files with 19 additions and 0 deletions

View File

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