Skip to content

Commit 9ab0724

Browse files
authored
DD release notes (#23442)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent fb5a0b3 commit 9ab0724

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,48 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
3434
>
3535
> 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).
3636
37+
## 4.47.0
38+
39+
{{< release-date date="2025-09-25" >}}
40+
41+
{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.47.0" build_path="/TODO/" >}}
42+
43+
### New
44+
45+
- Added dynamic MCP server discovery and support to Docker's MCP catalog.
46+
- With Enhanced Container Isolation, administrators can now block `docker plugin` and `docker login` commands in containers with Docker socket mounts.
47+
- Added a new Docker Model Runner command. With `docker model requests` you can fetch requests and responses.
48+
49+
### Upgrades
50+
51+
- [Docker Compose v2.39.4](https://github.com/docker/compose/releases/tag/v2.39.4)
52+
- [Kubernetes v1.34.1](https://github.com/kubernetes/kubernetes/releases/tag/v1.34.1)
53+
- [CNI plugins v1.7.1](https://github.com/containernetworking/plugins/releases/tag/v1.7.1)
54+
- [cri-tools v1.33.0](https://github.com/kubernetes-sigs/cri-tools/releases/tag/v1.33.0)
55+
- [cri-dockerd v0.3.20](https://github.com/Mirantis/cri-dockerd/releases/tag/v0.3.20)
56+
- Docker Debug `v0.0.44`
57+
58+
### Bug fixes and enhancements
59+
60+
#### For all platforms
61+
62+
- You can now search for MCP servers more easily with filters, sorting, and improved search functionality.
63+
- Docker Debug no longer hangs when debugging containers that have environment variables set to an empty value.
64+
- Enhanced Docker Model Runner with rich response rendering in the CLI, conversational context in the Docker Desktop Dashboard, and resumable downloads.
65+
66+
#### For Mac
67+
68+
- Removed the `com.apple.security.cs.allow-dyld-environment-variables` entitlement which allow a signed, arbitrary dynamic library to be loaded with Docker Desktop via the `DYLD_INSERT_LIBRARIES` environment variable.
69+
- Fixed a regression where config profile sign-in enforcement broke for some customer environments.
70+
- Fixed a bug that sometimes caused the `docker model package` command to hang when writing to the local content store (without the `--push` flag).
71+
- Fixed a bug where containers started with the restart policy `unless-stopped` were never restarted. Fixes [docker/for-mac#7744](https://github.com/docker/for-mac/issues/7744).
72+
73+
#### For Windows
74+
75+
- Fixed the Goose MCP client connection on Windows for the Docker MCP Toolkit.
76+
- Addressed an issue with the "Skipping integration" of a WSL distro option, after a failed integration attempt.
77+
- Fixed a bug that sometimes caused the `docker model package` command to hang when writing to the local content store (without the `--push` flag).
78+
3779
## 4.46.0
3880

3981
{{< release-date date="2025-09-11" >}}

0 commit comments

Comments
 (0)