From a5174be33fc2602087b0eaa2a8fefbc304b707ab Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Mon, 30 Mar 2026 15:25:21 +0100 Subject: [PATCH 1/3] 4.68-RN --- content/manuals/desktop/release-notes.md | 39 ++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index b8a8058049c..b9de2e70c85 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -26,6 +26,45 @@ 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.68.0 + +{{< release-date date="2026-04-06" >}} + +{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.68.0" build_path="//" >}} + +### Updates + +- [Docker Agent v1.39.0](https://github.com/docker/docker-agent/releases/tag/v1.39.0) +- [Docker Model v1.1.28](https://github.com/docker/model-cli/releases/tag/v1.1.28) + +### Bug fixes and enhancements + +#### For all platforms + +- Fixed a deadlock in Enhanced Container Isolation that caused containers to hang indefinitely during creation when ECI was enabled. +- Added a warning banner to alert when an MCP erver is community-provided and has not been verified by Docker. +- Added a persistent **Show timestamps** toggle to the **Logs** view, allowing timestamps to be hidden in both table and visualiser views across sessions. +- Fixed an issue where Docker Desktop frontend processes were not properly terminated on quit. +- Fixed a deadlock when settings controlled by admins reload that could cause Docker Desktop to become unresponsive during sign in or sign out operations. +- Fixed a bug where Docker Desktop could fail to start due to uncorrectable filesystem errors on the disk image not being repaired. +- Fixed a bug that caused Enhanced Container Isolation (ECI) to inadvertently block startup of Kubernetes clusters. +- Fixed an issue where a failed volume size fetch could make the **Volumes** view inaccessible; container counts on volumes now correctly exclude bind mounts. +- Fixed race conditions in volume backup that could cause containers to be incorrectly restarted, export logs to be corrupted, or runtime panics when scheduling tasks. +- Fixed a crash in the API cache that occurred when containers with no names caused a panic disrupting container listing. +- Fixed a bug where starting a container could fail with `ENOENT` if a bind-mount parent directory was deleted while no container was using it. + +#### For Mac + +- Fixed a security vulnerability where tampered user-deployed config profiles could bypass organization sign-in enforcement. +- Fixed a bug where a failed `vmnetd` handshake could dispatch a bogus command on a broken connection, causing unexpected networking errors. +- Fixed a bug where the Docker Desktop Dashboard could be prematurely displayed when restoring to a fullscreen state on launch. + +#### For Windows + +- Fixed an issue where the installer extraction did not update the progress bar and could take around 5 minutes, depending on the machine. Extraction is now ~60% faster and includes proper progress updates. +- Fixed a race condition where container ports would sometimes not be published correctly after container start, affecting ephemeral ports, `--publish-all`, and gateway IP bindings. +- Fixed an issue where a failed WSL distro move could leave the distro unregistered. + ## 4.67.0 {{< release-date date="2026-03-30" >}} From a816c0eddd16e6c36d4b2c1155f0853780871e34 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Thu, 2 Apr 2026 09:18:24 +0100 Subject: [PATCH 2/3] white space --- content/manuals/desktop/release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index b9de2e70c85..6fc03f1fb38 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -28,7 +28,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo ## 4.68.0 -{{< release-date date="2026-04-06" >}} +{{< release-date date="2026-04-07" >}} {{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.68.0" build_path="//" >}} @@ -39,7 +39,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo ### Bug fixes and enhancements -#### For all platforms +#### For all platforms - Fixed a deadlock in Enhanced Container Isolation that caused containers to hang indefinitely during creation when ECI was enabled. - Added a warning banner to alert when an MCP erver is community-provided and has not been verified by Docker. From 235b609a7424be703c390b7b5fa0b38e624e81e4 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Thu, 2 Apr 2026 10:08:02 +0100 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/manuals/desktop/release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 6fc03f1fb38..a0e16af0cb9 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -53,13 +53,13 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - Fixed a crash in the API cache that occurred when containers with no names caused a panic disrupting container listing. - Fixed a bug where starting a container could fail with `ENOENT` if a bind-mount parent directory was deleted while no container was using it. -#### For Mac +#### For Mac - Fixed a security vulnerability where tampered user-deployed config profiles could bypass organization sign-in enforcement. - Fixed a bug where a failed `vmnetd` handshake could dispatch a bogus command on a broken connection, causing unexpected networking errors. - Fixed a bug where the Docker Desktop Dashboard could be prematurely displayed when restoring to a fullscreen state on launch. -#### For Windows +#### For Windows - Fixed an issue where the installer extraction did not update the progress bar and could take around 5 minutes, depending on the machine. Extraction is now ~60% faster and includes proper progress updates. - Fixed a race condition where container ports would sometimes not be published correctly after container start, affecting ephemeral ports, `--publish-all`, and gateway IP bindings.