From a19f723d327c5bc93b8593584e632444c454013f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Wed, 5 Jun 2024 18:18:38 +0200 Subject: [PATCH] engine: 26.1.4 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 | 36 ++++++++++++++++++++++++++++ hugo.yaml | 4 ++-- 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/content/engine/release-notes/26.1.md b/content/engine/release-notes/26.1.md index 8a2c25a834..a065f0a087 100644 --- a/content/engine/release-notes/26.1.md +++ b/content/engine/release-notes/26.1.md @@ -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" >}} diff --git a/hugo.yaml b/hugo.yaml index e6cb2753f6..9c97eca7ff 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -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"