From d75bfbad4a17cc4a93fa0f96b9914cddaf02dc27 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Tue, 14 Apr 2026 09:28:15 +0100 Subject: [PATCH 1/5] 4.70 RN --- content/manuals/desktop/release-notes.md | 38 ++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 61f4bf7a1d62..ad3c209bdf34 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -26,6 +26,44 @@ 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.70.0 + +{{< release-date date="2026-04-20" >}} + +{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.70.0" build_path="//" >}} + +### New + +- Added a CLI hint that surfaces the **Logs** view when running `logs`, `compose logs`, `compose attach`, or `compose up` commands, giving you quick access to logs across all running containers. Available with the **Logs** (Beta) feature enabled. + +### Updates + +- [Docker Compose v5.1.2](https://github.com/docker/compose/releases/tag/v5.1.2) +- [Docker Engine v29.4.0](/manuals/engine/release-notes/29.md#2940) +- [Docker Agent v1.43.0](https://github.com/docker/docker-agent/releases/tag/v1.43.0) +- [Docker Model v1.1.33](https://github.com/docker/model-cli/releases/tag/v1.1.33) +- [Docker Scout CLI v1.20.4](https://github.com/docker/scout-cli/releases/tag/v1.20.4) + +### Bug fixes and enhancements + +#### For all platforms + +- Fixed a bug where `docker login` could fail silently in CI environments due to slow Docker Hub responses causing credential store update timeouts. +- Fixed an issue where disabling Beta features also disabled Docker Model Runner. +- Fixed `docker desktop start` causing the Docker AI agent API daemon to fail due to an inherited CLI plugin environment variable. + +#### For Mac + +- Fixed a crash loop where Docker Desktop repeatedly failed to start with exit status `42` after an update due to a corrupted `DockerAppLaunchPath` setting. +- Fixed an issue where a failed update could leave Docker Desktop in a broken state. The installer now automatically reverts to the previous version and shows a clear error message. +- Fixed a bug where stopping one container could disrupt active Unix socket forwards belonging to other running containers. + +#### For Windows + +- Fixed an issue where a failed update could leave Docker Desktop in a broken state. The installer now automatically reverts to the previous version and shows a clear error message. +- Fixed a bug where a failed switch to Windows containers could leave Docker Desktop in a broken state, requiring a restart. +- Fixed an issue where Docker Desktop failed to launch for users with `DEVHOME` set in their environment. + ## 4.69.0 {{< release-date date="2026-04-13" >}} From 63bf1eba63488e0ab058cacba2db1596f0a76017 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Thu, 16 Apr 2026 11:22:03 +0100 Subject: [PATCH 2/5] add windows issue --- content/manuals/desktop/release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index ad3c209bdf34..4c1b55450148 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -63,6 +63,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - Fixed an issue where a failed update could leave Docker Desktop in a broken state. The installer now automatically reverts to the previous version and shows a clear error message. - Fixed a bug where a failed switch to Windows containers could leave Docker Desktop in a broken state, requiring a restart. - Fixed an issue where Docker Desktop failed to launch for users with `DEVHOME` set in their environment. +- Temporarily rolled back process hardening that caused Electron crashes on Windows. Fixes [docker/desktop-feedback#245](https://github.com/docker/desktop-feedback/issues/245). ## 4.69.0 From aad14b526cc56df737eebdc5390af30cfbb5c433 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Mon, 20 Apr 2026 12:25:38 +0100 Subject: [PATCH 3/5] link fix --- 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 4c1b55450148..47a023dcdaba 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -41,7 +41,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - [Docker Compose v5.1.2](https://github.com/docker/compose/releases/tag/v5.1.2) - [Docker Engine v29.4.0](/manuals/engine/release-notes/29.md#2940) - [Docker Agent v1.43.0](https://github.com/docker/docker-agent/releases/tag/v1.43.0) -- [Docker Model v1.1.33](https://github.com/docker/model-cli/releases/tag/v1.1.33) +- [Docker Model v1.1.33](https://github.com/docker/model-runner/releases/tag/v1.1.33) - [Docker Scout CLI v1.20.4](https://github.com/docker/scout-cli/releases/tag/v1.20.4) ### Bug fixes and enhancements From 2c7067260a6dea903f0e4ab755165ed9edf0fedb Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Mon, 20 Apr 2026 12:46:52 +0100 Subject: [PATCH 4/5] Update content/manuals/desktop/release-notes.md Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- 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 47a023dcdaba..ea1745f6c7a0 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -41,7 +41,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - [Docker Compose v5.1.2](https://github.com/docker/compose/releases/tag/v5.1.2) - [Docker Engine v29.4.0](/manuals/engine/release-notes/29.md#2940) - [Docker Agent v1.43.0](https://github.com/docker/docker-agent/releases/tag/v1.43.0) -- [Docker Model v1.1.33](https://github.com/docker/model-runner/releases/tag/v1.1.33) +- [Docker Model Runner v1.1.33](https://github.com/docker/model-runner/releases/tag/v1.1.33) - [Docker Scout CLI v1.20.4](https://github.com/docker/scout-cli/releases/tag/v1.20.4) ### Bug fixes and enhancements From 9915cee1d362ceda1d5e5a462557ebbade197e71 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Mon, 20 Apr 2026 13:08:23 +0100 Subject: [PATCH 5/5] Apply suggestion from @aevesdocker --- 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 ea1745f6c7a0..adfc328f5668 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-04-20" >}} -{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.70.0" build_path="//" >}} +{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.70.0" build_path="/224270/" >}} ### New