-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DD release notes #23442
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 release notes #23442
Changes from all commits
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 |
---|---|---|
|
@@ -34,6 +34,48 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo | |
> | ||
> 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.47.0 | ||
|
||
{{< release-date date="2025-09-25" >}} | ||
|
||
{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.47.0" build_path="/TODO/" >}} | ||
|
||
### New | ||
|
||
- Added dynamic MCP server discovery and support to Docker's MCP catalog. | ||
- With Enhanced Container Isolation, administrators can now block `docker plugin` and `docker login` commands in containers with Docker socket mounts. | ||
- Added a new Docker Model Runner command. With `docker model requests` you can fetch requests and responses. | ||
|
||
### Upgrades | ||
|
||
- [Docker Compose v2.39.4](https://github.com/docker/compose/releases/tag/v2.39.4) | ||
- [Kubernetes v1.34.1](https://github.com/kubernetes/kubernetes/releases/tag/v1.34.1) | ||
- [CNI plugins v1.7.1](https://github.com/containernetworking/plugins/releases/tag/v1.7.1) | ||
- [cri-tools v1.33.0](https://github.com/kubernetes-sigs/cri-tools/releases/tag/v1.33.0) | ||
- [cri-dockerd v0.3.20](https://github.com/Mirantis/cri-dockerd/releases/tag/v0.3.20) | ||
- Docker Debug `v0.0.44` | ||
|
||
### Bug fixes and enhancements | ||
|
||
#### For all platforms | ||
aevesdocker marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
- You can now search for MCP servers more easily with filters, sorting, and improved search functionality. | ||
- Docker Debug no longer hangs when debugging containers that have environment variables set to an empty value. | ||
- Enhanced Docker Model Runner with rich response rendering in the CLI, conversational context in the Docker Desktop Dashboard, and resumable downloads. | ||
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. I believe rich response rendering is also available in DD. @kiview @francesco-corti Could you confirm? 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. Unfortuntely not. |
||
|
||
#### For Mac | ||
|
||
- 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. | ||
- Fixed a regression where config profile sign-in enforcement broke for some customer environments. | ||
- Fixed a bug that sometimes caused the `docker model package` command to hang when writing to the local content store (without the `--push` flag). | ||
- 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). | ||
|
||
#### For Windows | ||
|
||
- Fixed the Goose MCP client connection on Windows for the Docker MCP Toolkit. | ||
- Addressed an issue with the "Skipping integration" of a WSL distro option, after a failed integration attempt. | ||
- Fixed a bug that sometimes caused the `docker model package` command to hang when writing to the local content store (without the `--push` flag). | ||
|
||
## 4.46.0 | ||
|
||
{{< release-date date="2025-09-11" >}} | ||
|
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.
@aevesdocker we need to update this with the build number : 206054