Skip to content

Commit 050f15d

Browse files
authored
4.65 RN (#24335)
<!--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 a3d4720 commit 050f15d

1 file changed

Lines changed: 41 additions & 4 deletions

File tree

content/manuals/desktop/release-notes.md

Lines changed: 41 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,39 @@ Docker Desktop versions older than 6 months from the latest release are not avai
2626

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

29+
## 4.65.0
30+
31+
{{< release-date date="2026-03-16" >}}
32+
33+
{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.65.0" build_path="/221669/" >}}
34+
35+
### New
36+
37+
- Gordon hints now appear when `docker build`, `docker run`, or `docker compose` commands fail, offering contextual suggestions.
38+
- Community MCP servers now support OAuth authentication directly in the UI.
39+
- Added the `dhictl` CLI plugin for managing Docker Hardened Images.
40+
41+
### Updates
42+
43+
- [Docker Scout CLI v1.20.1](https://github.com/docker/scout-cli/releases/tag/v1.20.1)
44+
- [Docker Agent v1.29.0](https://github.com/docker/docker-agent/releases/tag/v1.29.0)
45+
- [Docker Buildx v0.32.1](https://github.com/docker/buildx/releases/tag/v0.32.1)
46+
47+
### Bug fixes and minor changes
48+
49+
#### For all platforms
50+
51+
- Kubernetes now defaults to kind for new clusters.
52+
- Fixed update progress bar not resuming correctly.
53+
54+
#### For Windows
55+
56+
- Improved startup time by skipping docker-users group check when using WSL2 backend.
57+
58+
### Known issues
59+
60+
- The Windows MSI installer cannot update an existing Docker Desktop installation when the current version is 4.59 or later. As a workaround, uninstall the existing version before reinstalling. Note that uninstalling removes all associated data. A fix will be provided in a future MSI release.
61+
2962
## 4.64.0
3063

3164
{{< release-date date="2026-03-11" >}}
@@ -36,7 +69,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
3669

3770
- [Docker Compose v5.1.0](https://github.com/docker/compose/releases/tag/v5.1.0)
3871
- [Docker Scout CLI v1.20.0](https://github.com/docker/scout-cli/releases/tag/v1.20.0)
39-
- [cagent v1.27.1](https://github.com/docker/cagent/releases/tag/v1.27.1)
72+
- [Docker Agent v1.27.1](https://github.com/docker/docker-agent/releases/tag/v1.27.1)
4073

4174
### Bug fixes and minor changes
4275

@@ -46,7 +79,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
4679
- Fixed the `docker ai` command stopping after a Docker Agent update.
4780
- Fixed Gordon session title flickering when hover buttons appeared.
4881
- Improved Gordon summary rendering and reduced narrative verbosity.
49-
- Fixed a bug where `docker ai` CLI commands did not correctly shell out to cagent.
82+
- Fixed a bug where `docker ai` CLI commands did not correctly shell out to Docker Agent.
5083
- Fixed the **OAuth** tab in Docker MCP Toolkit not showing entries from all catalogs.
5184
- Improved MCP Catalog search.
5285
- Fixed the **Build logs** tab not retaining search terms and filters when switching tabs.
@@ -57,6 +90,10 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
5790
- Improved update error reporting with more descriptive diagnostics.
5891
- Improved update reliability by preparing the updated `Docker.app` under `Application Support` instead of `/tmp`.
5992

93+
### Known issues
94+
95+
- The Windows MSI installer cannot update an existing Docker Desktop installation when the current version is 4.59 or later. As a workaround, uninstall the existing version before reinstalling. Note that uninstalling removes all associated data. A fix will be provided in a future MSI release.
96+
6097
## 4.63.0
6198

6299
{{< release-date date="2026-03-02" >}}
@@ -342,7 +379,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
342379

343380
- [containerd v2.2.1](https://github.com/containerd/containerd/releases/tag/v2.2.1)
344381
- [Docker Compose v5.0.0](https://github.com/docker/compose/releases/tag/v5.0.0)
345-
- [cagent v1.18.6](https://github.com/docker/cagent/releases/tag/v1.18.6)
382+
- [Docker Agent v1.18.6](https://github.com/docker/docker-agent/releases/tag/v1.18.6)
346383

347384
### Bug fixes and enhancements
348385

@@ -374,7 +411,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
374411
### Updates
375412

376413
- [Docker Engine v29.1.3](https://docs.docker.com/engine/release-notes/29/#2913)
377-
- [cagent v1.15.1](https://github.com/docker/cagent/releases/tag/v1.15.1)
414+
- [Docker Agent v1.15.1](https://github.com/docker/docker-agent/releases/tag/v1.15.1)
378415

379416
### Bug fixes and enhancements
380417

0 commit comments

Comments
 (0)