Skip to content

Commit e989a6e

Browse files
committed
feat: add docker desktop 4.40.0 release notes
Signed-off-by: Lorena Rangel <[email protected]>
1 parent 252d320 commit e989a6e

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,50 @@ 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.40.0
33+
34+
{{< release-date date="2025-03-27" >}}
35+
36+
{{< desktop-install-v2 all=true beta_win_arm=true version="4.40.0" build_path="/TBD/" >}}
37+
38+
### New
39+
40+
- Enable quick access to the Kubernetes dashboard for inspecting your local cluster
41+
- Docker Desktop Model Runner for MacOS Apple Silicon
42+
- Curated LLM Models in Hub
43+
44+
### Upgrades
45+
46+
- [Docker Buildx v0.22.0](https://github.com/docker/buildx/releases/tag/v0.22.0)
47+
- [Docker Compose v2.34.0](https://github.com/docker/compose/releases/tag/v2.34.0)
48+
- [Docker Engine v28.0.2](https://docs.docker.com/engine/release-notes/28/#2802)
49+
- [Docker Scout CLI v1.17.0](https://github.com/docker/scout-cli/releases/tag/v1.17.0)
50+
- [compose-bridge v0.0.18](https://github.com/docker/compose-bridge-binaries/releases/tag/v0.0.18)
51+
- [NVIDIA Container Toolkit v1.17.5](https://github.com/NVIDIA/nvidia-container-toolkit/releases/tag/v1.17.5)
52+
53+
### Bug fixes and enhancements
54+
55+
#### For all platforms
56+
57+
- Fixed a bug that could cause docker-proxy to stop forwarding UDP datagrams to containers
58+
- Fixed a bug that was causing docker-proxy to close UDP connections to containers eagerly and resulting in the source address to change needlessly
59+
- Fixed a race condition that was preventing Docker Desktop Kubernetes from starting in some scenarios.
60+
- Improved the way ECI collects image digest info from a repository in environments where proxies are configured.
61+
- Users can now to specify a timeout when generating private extension marketplace using new `extension-admin generate --timeout` flag. When left out, it behaves the same way as before, no timeout is applied.
62+
- Remove unused internal helper tool `com.docker.admin`.
63+
64+
#### For Mac
65+
66+
- Fixed an issue where stale directory cache in Docker VMM that could prevent detecting moved or new files.
67+
- Removed Continue/Restart pop up when Time Machine utility is restricted.
68+
- Allow Unix domain sockets to be shared with containers via `docker run -v /path/to/unix.sock:/unix.sock`. The full socket path must be specified in the bind-mount. See [for-mac/#483](https://github.com/docker/for-mac/issues/483).
69+
- Fixed a bug that caused the `docker-credential-osxkeychain` and `docker-credential-desktop` to return malformed URIs when a token was stored for a server with a port specified
70+
71+
#### For Windows
72+
73+
- The Windows MSI and .exe installers can now disable Windows Containers by default when installing with the GUI.
74+
- Improved port-mapping throughput on WSL2.
75+
3276
## 4.39.0
3377

3478
{{< release-date date="2025-03-05" >}}

0 commit comments

Comments
 (0)