Skip to content
Draft

4.89-RN #25925

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
29 changes: 29 additions & 0 deletions content/manuals/desktop/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,35 @@ 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.89.0

{{< release-date date="2026-08-31" >}}

{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.89.0" build_path="/xxxxxx/" >}}

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.

update number here


### Updates

- [Docker Compose v5.5.0](https://github.com/docker/compose/releases/tag/v5.5.0)
- [NVIDIA Container Toolkit v1.20.0](https://github.com/NVIDIA/nvidia-container-toolkit/releases/tag/v1.20.0)
- [Docker Agent v1.127.0](https://github.com/docker/docker-agent/releases/tag/v1.127.0)

### Bug fixes and enhancements

#### For all platforms

- Fixed an issue where background container and image polling was waking the Docker engine unnecessarily when Resource Saver mode was active.
- Fixed slow Zsh startup caused by duplicated Docker CLI completion setup in `.zshrc`. Docker Desktop now keeps a single completion block and removes existing duplicates. Fixes [docker/desktop-feedback#561](https://github.com/docker/desktop-feedback/issues/561).
- Sidebar customization permanently is now available to all users. Right-click the left-hand navigation, select **Customize**, and then select, deselect, or re-order the tabs.
- Fixed the **Disk usage** slider in **Settings** to no longer show duplicate tick marks at small ranges, now displaying values in GiB with one decimal place for ranges up to 8 TiB.
- Fixed excessive update notifications in the notification center so that pop-ups only appear for failures or when user action is required, not during in-progress update steps.
- Fixed a dashboard crash issue. Fixes [docker/desktop-feedback#611](https://github.com/docker/desktop-feedback/issues/611)

#### For Windows

- When `CONTAINERD_BUILDX_FOR_WINDOWS` is enabled, Windows Containers now uses `dockerd`'s embedded containerd and in-process BuildKit, replacing the standalone containerd and buildkitd services.
- Fixed a bug where Docker Desktop could fail to start after an ungraceful shutdown left behind a stuck socket file.
- Fixed a bug where Docker VMM did not explain how to fix an unavailable Windows Hypervisor platform.

## 4.88.1

{{< release-date date="2026-08-25" >}}
Expand Down