From 7f6a0393235185c62bd73dd9f1cde70fb66b5a10 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Mon, 20 Jul 2026 14:33:19 +0100 Subject: [PATCH 1/4] 4.84-RN --- content/manuals/desktop/release-notes.md | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index a3e7c02cbd7..9c0ad829968 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -24,6 +24,33 @@ 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.84.0 + +{{< release-date date="2026-07-27" >}} + +{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.84.0" build_path="//" >}} + + +### Updates + +- [Docker Agent v1.111.0](https://github.com/docker/docker-agent/releases/tag/v1.111.0) +- Kubernetes: + - cri-dockerd v0.4.4 + +### Bug fixes and enhancements + +#### For all platforms + +- Fixed a bug where an invalid `~/.docker/config.json` caused Docker Desktop to hang with high CPU/memory and show no error dialog. Docker Desktop now surfaces an error dialog prompting the user to correct the file. +- Fixed a bug that prevented some Docker Hardened Images customizations from being created. +- Fixed a bug where deleting an unrelated credential ID could accidentally erase Docker Hub OAuth tokens, causing users to be unexpectedly signed out. + +#### For Windows + +- Fixed a bug on Windows where an empty or malformed `install-settings.json` caused Docker Desktop to hang with high CPU/memory usage and no error dialog on startup. +- The MSI installer now detects per-user Docker Desktop installations on the machine and blocks installation with a clear message naming the affected users. Affected users must uninstall their per-user Docker Desktop before the MSI can be installed. +- Fixed a bug where uninstalling Docker Desktop could permanently lock the user out of their own application data directories if the deletion failed mid-way. + ## 4.83.0 {{< release-date date="2026-07-20" >}} From 59ab27527ef007f330ae6803ba192489e0c4c58e Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Wed, 22 Jul 2026 10:59:22 +0100 Subject: [PATCH 2/4] add more items Signed-off-by: aevesdocker --- content/manuals/desktop/release-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 9c0ad829968..c51352142a0 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -36,6 +36,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - [Docker Agent v1.111.0](https://github.com/docker/docker-agent/releases/tag/v1.111.0) - Kubernetes: - cri-dockerd v0.4.4 +- [Docker Hardened Images CLI (`dhictl`) v0.0.7](https://github.com/docker-hardened-images/dhictl/releases/tag/v0.0.7) ### Bug fixes and enhancements @@ -44,6 +45,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - Fixed a bug where an invalid `~/.docker/config.json` caused Docker Desktop to hang with high CPU/memory and show no error dialog. Docker Desktop now surfaces an error dialog prompting the user to correct the file. - Fixed a bug that prevented some Docker Hardened Images customizations from being created. - Fixed a bug where deleting an unrelated credential ID could accidentally erase Docker Hub OAuth tokens, causing users to be unexpectedly signed out. +- Removed Docker Scout CLI hints that previously appeared after running `docker pull` or `docker buildx build` commands. #### For Windows From f31d80d78f61fe60b3081f64031523a25625e50d Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Mon, 27 Jul 2026 10:26:30 +0100 Subject: [PATCH 3/4] build number Signed-off-by: aevesdocker --- content/manuals/desktop/release-notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index c51352142a0..05fb6744129 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 {{< release-date date="2026-07-27" >}} -{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.84.0" build_path="//" >}} +{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.84.0" build_path="/234994/" >}} ### Updates @@ -37,6 +37,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - Kubernetes: - cri-dockerd v0.4.4 - [Docker Hardened Images CLI (`dhictl`) v0.0.7](https://github.com/docker-hardened-images/dhictl/releases/tag/v0.0.7) +- Docker Desktop CLI `v0.4.3` ### Bug fixes and enhancements From 50be712d01ef00611d2d60304c36c6ce41e0aeb8 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Mon, 27 Jul 2026 15:08:48 +0100 Subject: [PATCH 4/4] new 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 05fb6744129..4a26b8915eb 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 {{< release-date date="2026-07-27" >}} -{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.84.0" build_path="/234994/" >}} +{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.84.0" build_path="/234817/" >}} ### Updates