From 07708a8b84637196cb3518f2446b746b763fc2f8 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Thu, 19 Feb 2026 13:10:54 +0000 Subject: [PATCH 1/3] dd4.62-rn --- content/manuals/desktop/release-notes.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 5eac6d39e92..5d328b8e4e1 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -26,6 +26,27 @@ Docker Desktop versions older than 6 months from the latest release are not avai For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoot-and-support/faqs/releases.md). +## 4.62.0 + +{{< release-date date="2026-02-23" >}} + +{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.62.0" build_path="//" >}} + +### Updates + +- Linux kernel `v6.12.69` + +### Bug fixes and enhancements + +#### For all platforms + +- Added support for vllm-metal in Docker Model Runner on macOS. +- Fixed an issue where background update checks did not respect the Automatically check for updates setting when disabled. Fixes [docker/for-mac#3908](https://github.com/docker/for-mac/issues/3908). + +#### For Linux + +- Fixed a networking crash on QEMU 10.2.0 and later. + ## 4.61.0 {{< release-date date="2026-02-18" >}} From a85c5f2368fbab7b9b77e95fc38aab5e7e94f2b5 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Thu, 19 Feb 2026 13:17:24 +0000 Subject: [PATCH 2/3] dd4.62-rn --- content/manuals/desktop/release-notes.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 5d328b8e4e1..5f7f169b5af 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -40,9 +40,12 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo #### For all platforms -- Added support for vllm-metal in Docker Model Runner on macOS. - Fixed an issue where background update checks did not respect the Automatically check for updates setting when disabled. Fixes [docker/for-mac#3908](https://github.com/docker/for-mac/issues/3908). +#### For Mac + +- Added support for vllm-metal in Docker Model Runner. + #### For Linux - Fixed a networking crash on QEMU 10.2.0 and later. From 7b3deb7179184298944ec936a73a33b5649705a0 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Mon, 23 Feb 2026 09:42:52 +0000 Subject: [PATCH 3/3] edits and build number --- content/manuals/desktop/release-notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 5f7f169b5af..e4857c8ed3e 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -30,7 +30,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo {{< release-date date="2026-02-23" >}} -{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.62.0" build_path="//" >}} +{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.62.0" build_path="/219486/" >}} ### Updates @@ -40,11 +40,11 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo #### For all platforms -- Fixed an issue where background update checks did not respect the Automatically check for updates setting when disabled. Fixes [docker/for-mac#3908](https://github.com/docker/for-mac/issues/3908). +- Fixed an issue where background update checks did not respect the **Automatically check for updates** setting when disabled. Fixes [docker/for-mac#3908](https://github.com/docker/for-mac/issues/3908). #### For Mac -- Added support for vllm-metal in Docker Model Runner. +- Added support for vLLM Metal in Docker Model Runner. #### For Linux