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
- 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
+
29
65
## 4.68.0
30
66
31
67
{{< release-date date="2026-04-07" >}}
@@ -40,6 +76,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
0 commit comments