Skip to content

Commit 82d9ca3

Browse files
authored
4.80-RN (#25421)
<!--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 --------- Signed-off-by: aevesdocker <allie.sadler@docker.com>
1 parent 22a64a3 commit 82d9ca3

1 file changed

Lines changed: 59 additions & 0 deletions

File tree

content/manuals/desktop/release-notes.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,65 @@ Docker Desktop versions older than 6 months from the latest release are not avai
2424

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

27+
## 4.80.0
28+
29+
{{< release-date date="2026-06-29" >}}
30+
31+
{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.80.0" build_path="/232116/" >}}
32+
33+
### Updates
34+
35+
- Docker Offload `v0.6.6`
36+
- [Docker Buildx v0.35.0](https://github.com/docker/buildx/releases/tag/v0.35.0)
37+
- [Docker Model Runner v1.2.4](https://github.com/docker/model-runner/releases/tag/v1.2.4)
38+
- [containerd v2.2.5](https://github.com/containerd/containerd/releases/tag/v2.2.5)
39+
- [Docker Engine v29.6.1](https://docs.docker.com/engine/release-notes/29/#2961)
40+
- [Runc v1.3.6](https://github.com/opencontainers/runc/releases/tag/v1.3.6)
41+
- Kubernetes v1.36.1
42+
- CNI plugins v1.9.1
43+
- cri-tools v1.35.0
44+
- cri-dockerd v0.3.25
45+
- Updated Kubernetes images:
46+
- Kubeadm:
47+
- `docker/desktop-storage-provisioner:v4.0`
48+
- `docker/desktop-vpnkit-controller:v4.0`
49+
- `docker/desktop-kubernetes-etcd:3.6.8-0`
50+
- `docker/desktop-kubernetes-coredns:v1.14.2`
51+
- `docker/desktop-kubernetes-pause:3.10.2`
52+
- `docker/desktop-kubernetes-apiserver:v1.36.1`
53+
- `docker/desktop-kubernetes-controller-manager:v1.36.1`
54+
- `docker/desktop-kubernetes-scheduler:v1.36.1`
55+
- `docker/desktop-kubernetes-proxy:v1.36.1`
56+
- Kind:
57+
- `docker/desktop-containerd-registry-mirror:v0.0.4`
58+
- `docker/desktop-cloud-provider-kind:v0.6.0`
59+
- `envoyproxy/envoy:v1.36.7`
60+
61+
### Bug fixes and enhancements
62+
63+
#### For all platforms
64+
65+
- The experimental `docker sandbox` plugin has been removed. Migrate to [`docker sbx`](/manuals/ai/sandboxes/_index.md).
66+
- Fixed an issue where running out of disk space showed a generic error dialog instead of a clear **Disk full** message prompting users to free up space and restart.
67+
- Fixed an issue where using `docker -c desktop-linux` while a cloud context was active would silently route commands to the cloud engine instead of the local desktop Linux engine.
68+
- Fixed a bug where the backend would incorrectly report a stopped VM as running after an idle shutdown, especially when Enhanced Container Isolation was enabled.
69+
- Fixed an OS update notification timing issue where users with auto-download enabled were notified when an update was available rather than when it was ready to install.
70+
71+
#### For Mac
72+
73+
- Removed the legacy osxfs file sharing. Users still on osxfs are migrated to VirtioFS.
74+
- Increased VirtioFS filesharing performance by not persisting (fake) file ownership changes on the host. Calls to `chown` will succeed, but `stat` will not be affected.
75+
76+
#### For Windows
77+
78+
- Fixed an issue where the Windows installer failed when the destination directory contained leftover files from a previous interrupted installation.
79+
- Fixed an issue on Windows where upgrading Docker Desktop would unnecessarily shut down and unregister unrelated WSL distros via `wsl --shutdown`.
80+
- Fixed spurious Hyper-V job failures on Windows where operations briefly transitioning through suspended or shutting down states were incorrectly reported as failed.
81+
- Fixed an issue where the WSL engine failed to start with a **Permission denied** error on machines where the cross-distro WSL mount was configured as `noexec`.
82+
- Fixed an issue on Windows where end users could override the `NO_PROXY` exclusion list even when an admin had locked the proxy configuration.
83+
- Fixed an issue on Windows where Docker Desktop would silently disappear on startup failure. An error dialog is now displayed instead.
84+
- Fixed an issue on Windows where Docker Desktop showed a generic engine-start failure instead of routing to the WSL update recovery when an older wsl.exe did not support the --version flag.
85+
2786
## 4.79.0
2887

2988
{{< release-date date="2026-06-22" >}}

0 commit comments

Comments
 (0)