-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
DD 4.41.0 release notes #22468
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -29,6 +29,54 @@ | |||||
| > | ||||||
| > 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). | ||||||
| ## 4.41.0 | ||||||
|
|
||||||
| {{< release-date date="2025-04-24" >}} | ||||||
|
|
||||||
| {{< desktop-install-v2 all=true beta_win_arm=true version="4.41.0" build_path="/190394/" >}} | ||||||
|
|
||||||
| ### New | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Release highlights have been updated, let's update here too. |
||||||
|
|
||||||
| - Expanded IPv6 support to improve container connectivity | ||||||
| - Docker Model Runner on Windows machines with NVIDIA GPUs on board | ||||||
| - Docker Model Runner model push to Hub | ||||||
| - Compose support with Docker Model Runner | ||||||
| - TestContainers support with Docker Model Runner | ||||||
|
|
||||||
| ### Upgrades | ||||||
|
|
||||||
| - [Docker Engine v28.1.1](https://docs.docker.com/engine/release-notes/28.1/#2811) | ||||||
| - [Docker Compose v2.35.1](https://github.com/docker/compose/releases/tag/v2.35.1) | ||||||
| - [Docker Buildx v0.23.0](https://github.com/docker/buildx/releases/tag/v0.23.0) | ||||||
| - [Docker Scout CLI v1.17.1](https://github.com/docker/scout-cli/releases/tag/v1.17.1) | ||||||
| - [Compose Bridge v0.0.19](https://github.com/docker/compose-bridge-binaries/releases/tag/v0.0.19) | ||||||
|
|
||||||
| ### Bug fixes and enhancements | ||||||
|
|
||||||
| #### 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. | ||||||
|
Check warning on line 59 in content/manuals/desktop/release-notes.md
|
||||||
|
||||||
| - 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. |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - 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. |
There was a problem hiding this comment.
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
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - 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. |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - 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. |
Check failure on line 71 in content/manuals/desktop/release-notes.md
GitHub Actions / vale
[vale] reported by reviewdog 🐶
[Vale.Terms] Use 'Mac' instead of 'mac'.
Raw Output:
{"message": "[Vale.Terms] Use 'Mac' instead of 'mac'.", "location": {"path": "content/manuals/desktop/release-notes.md", "range": {"start": {"line": 71, "column": 61}}}, "severity": "ERROR"}
Check warning on line 77 in content/manuals/desktop/release-notes.md
GitHub Actions / vale
[vale] reported by reviewdog 🐶
[Docker.Acronyms] 'EXE' has no definition.
Raw Output:
{"message": "[Docker.Acronyms] 'EXE' has no definition.", "location": {"path": "content/manuals/desktop/release-notes.md", "range": {"start": {"line": 77, "column": 15}}}, "severity": "WARNING"}
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - 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). |
Uh oh!
There was an error while loading. Please reload this page.