Skip to content
Draft

4.84-RN #25604

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions content/manuals/desktop/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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="//" >}}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[HIGH] build_path="//" appears to be an unfilled placeholder

Every prior release uses a numeric build path (for example, /234302/ for 4.83.0, /233772/ for 4.82.0). The value "//" does not match that pattern and will produce a malformed download URL — users clicking the installer links for 4.84.0 will get broken links.

Replace "//" with the correct numeric build ID for this release before publishing.



### 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" >}}
Expand Down