From 3870f01e4eeaed4fdff43fae70f19c93b7e93371 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Tue, 17 Mar 2026 09:44:10 +0000 Subject: [PATCH 1/3] 4.66-RN --- content/manuals/desktop/release-notes.md | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 2ea6844ce11..5a4d244d0c6 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -26,6 +26,35 @@ 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.66.0 + +{{< release-date date="2026-03-23" >}} + +{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.66.0" build_path="//" >}} + +### New + +- Added a new **Logs** view where you can explore logs from all sources in one unified view. (Beta) + +### Updates + +- [Docker Engine v29.3.0](https://docs.docker.com/engine/release-notes/29/#2930) + +### Bug fixes and minor changes + +#### For all platforms + +- Gordon improvements: + - Provides pre-filled prompts when deeplinking from command-line failure hints. + - Prevents Docker Hub rate limiting by authenticating before making requests. +- Fixed a Kubernetes pod discovery hang when the kube context is broken or unreachable. +- Fixed a terminal crash caused by an undefined dimensions error during terminal resize. +- Fixed volume backup export error handling for file, image, and registry export operations. + +#### For Windows + +- Fixed high CPU usage in the Windows API proxy caused by unnecessary process enumeration. + ## 4.65.0 {{< release-date date="2026-03-16" >}} From 36b4515326ff1e28269badbcc8b32bc332366455 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Thu, 19 Mar 2026 10:21:45 +0000 Subject: [PATCH 2/3] add new entry and move an entry --- content/manuals/desktop/release-notes.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 5a4d244d0c6..c413e8037d4 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -32,13 +32,10 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo {{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.66.0" build_path="//" >}} -### New - -- Added a new **Logs** view where you can explore logs from all sources in one unified view. (Beta) - ### Updates - [Docker Engine v29.3.0](https://docs.docker.com/engine/release-notes/29/#2930) +- [NVIDIA Container Toolkit v1.19.0](https://github.com/NVIDIA/nvidia-container-toolkit/releases/tag/v1.19.0) ### Bug fixes and minor changes @@ -63,6 +60,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo ### New +- Added a new **Logs** view where you can explore logs from all sources in one unified view. (Beta) - Gordon hints now appear when `docker build`, `docker run`, or `docker compose` commands fail, offering contextual suggestions. - Community MCP servers now support OAuth authentication directly in the UI. - Added the `dhictl` CLI plugin for managing Docker Hardened Images. From 584198d0037a0e76ff65b2693e5706ba43dbe507 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Mon, 23 Mar 2026 13:05:32 +0000 Subject: [PATCH 3/3] build number --- content/manuals/desktop/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index c413e8037d4..dacd02d97ba 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-03-23" >}} -{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.66.0" build_path="//" >}} +{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.66.0" build_path="/222299/" >}} ### Updates