From bd45275678d128c9aca4b5112eea39b8745606dc Mon Sep 17 00:00:00 2001 From: Lorena Rangel Date: Mon, 16 Jun 2025 10:46:00 +0200 Subject: [PATCH 1/4] add 4.42.1 release notes Signed-off-by: Lorena Rangel --- content/manuals/desktop/release-notes.md | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 28f4a9d3f3c9..e764f4051a94 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -29,6 +29,33 @@ 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 +- For air-gapped containers: ensure the `containersProxy` `mode` is set to `manual` as described in the [docs](../security/for-admins/hardened-desktop/air-gapped-containers.md#configuration) to ensure container network traffic is blocked if a .PAC file is unreachable. +- Fixed a possible deadlock when exposing ports. +- Fixed a race condition which can cause `docker run -p` ports to disappear. + +#### For Mac + +- Fix a bug where the list of container's ports would be empty when inspecting a container quickly after it's been created, e.g. from a script [docker/for-mac#7693](https://github.com/docker/for-mac/issues/7693) + +#### For Windows + +- Disable Resource Saver on WSL 2 to prevent `docker` CLI commands hanging in WSL 2 distros, see https://github.com/docker/for-win/issues/14656#issuecomment-2960285463 + ## 4.42.0 {{< release-date date="2025-06-04" >}} From 38e366e96a61147d2c0e07bdbcf863dcc38b4e3f Mon Sep 17 00:00:00 2001 From: Lorena Rangel Date: Wed, 18 Jun 2025 14:00:56 +0200 Subject: [PATCH 2/4] Apply suggestions from code review Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> --- content/manuals/desktop/release-notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index e764f4051a94..400344031139 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -43,18 +43,18 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo #### For all platforms -- Fixed an issue where Docker domains were not reachable when the proxy configuration is not valid +- Fixed an issue where Docker domains were not reachable when the proxy configuration is not valid. - For air-gapped containers: ensure the `containersProxy` `mode` is set to `manual` as described in the [docs](../security/for-admins/hardened-desktop/air-gapped-containers.md#configuration) to ensure container network traffic is blocked if a .PAC file is unreachable. - Fixed a possible deadlock when exposing ports. - Fixed a race condition which can cause `docker run -p` ports to disappear. #### For Mac -- Fix a bug where the list of container's ports would be empty when inspecting a container quickly after it's been created, e.g. from a script [docker/for-mac#7693](https://github.com/docker/for-mac/issues/7693) +- 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 -- Disable Resource Saver on WSL 2 to prevent `docker` CLI commands hanging in WSL 2 distros, see https://github.com/docker/for-win/issues/14656#issuecomment-2960285463 +- 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 From 1467d85adf2080cbd5a4c09bac66f65555007c75 Mon Sep 17 00:00:00 2001 From: Lorena Rangel Date: Wed, 18 Jun 2025 14:40:40 +0200 Subject: [PATCH 3/4] remove undeeded note Signed-off-by: Lorena Rangel --- content/manuals/desktop/release-notes.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 400344031139..ac510d2b5ce8 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -43,8 +43,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo #### For all platforms -- Fixed an issue where Docker domains were not reachable when the proxy configuration is not valid. -- For air-gapped containers: ensure the `containersProxy` `mode` is set to `manual` as described in the [docs](../security/for-admins/hardened-desktop/air-gapped-containers.md#configuration) to ensure container network traffic is blocked if a .PAC file is unreachable. +- 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. From a8e5e2461cd3c60c0f2b866613b490a0667fb06e Mon Sep 17 00:00:00 2001 From: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Date: Wed, 18 Jun 2025 15:20:51 +0100 Subject: [PATCH 4/4] Update content/manuals/desktop/release-notes.md --- content/manuals/desktop/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index ac510d2b5ce8..5b50dfcc95cc 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -43,7 +43,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo #### For all platforms -- Fixed an issue where Docker domains were not reachable when the proxy configuration is not valid +- 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.