Skip to content

Commit 8cc6a0c

Browse files
authored
desktop: 4.52 release notes (#23742)
<!--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 9a9adfa commit 8cc6a0c

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,41 @@ Docker Desktop versions older than 6 months from the latest release are not avai
3030

3131
For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoot-and-support/faqs/releases.md).
3232

33+
## 4.52.0
34+
35+
{{< release-date date="2025-11-20" >}}
36+
37+
{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.52.0" build_path="/210994/" >}}
38+
39+
### New
40+
41+
- Added new port binding settings to Docker Desktop. This can also be controlled by administrators via Settings Management using the `admin-settings.json` file.
42+
- Added a new Docker Model Runner command. With `docker model purge` you can remove all your models.
43+
44+
### Upgrades
45+
46+
- [Docker Engine v29.0.0](/manuals/engine/release-notes/28.md#2900)
47+
- [Docker Model Runner v1.0.3](https://github.com/docker/model-runner/releases/tag/v1.0.3)
48+
- [Docker Model Runner CLI v1.0.0](https://github.com/docker/model-runner/releases/tag/cmd%2Fcli%2Fv1.0.0)
49+
- Docker MCP plugin `v0.28.0`
50+
51+
### Bug fixes and enhancements
52+
53+
#### For all platforms
54+
55+
- Docker MCP Toolkit improvements:
56+
- Amazon Q client support
57+
- OAuth DCR (Dynamic Client Registration) with Docker Engine
58+
- Create MCP profiles using the CLI
59+
- Docker Model Runner improvements:
60+
- You can now skip the `/engines` prefix for [Docker Model Runner's OpenAI API endpoint](/manuals/ai/model-runner/api-reference.md#rest-api-examples) `curl http://localhost:12434/v1/models`.
61+
- You can now skip the `ai/` prefix for the models [published on Docker Hub with](https://hub.docker.com/u/ai) `docker model pull`.
62+
- Downloads are now resumed when they get interrupted.
63+
64+
#### For Windows
65+
66+
- Fixed an issue with Kerberos/NTLM proxy sign in.
67+
3368
## 4.51.0
3469

3570
{{< release-date date="2025-11-13" >}}

0 commit comments

Comments
 (0)