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
---------
Signed-off-by: aevesdocker <allie.sadler@docker.com>
- Fixed an error that caused volumes, images, and containers to fail to load in the Docker Desktop Dashboard.
47
+
- Removed the deprecated `cagent` binary from Docker Desktop; use `docker agent` instead.
48
+
- Kubernetes kind cluster now works with Registry Access Management.
49
+
- Fixed a bug where the sign-in/update prompt was not shown when upgrading between versions that cross a version digit boundary (e.g., 4.9.x to 4.10.x).
50
+
- Fixed an issue in Ask Gordon where the tool call permission dialog blocked the chat view, replacing it with an inline approval card so users can read Gordon's full message before approving or rejecting.
51
+
- Fixed a rare case where Docker Desktop could shut down if the build service crashed, for example during a factory reset.
52
+
- Fixed an issue where containers ignored user-configured stop timeouts during normal operation due to a proxy-level override forcing a 1-second timeout on all containers.
53
+
54
+
#### For Mac
55
+
56
+
- Fixed Docker Desktop failing to start when the user's environment contained very long environment variables.
57
+
- Fixed a Docker Offload crash on Intel machines due to `SG_READ_ONLY` not being set in the `__DATA_CONST` segment, causing the system linker to fail to load the executable. Fixes [docker/desktop-feedback#471](https://github.com/docker/desktop-feedback/issues/471).
58
+
59
+
#### For Windows
60
+
61
+
- Fixed an issue on Windows where stopping Docker Desktop would immediately force off the Hyper-V VM without waiting for a graceful guest shutdown, reducing the risk of data corruption.
62
+
- Fixed a bug on Windows where `dockerd` failed to connect through the local HTTPS proxy due to a TLS handshake error caused by an incorrect proxy URL scheme.
63
+
- Fixed a Windows update that reverted and showed a **Mismatch patch version** error when it ran again after the target version was already installed.
64
+
- Fixed Resource Saver not stopping the Docker engine when running on WSL.
65
+
- Fixed a regression where Docker Desktop failed to start on WSL2 kernels that could not attach the Synchronized File Shares eBPF probes, such as Windows on Arm. Fixes [docker/desktop-feedback#470](https://github.com/docker/desktop-feedback/issues/470).
66
+
67
+
#### For Linux
68
+
69
+
- Fixed a bug where Docker Desktop would fail to start after a reset.
0 commit comments