Skip to content
Draft

4.75 RN #25116

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

{{< release-date date="2026-05-25" >}}

{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.75.0" build_path="//" >}}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[HIGH] build_path="//" is an unfilled placeholder — will produce broken download links

The desktop-install-v2 shortcode for 4.75.0 uses build_path="//", but every other release entry in this file uses a numeric build path (e.g., /227015/ for 4.74.0, /226246/ for 4.73.0). The double-slash value does not follow the expected pattern and is almost certainly a placeholder left in before the build number was assigned.

When this shortcode renders, it will construct download URLs that lack the required numeric segment, resulting in broken installer links for users trying to download Docker Desktop 4.75.0. Please replace "//" with the correct build number path (e.g., "/227123/") before merging.


### Updates

- [Docker Offload v0.5.92](https://github.com/docker/cloud/releases/tag/v0.5.92)
- [Docker Engine v29.5.1](https://docs.docker.com/engine/release-notes/29/#2951)
- [Docker Buildx v0.34.0](https://github.com/docker/buildx/releases/tag/v0.34.0)

### Bug fixes and enhancements

#### For all platforms

- Removed the Docker Scout view and disabled Scout-related OS notifications and notification popups.
- Added support for time namespacing in ECI protected containers.
- Fixed a bug where the `http_proxy` environment variable could prevent kind clusters from pulling local images.
- Fixed a `500 Internal Server Error` that could occur on the first Docker API call right after the VM wakes up from idle shutdown.
- Fixed broken images in Docker Hub image descriptions caused by relative URLs being resolved to invalid `app://` scheme URLs.

#### For Mac

- Added a warning dialog that appears at startup when Docker Desktop is running from a staging directory due to a failed update. Also adds a link to download a fresh install.

#### For Windows

- WSL integration with the default distribution has been disabled. To change this, visit **Settings**.
- Fixed a bug where `docker compose up` failed with an `EOF` error on Windows with a Hyper-V backend, when accepting a file-sharing consent prompt.
- Fixed Windows installer bugs that could cause incorrect backend mode detection or unexpected directory creation during installation.

## 4.74.0

{{< release-date date="2026-05-19" >}}
Expand Down