Skip to content

Commit 4c13c72

Browse files
committed
add 4.37.x release notes
Signed-off-by: Lorena Rangel <[email protected]>
1 parent ccf45cd commit 4c13c72

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,46 @@ Docker Desktop versions older than 6 months from the latest release are not avai
2323

2424
Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projects/51/views/1?filterQuery=) to see what's coming next.
2525

26+
## 4.37.0
27+
28+
{{< release-date date="2024-12-12" >}}
29+
30+
{{< desktop-install-v2 all=true beta_win_arm=true version="4.37.0" build_path="/177946/" >}}
31+
32+
### New
33+
34+
- Beta version of the Docker AI agent available in Docker Desktop and Docker CLI. The AI agent needs to be activated to be visible and usable.
35+
- Support for the following Docker Desktop commands via CLI: start, stop, restart, status and switch engine.
36+
- The AI Catalog in Docker Hub is directly available through Docker Desktop.
37+
38+
### Upgrades
39+
40+
- [Docker Buildx v0.19.2](https://github.com/docker/buildx/releases/tag/v0.19.2)
41+
- [Docker Compose v2.31.0](https://github.com/docker/compose/releases/tag/v2.31.0)
42+
- [Docker Engine v27.4.0](https://docs.docker.com/engine/release-notes/27/#2740)
43+
- [Docker Scout CLI v1.15.1](https://github.com/docker/scout-cli/releases/tag/v1.15.1)
44+
- [NVIDIA Container Toolkit v1.17.2](https://github.com/NVIDIA/nvidia-container-toolkit/releases/tag/v1.17.2)
45+
46+
### Bug fixes and enhancements
47+
48+
#### For all platforms
49+
50+
- The default disk usage limit for Docker Engine in new installations is now 1TB.
51+
- Fixed an issue where containers could not establish loopback `AF_VSOCK` connections.
52+
- Fixed a bug where resetting default settings would also reset the CLI context.
53+
- Fixed a bug where the dashboard would get out of sync with the Docker daemon after restarting the engine while in Resource Saver mode (Windows with WSL2 backend only) or after switching engines (macOS).
54+
- Fixed a bug where Resource Saver mode would fail to re-engage after restarting the engine while in Resource Saver mode.
55+
56+
#### For Mac
57+
58+
- Fixed a bug that would create certain user directories with root permission when running the uninstaller binary twice with `sudo`.
59+
- Fixed a bug where the in-app update would fail if Docker Desktop was installed by a non-admin user or if the current user was previously an administrator. Fixes [docker/for-mac#7403](https://github.com/docker/for-mac/issues/7403) and [docker/for-mac#6920](https://github.com/docker/for-mac/issues/6920).
60+
61+
#### For Windows
62+
63+
- Added support for Windows on ARM using WSL 2 version 2.3.24 and later to single distribution mode on WSL 2.
64+
- Fixed an issue where Docker Desktop would fail to start. Fixes [docker/for-win#14453](https://github.com/docker/for-win/issues/14453)
65+
2666
## 4.36.0
2767

2868
{{< release-date date="2024-11-18" >}}

0 commit comments

Comments
 (0)