diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 106c92a649a..618624b9cb5 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -24,6 +24,46 @@ 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.81.0 + +{{< release-date date="2026-07-06" >}} + +{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.81.0" build_path="//" >}} + +### Updates + +- [Docker Model Runner v1.2.5](https://github.com/docker/model-cli/releases/tag/v1.2.5) +- [Docker Agent v1.88.1](https://github.com/docker/docker-agent/releases/tag/v1.88.1) +- Docker Offload `v0.6.7` +- [Docker Compose v5.2.0](https://github.com/docker/compose/releases/tag/v5.2.0) +- [Docker Scout CLI v1.22.0](https://github.com/docker/scout-cli/releases/tag/v1.22.0) + +### Bug fixes and enhancements + +#### For all platforms + +- Fixed an error that caused volumes, images, and containers to fail to load in the Docker Desktop Dashboard. +- Removed the deprecated `cagent` binary from Docker Desktop; use `docker agent` instead. +- Kubernetes kind cluster now works with Registry Access Management. +- Fixed a bug where the sign-in/update prompt was not shown when upgrading between versions that cross a version digit boundary (e.g., 4.9.x to 4.10.x). +- Fixed an issue in Ask Gordon where the tool call permission dialog blocked the chat view, replacing it with an inline approval card so users can read Gordon's full message before approving or rejecting. + +#### For Mac + +- Fixed Docker Desktop failing to start when the user's environment contained very long environment variables. +- Fixes a crash of the offload plugin on macOS Intel machines due to `SG_READ_ONLY` not being set in the `__DATA_CONST` segment, causing the system linker to fail to load the executable (docker/desktop-feedback#471) + +#### For Windows + +- Fixed an issue on Windows where stopping Docker Desktop would immediately force off the Hyper-V VM without waiting for a graceful guest shutdown, reducing the risk of data corruption. +- Fixed a bug on Windows where `dockerd` failed to connect through the local HTTPS proxy due to a TLS handshake error caused by an incorrect proxy URL scheme. +- Fixed a Windows update that reverted and showed a "Mismatch patch version" error when it ran again after the target version was already installed. +- Fixed Resource Saver not stopping the Docker engine when running on WSL. + +#### For Linux + +- Fixed a bug where Docker Desktop would fail to start after a reset. + ## 4.80.0 {{< release-date date="2026-06-29" >}}