Skip to content

Commit 528bb99

Browse files
committed
DD 4.41.0 release notes
1 parent 23589f1 commit 528bb99

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,54 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
2929
>
3030
> 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).
3131
32+
## 4.41.0
33+
34+
{{< release-date date="2025-04-24" >}}
35+
36+
{{< desktop-install-v2 all=true beta_win_arm=true version="4.41.0" build_path="/190394/" >}}
37+
38+
### New
39+
40+
- Expanded IPv6 support to improve container connectivity
41+
- Docker Model Runner on Windows machines with NVIDIA GPUs on board
42+
- Docker Model Runner model push to Hub
43+
- Compose support with Docker Model Runner
44+
- TestContainers support with Docker Model Runner
45+
46+
### Upgrades
47+
48+
- [Docker Engine v28.1.1](https://docs.docker.com/engine/release-notes/28.1/#2811)
49+
- [Docker Compose v2.35.1](https://github.com/docker/compose/releases/tag/v2.35.1)
50+
- [Docker Buildx v0.23.0](https://github.com/docker/buildx/releases/tag/v0.23.0)
51+
- [Docker Scout CLI v1.17.1](https://github.com/docker/scout-cli/releases/tag/v1.17.1)
52+
- [Compose Bridge v0.0.19](https://github.com/docker/compose-bridge-binaries/releases/tag/v0.0.19)
53+
54+
### Bug fixes and enhancements
55+
56+
#### For all platforms
57+
58+
- Fixed a bug in DockerVMM that caused an excessive number of open file handles on the host.
59+
- Fixed an issue where Docker Desktop failed to start if the admin-settings.json didn't contain the optional `configurationFileVersion` configuration.
60+
- Fixed a bug that was causing outgoing UDP connections to be eagerly closed.
61+
- Added support for local AI model management and chat interface in Docker Desktop for Mac and Windows. Users can now view, interact with, and manage local AI models through a new dedicated interface.
62+
- Enhanced log reading experience with advanced search capabilities and container-level filtering, enabling quicker debugging and troubleshooting.
63+
- Improved error messages when downloading Registry Access Management configuration.
64+
- If Docker can't bind an ICMPv4 socket log an error and continue rather than quit.
65+
- Enabled the memory protection keys mechanism in the Docker Desktop Linux VM, allowing containers like Oracle database images to run correctly.
66+
- Fixed problem with containers accessing `/proc/sys/kernel/shm*` sysctls when [Enhanced Container Isolation](https://docs.docker.com/security/for-admins/hardened-desktop/enhanced-container-isolation/) is enabled on Mac, Windows Hyper-V, or Linux.
67+
- Added kernel module `nft_fib_inet`, required for running firewalld in a Linux container.
68+
69+
#### For Mac
70+
71+
- Fixed a bug that caused high CPU usage. Fixes [docker/for-mac#7643](https://github.com/docker/for-mac/issues/7643).
72+
- Fixed multi-arch build issue with Rosetta on M3 Macs.
73+
- Fixed an issue where absence of `/Library/Application Support/com.docker.docker/` directory can cause failure to apply RAM policy restrictions.
74+
75+
#### For Windows
76+
77+
- The Windows EXE installer now includes improved handling of locked files. Fixes [docker/for-win#14299](https://github.com/docker/for-win/issues/14299) and [docker/for-win#14316](https://github.com/docker/for-win/issues/14316).
78+
- Fixed `Docker Desktop.exe` not showing version information after installation. Fixes [docker/for-win#14703](https://github.com/docker/for-win/issues/14703).
79+
3280
## 4.40.0
3381

3482
{{< release-date date="2025-03-31" >}}

0 commit comments

Comments
 (0)