Skip to content

Commit 7a7d449

Browse files
committed
4.39.0 release notes
Signed-off-by: Lorena Rangel <[email protected]>
1 parent a0b3a20 commit 7a7d449

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,53 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
3737

3838
### New
3939

40+
- The Docker AI Agent offers deeper context on docker images, containers, and volumes, delivers faster support, and enables more user actions via the DD GUI and CLI
41+
- The Docker Desktop CLI is now generally available. We have added support to print logs and to update Docker Desktop from the CLI.
42+
- Support multi-platform images via enabling users to pick a specific platform in `docker history`
43+
- Enables users to import and export a subset of multi-platform images
44+
45+
### Upgrades
46+
47+
- [Docker Compose v2.33.1](https://github.com/docker/compose/releases/tag/v2.33.1)
48+
- [Docker Buildx v0.21.1](https://github.com/docker/buildx/releases/tag/v0.21.1)
49+
- [Kubernetes v1.32.2](https://github.com/kubernetes/kubernetes/releases/tag/v1.32.2)
50+
- [Docker Engine v28.8.8](https://docs.docker.com/engine/release-notes/27/#2751)
51+
- [Docker Scout CLI v1.16.3](https://github.com/docker/scout-cli/releases/tag/v1.16.3)
52+
53+
### Bug fixes and enhancements
54+
55+
#### For all platforms
56+
57+
- Fixed an issue that caused clients other than the CLI and Desktop UI to see a delay of 3s whenever a container with port-mappings exists. See [docker/for-mac#7575](https://github.com/docker/for-mac/issues/7575)
58+
- Fixed a bug in the ECI Docker socket permissions which was causing it to sometimes block Docker socket mounts on containers with allowed images, or images derived from allowed images.
59+
- Fixed a bug that prevented Docker Desktop from entering Resource Saver again immediately after an engine restart.
60+
-
61+
62+
#### For Mac
63+
64+
- Downgraded Linux kernel to `v6.10.14` to fix a bug in OpenJDK that causes Java containers to terminate due to cgroups controller misidentification. See [docker/for-mac#7573](https://github.com/docker/for-mac/issues/7573).
65+
- Added `/usr/share/misc/usb.ids` in the root mount namespace to fix `usbip`.
66+
- Fixed an issue where the display of the CPU limit was capped at 8 when using DockerVMM.
67+
- Fixed an issue where startup hanged and the `com.docker.backend` process consumed 100% of the CPU. See [docker/for-mac#6951](https://github.com/docker/for-mac/issues/6951).
68+
69+
#### For Windows
70+
71+
- Fixed a bug that prevented `compose log` to steam when running apps in WSL.
72+
- Fixed a bug where Paketo buildpacks failed with Enhanced Container Isolation when Docker Desktop uses WSL.
73+
- Fixed a bug where the WSL2 integration would fail if WSL Version 1 distributions are installed.
74+
75+
#### For Linux
76+
77+
- The **Check for Updates** page now points to the latest available version available.
78+
79+
## 4.38.0
80+
81+
{{< release-date date="2025-01-30" >}}
82+
83+
{{< desktop-install-v2 all=true beta_win_arm=true version="4.38.0" build_path="/181591/" >}}
84+
85+
### New
86+
4087
- Installing Docker Desktop via the PKG installer is now generally available.
4188
- Enforcing sign-in via configuration profiles is now generally available.
4289
- Docker Compose, Docker Scout, the Docker CLI, and Ask Gordon can now be updated independently of Docker Desktop and without a full restart (Beta).

0 commit comments

Comments
 (0)