Skip to content

Commit 9d0379c

Browse files
committed
Docker desktop 4.38 release notes
Signed-off-by: Lorena Rangel <[email protected]>
1 parent f6e5164 commit 9d0379c

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,57 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
2727
>
2828
> 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).
2929
30+
## 4.38.0
31+
32+
{{< release-date date="2025-01-30" >}}
33+
34+
{{< desktop-install-v2 all=true beta_win_arm=true version="4.37.0" build_path="/TBD/" >}}
35+
36+
### New
37+
38+
- TBD
39+
40+
### Upgrades
41+
42+
- [containerd v1.7.24](https://github.com/containerd/containerd/releases/tag/v1.7.24)
43+
- [Docker Buildx v0.20.1](https://github.com/docker/buildx/releases/tag/v0.20.1)
44+
- [Docker Compose v2.32.4](https://github.com/docker/compose/releases/tag/v2.32.4)
45+
- [Docker Engine v27.5.1](https://docs.docker.com/engine/release-notes/27/#2751)
46+
- [Docker Scout CLI v1.16.1](https://github.com/docker/scout-cli/releases/tag/v1.16.1)
47+
- [Runc v1.2.2](https://github.com/opencontainers/runc/releases/tag/v1.2.2)
48+
- [NVIDIA Container Toolkit v1.17.4](https://github.com/NVIDIA/nvidia-container-toolkit/releases/tag/v1.17.4)
49+
- [Kubernetes v1.31.4](https://github.com/kubernetes/kubernetes/releases/tag/v1.31.4)
50+
- Docker Debug `v0.0.38`.
51+
52+
### Bug fixes and enhancements
53+
54+
#### For all platforms
55+
56+
- Fixed a bug where access tokens generated by the `docker login` web flow could not be refreshed by Docker Desktop.
57+
- Fixed a bug where container creation via the Docker API using `curl` was failing when [Enhanced Container Isolation](/manuals/security/for-admins/hardened-desktop/enhanced-container-isolation/_index.md) is enabled.
58+
- Fixed a bug where the RAM policy was not refreshed after the refresh period had elapsed.
59+
- Fixed a bug in Enhanced Container Isolation when mounting the Docker socket into a container, and then creating Docker containers with bind-mounts from within that container.
60+
- Fixed a bug where config profiles deployed via Workspace One were ignored
61+
- Fixed an issue that caused a discrepancy between the GUI and the CLI, the former forcing the `0.0.0.0` HostIP in port-mappings. This was causing default binding IPs configured through Engine's `ip` flag, or through the bridge option `com.docker.network.bridge.host_binding_ipv4` to not be used.
62+
- Deprecate `com.docker.diagnose check|check-dot|check-hypervisordetect-host-hypervisor`
63+
64+
#### For Mac
65+
66+
- Fixes a bug in Docker VMM where bind-mounts from non-root volumes would not work as expected.
67+
- Fixed an issue that caused startup failures on systems without IPv6. Fixes [docker/for-mac#14298](https://github.com/docker/for-win/issues/14298)
68+
- Fixed a bug that caused Docker Desktop to hang. See [docker/for-mac#7493](https://github.com/docker/for-mac/issues/7493#issuecomment-2568594070).
69+
- Fixed an issue where the uninstaller would fail if the settings file is missing.
70+
71+
#### For Windows
72+
73+
- The Docker Desktop installer will now present a UAC prompt when launched.
74+
- Fixed an issue where Docker Desktop would fail to start for data disks created with old WSL versions that shared the same identifier as other WSL distros.
75+
- Docker Desktop now restarts when WSL integration settings are changed. This ensures proper setup of WSL integration when using Enhanced Container Isolation.
76+
77+
#### For Linux
78+
79+
- Added support for gvisor networking. Users with an incompatible version of qemu (8.x) will stay on qemu networking, and others will be migrated automatically.
80+
3081
## 4.37.2
3182

3283
{{< release-date date="2025-01-09" >}}

0 commit comments

Comments
 (0)