Skip to content
Open

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="/227598/" >}}

### Updates

- [Docker Offload v0.5.92](https://github.com/docker/cloud/releases/tag/v0.5.92)
- [Docker Engine v29.5.2](https://docs.docker.com/engine/release-notes/29/#2952)
- [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