Skip to content

Commit c889ded

Browse files
authored
4.69 rn (#24665)
<!--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 bafca18 commit c889ded

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,42 @@ 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.69.0
30+
31+
{{< release-date date="2026-04-13" >}}
32+
33+
{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.69.0" build_path="/224084/" >}}
34+
35+
### Updates
36+
37+
- [Docker Agent v1.42.0](https://github.com/docker/docker-agent/releases/tag/v1.42.0)
38+
- [Docker Model v1.1.29](https://github.com/docker/model-cli/releases/tag/v1.1.29)
39+
- [containerd v2.2.2](https://github.com/containerd/containerd/releases/tag/v2.2.2)
40+
- [Docker Buildx v0.33.0](https://github.com/docker/buildx/releases/tag/v0.33.0)
41+
42+
### Bug fixes and enhancements
43+
44+
#### For all platforms
45+
46+
- Fixed an issue where `docker logout` from the CLI was ignored by Docker Desktop when OAuth tokens remained in the credential store, leaving the user unexpectedly signed in.
47+
- Fixed an issue where Docker Desktop could unexpectedly sign users out when unrelated credential updates, `docker login`, or transient network errors triggered a sign-out.
48+
- Fixed a data loss issue where backup data could be deleted during a failed restore operation, leaving users with no data.
49+
- Fixed an issue where sign-in credentials (`login-info.json`) were included in diagnostic bundles, improving privacy and security.
50+
- Fixed the footer update label incorrectly showing **Downloading** during the prepare/unpack phase of an update. It now correctly displays **Preparing**.
51+
- Fixed an issue where Docker Desktop would not start when the internal storage disk was full.
52+
53+
#### For Mac
54+
55+
- Fixed an issue where the in-app update button was not disabled when `Docker.app` was installed in a non-user-writable directory, preventing failed update attempts.
56+
- Fixed update failure for users who installed Docker Desktop via Homebrew on Mac.
57+
58+
#### For Windows
59+
60+
- Fixed an unexpected WSL terminal popup appearing for Windows users using the Hyper-V backend during Docker Desktop installation or uninstallation.
61+
- Fixed an issue on Windows where factory reset deleted CLI plugins from `~/.docker/cli-plugins`, causing `docker build` to fall back to the legacy builder.
62+
- Fixed a bug where Kubernetes failed to start when WSL integration was enabled alongside another distro using cgroup v1 controllers.
63+
- Fixed a race condition that caused Kubernetes to fail to start when a Registry Access Management policy change occurred during startup.
64+
2965
## 4.68.0
3066

3167
{{< release-date date="2026-04-07" >}}
@@ -40,6 +76,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
4076

4177
- [Docker Agent v1.39.0](https://github.com/docker/docker-agent/releases/tag/v1.39.0)
4278
- [Docker Model v1.1.28](https://github.com/docker/model-cli/releases/tag/v1.1.28)
79+
- [Docker Offload v0.5.81](https://github.com/docker/cloud/releases/tag/v0.5.81)
4380

4481
### Bug fixes and enhancements
4582

0 commit comments

Comments
 (0)