diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 28f4a9d3f3c9..5b50dfcc95cc 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -29,6 +29,32 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo > > If you're experiencing malware detection issues on Mac, follow the steps documented in [docker/for-mac#7527](https://github.com/docker/for-mac/issues/7527). +## 4.42.1 + +{{< release-date date="2025-06-18" >}} + +{{< desktop-install-v2 all=true beta_win_arm=true version="4.42.1" build_path="/196321/" >}} + +### Upgrades + +- [Docker Compose v2.37.1](https://github.com/docker/compose/releases/tag/v2.37.1) + +### Bug fixes and enhancements + +#### For all platforms + +- Fixed an issue where Docker domains were not reachable when the proxy configuration is not valid. +- Fixed a possible deadlock when exposing ports. +- Fixed a race condition which can cause `docker run -p` ports to disappear. + +#### For Mac + +- Fixed a bug where a container’s port list appeared empty when inspected immediately after it was created, for example, when using a script. [docker/for-mac#7693](https://github.com/docker/for-mac/issues/7693) + +#### For Windows + +- Disabled the Resource Saver mode in WSL 2 to prevent `docker` CLI commands hanging in WSL 2 distros. [docker/for-win#14656](https://github.com/docker/for-win/issues/14656#issuecomment-2960285463) + ## 4.42.0 {{< release-date date="2025-06-04" >}}