You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--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
Copy file name to clipboardExpand all lines: content/manuals/desktop/release-notes.md
+38-1Lines changed: 38 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,44 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
34
34
>
35
35
> 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).
- With the Docker CLI, you can now set the `GODEBUG` environment variable when the key-value pair (`"GODEBUG":"..."`) exists inside the Docker context metadata. This means certificates that have negative serial numbers in the CLI binaries are supported by default.
59
+
- Updated the Docker Subscription Service Agreement link to point to the latest version.
60
+
61
+
#### For Mac
62
+
63
+
- Improved the security of Docker Model Runner by enabling sandboxing of the `llama.cpp` inference processes.
64
+
- Fixed a bug which caused Docker Desktop to start slowly and appear frozen. Fixes [docker/for-mac#7671](https://github.com/docker/for-mac/issues/7671).
65
+
66
+
#### For Windows
67
+
68
+
- Improved the security of Docker Model Runner by enabling sandboxing of the `llama.cpp` inference processes.
69
+
- Fixed an issue where certain WSL distros would fail to integrate. Fixes [docker/for-windows#14686](https://github.com/docker/for-win/issues/14686)
70
+
71
+
#### For Linux
72
+
73
+
- Fixed a path issue in the RHEL post-uninstall sequence.
74
+
37
75
## 4.45.0
38
76
39
77
{{< release-date date="2025-08-28" >}}
@@ -43,7 +81,6 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
43
81
### New
44
82
45
83
-[Docker Model Runner](/manuals/ai/model-runner/_index.md) is now generally available.
46
-
- In-product release highlights has a new look and feel.
0 commit comments