From 7f6a0393235185c62bd73dd9f1cde70fb66b5a10 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Mon, 20 Jul 2026 14:33:19 +0100 Subject: [PATCH 1/2] 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/2] 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