diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 0dac0814931..c9bb820dcf0 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -26,6 +26,31 @@ 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.73.0 + +{{< release-date date="2026-05-11" >}} + +{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.73.0" build_path="//" >}} + +### Updates + +- [Docker Engine v29.4.3](https://docs.docker.com/engine/release-notes/29/#2943) +- [Docker Agent v1.54.0](https://github.com/docker/docker-agent/releases/tag/v1.54.0) + +### Bug fixes and enhancements + +#### For all platforms + +- Fixed a bug where canceling `docker load` (e.g. `Ctrl+C`) left a containerd ref lock held, causing subsequent loads of the same image to fail. +- Fixed `Cmd+Q` (Mac) and `Ctrl+Q` (Windows/Linux) not fully quitting Docker Desktop — the backend process and tray icon were left running after the dashboard closed. Fixes [docker/for-mac#7833](https://github.com/docker/for-mac/issues/7833). +- Fixed an issue where Docker Desktop made unnecessary network requests to `mcp.docker.com` on sign-in when MCP Toolkit was disabled, causing unexpected proxy authentication prompts. +- Fixed an issue where the search input in Gordon's session sidebar did not close when clicking outside with an empty query. + +#### For Mac + +- Fixed excessive memory usage on Apple Silicon Macs by improving the Linux VM's ability to return freed container memory back to the host OS. +- Fixed a bug where containers received connections with a corrupted source IP when another container had an active outbound connection to an IP in the same subnet range. Fixes [docker/for-mac#7824](https://github.com/docker/for-mac/issues/7824). + ## 4.72.0 {{< release-date date="2026-05-06" >}}