Skip to content

Commit 1477d9a

Browse files
authored
4.81-RN (#25463)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Signed-off-by: aevesdocker <allie.sadler@docker.com>
1 parent b85f815 commit 1477d9a

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

content/manuals/desktop/release-notes.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,50 @@ Docker Desktop versions older than 6 months from the latest release are not avai
2424

2525
For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoot-and-support/faqs/releases.md).
2626

27+
## 4.81.0
28+
29+
{{< release-date date="2026-07-06" >}}
30+
31+
{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.81.0" build_path="/232925/" >}}
32+
33+
### Updates
34+
35+
- [Docker Model Runner v1.2.5](https://github.com/docker/model-runner/releases/tag/v1.2.5)
36+
- [Docker Agent v1.88.1](https://github.com/docker/docker-agent/releases/tag/v1.88.1)
37+
- Docker Offload `v0.6.7`
38+
- [Docker Compose v5.2.0](https://github.com/docker/compose/releases/tag/v5.2.0)
39+
- [Docker Scout CLI v1.22.0](https://github.com/docker/scout-cli/releases/tag/v1.22.0)
40+
- [DHI CLI (`dhictl`) v0.0.5](https://github.com/docker-hardened-images/dhictl/releases/tag/v0.0.5)
41+
42+
### Bug fixes and enhancements
43+
44+
#### For all platforms
45+
46+
- Fixed an error that caused volumes, images, and containers to fail to load in the Docker Desktop Dashboard.
47+
- Removed the deprecated `cagent` binary from Docker Desktop; use `docker agent` instead.
48+
- Kubernetes kind cluster now works with Registry Access Management.
49+
- 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).
50+
- 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.
51+
- Fixed a rare case where Docker Desktop could shut down if the build service crashed, for example during a factory reset.
52+
- Fixed an issue where containers ignored user-configured stop timeouts during normal operation due to a proxy-level override forcing a 1-second timeout on all containers.
53+
54+
#### For Mac
55+
56+
- Fixed Docker Desktop failing to start when the user's environment contained very long environment variables.
57+
- Fixed a Docker Offload crash on 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. Fixes [docker/desktop-feedback#471](https://github.com/docker/desktop-feedback/issues/471).
58+
59+
#### For Windows
60+
61+
- 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.
62+
- 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.
63+
- Fixed a Windows update that reverted and showed a **Mismatch patch version** error when it ran again after the target version was already installed.
64+
- Fixed Resource Saver not stopping the Docker engine when running on WSL.
65+
- Fixed a regression where Docker Desktop failed to start on WSL2 kernels that could not attach the Synchronized File Shares eBPF probes, such as Windows on Arm. Fixes [docker/desktop-feedback#470](https://github.com/docker/desktop-feedback/issues/470).
66+
67+
#### For Linux
68+
69+
- Fixed a bug where Docker Desktop would fail to start after a reset.
70+
2771
## 4.80.0
2872

2973
{{< release-date date="2026-06-29" >}}

0 commit comments

Comments
 (0)