Skip to content

DD 4.41.0 release notes #22468

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 28, 2025
Merged

Conversation

gabolaev
Copy link
Member

@gabolaev gabolaev commented Apr 22, 2025

Docker Desktop 4.41.0 release notes

@github-actions github-actions bot added the area/desktop Issue affects a desktop edition of Docker. E.g docker for mac label Apr 22, 2025
Copy link

netlify bot commented Apr 22, 2025

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 0e71776
🔍 Latest deploy log https://app.netlify.com/sites/docsdocker/deploys/680f86147b096e0008e429be
😎 Deploy Preview https://deploy-preview-22468--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@gabolaev gabolaev marked this pull request as ready for review April 22, 2025 11:14
@gabolaev gabolaev requested a review from aevesdocker as a code owner April 22, 2025 11:14
@gabolaev gabolaev force-pushed the 4.41.0-release-notes branch from 5eed639 to 528bb99 Compare April 22, 2025 11:19
- Fixed a bug in DockerVMM that caused an excessive number of open file handles on the host.
- Fixed an issue where Docker Desktop failed to start if the admin-settings.json didn't contain the optional `configurationFileVersion` configuration.
- Fixed a bug that was causing outgoing UDP connections to be eagerly closed.
- 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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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.
- Added support for Docker Model Runner's model management and chat interface in Docker Desktop for Mac and Windows (on hardware supporting Docker Model Runner). Users can now view, interact with, and manage local AI models through a new dedicated interface.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's also move this to the 'New' section

Copy link
Contributor

@aevesdocker aevesdocker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @gabolaev, just a few nits to address


{{< desktop-install-v2 all=true beta_win_arm=true version="4.41.0" build_path="/190394/" >}}

### New
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Release highlights have been updated, let's update here too.

#### For all platforms

- Fixed a bug in DockerVMM that caused an excessive number of open file handles on the host.
- Fixed an issue where Docker Desktop failed to start if the admin-settings.json didn't contain the optional `configurationFileVersion` configuration.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Fixed an issue where Docker Desktop failed to start if the admin-settings.json didn't contain the optional `configurationFileVersion` configuration.
- Fixed an issue where Docker Desktop failed to start if the `admin-settings.json` file didn't contain the optional `configurationFileVersion` configuration.

- Fixed a bug in DockerVMM that caused an excessive number of open file handles on the host.
- Fixed an issue where Docker Desktop failed to start if the admin-settings.json didn't contain the optional `configurationFileVersion` configuration.
- Fixed a bug that was causing outgoing UDP connections to be eagerly closed.
- 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's also move this to the 'New' section

- 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.
- Enhanced log reading experience with advanced search capabilities and container-level filtering, enabling quicker debugging and troubleshooting.
- Improved error messages when downloading Registry Access Management configuration.
- If Docker can't bind an ICMPv4 socket log an error and continue rather than quit.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- If Docker can't bind an ICMPv4 socket log an error and continue rather than quit.
- If Docker can't bind an ICMPv4 socket, it now logs an error and continues rather than quits.

- Improved error messages when downloading Registry Access Management configuration.
- If Docker can't bind an ICMPv4 socket log an error and continue rather than quit.
- Enabled the memory protection keys mechanism in the Docker Desktop Linux VM, allowing containers like Oracle database images to run correctly.
- 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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.
- Fixed a problem with containers accessing `/proc/sys/kernel/shm*` sysctls when [Enhanced Container Isolation](/manuals/security/for-admins/hardened-desktop/enhanced-container-isolation/_index.md) is enabled on Mac, Windows Hyper-V, or Linux.


#### For Windows

- 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).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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).
- 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).

@gabolaev gabolaev requested review from kiview and aevesdocker April 24, 2025 10:54
@gabolaev gabolaev force-pushed the 4.41.0-release-notes branch from 44c3dc5 to ea80ffd Compare April 24, 2025 11:06
@gabolaev gabolaev force-pushed the 4.41.0-release-notes branch 2 times, most recently from 510de41 to b400086 Compare April 28, 2025 13:01
aevesdocker
aevesdocker previously approved these changes Apr 28, 2025

### New

- Docker Model Runner is now available on Windows machines with NVIDIA GPUs.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Docker Model Runner is now available on Windows machines with NVIDIA GPUs.
- Docker Model Runner is now available on x86 Windows machines with NVIDIA GPUs.

@aevesdocker aevesdocker merged commit a7be08a into docker:main Apr 28, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/desktop Issue affects a desktop edition of Docker. E.g docker for mac
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants