engine: 26.1.4 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-06-05 18:18:38 +02:00 committed by David Karlsson
parent 1b6a6d530e
commit a19f723d32
2 changed files with 38 additions and 2 deletions

View File

@ -21,6 +21,42 @@ 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.4
{{< release-date date="2024-06-05" >}}
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
- [docker/cli, 26.1.4 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A26.1.4)
- [moby/moby, 26.1.4 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A26.1.4)
- Deprecated and removed features, see [Deprecated Features](https://github.com/docker/cli/blob/v26.1.4/docs/deprecated.md).
- Changes to the Engine API, see [API version history](https://github.com/moby/moby/blob/v26.1.4/docs/api/version-history.md).
### Security
This release updates the Go runtime to 1.21.11 which contains security fixes for:
- [CVE-2024-24789]
- [CVE-2024-24790]
- A symlink time of check to time of use race condition during directory removal reported by [Addison Crump](https://github.com/addisoncrump).
### Bug fixes and enhancements
- Fixed an issue where promoting a node immediately after another node was demoted could cause the promotion to fail. [moby/moby#47870](https://github.com/moby/moby/pull/47870)
- Prevent the daemon log from being spammed with `superfluous response.WriteHeader call ...` messages. [moby/moby#47843](https://github.com/moby/moby/pull/47843)
- Don't show empty hints when plugins return an empty hook message. [docker/cli#5083](https://github.com/docker/cli/pull/5083)
- Fix a compatibility issue with Visual Studio Container Tools. [docker/cli#5095](https://github.com/docker/cli/pull/5095)
### Packaging updates
- Update containerd (static binaries only) to [v1.7.17](https://github.com/containerd/containerd/releases/tag/v1.7.17). [moby/moby#47841](https://github.com/moby/moby/pull/47841)
- [CVE-2024-24789], [CVE-2024-24790]: Update Go runtime to 1.21.11. [moby/moby#47904](https://github.com/moby/moby/pull/47904)
- Update Compose to [v2.27.1](https://github.com/docker/compose/releases/tag/v2.27.1). [docker/docker-ce-packages#1022](https://github.com/docker/docker-ce-packaging/pull/1022)
- Update Buildx to [v0.14.1](https://github.com/docker/buildx/releases/tag/v0.14.1). [docker/docker-ce-packages#1021](https://github.com/docker/docker-ce-packaging/pull/1021)
[CVE-2024-24789]: https://github.com/golang/go/issues/66869
[CVE-2024-24790]: https://github.com/golang/go/issues/67680
## 26.1.3
{{< release-date date="2024-05-16" >}}

View File

@ -97,8 +97,8 @@ params:
docs_url: https://docs.docker.com
latest_engine_api_version: "1.45"
docker_ce_version: "26.1.3"
compose_version: "v2.27.0"
docker_ce_version: "26.1.4"
compose_version: "v2.27.1"
compose_file_v3: "3.8"
compose_file_v2: "2.4"
buildkit_version: "0.13.1"