Skip to content
Draft

4.81-RN #25463

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
40 changes: 40 additions & 0 deletions content/manuals/desktop/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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.

[MEDIUM] Inconsistent verb tense — "Fixes" should be "Fixed"

This bullet uses present tense ("Fixes a crash…") while every other entry in the 4.81.0 "Bug fixes and enhancements" section uses past tense ("Fixed"). Change "Fixes" to "Fixed" to maintain parallel structure throughout the release notes.


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