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
Copy file name to clipboardExpand all lines: content/manuals/desktop/release-notes.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,11 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
92
92
- Fixed a bug where resetting default settings would also reset the CLI context.
93
93
- Fixed a bug where the Docker Desktop Dashboard would get out of sync with the Docker daemon after restarting the engine while in Resource Saver mode (Windows with WSL2 backend only) or after switching engines (macOS).
94
94
- Fixed a bug where Resource Saver mode would fail to re-engage after restarting the engine while in Resource Saver mode.
95
+
- Build UI:
96
+
- Fixed a bug where the source file could not be found for some builds.
97
+
- Fixed a bug where error logs were not displayed in the **Source** tab.
98
+
- Fixed a bug where users had to scroll to the bottom for error logs in **Source** tab.
99
+
- Fixed a bug where timestamps would be broken in the **Logs** tab.
95
100
96
101
#### For Mac
97
102
@@ -178,6 +183,13 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
178
183
- Fixed a bug that restricted containers using `--network=host` to 18 open host ports.
179
184
- Fixed bind mount ownership for non-root containers. Fixes [docker/for-mac#6243](https://github.com/docker/for-mac/issues/6243).
180
185
- Docker Desktop will not unpause automatically after a manual pause. The system will stay paused until you manually resume the Docker engine. This fixes a bug where other software would accidentally trigger a resume by running a CLI command in the background. Fixes [for-mac/#6908](https://github.com/docker/for-mac/issues/6908)
186
+
- Build UI:
187
+
- The **Source** tab now supports multiple source files.
188
+
- Links for image dependencies in the **Info** tab now support other well-known registries such as GitHub, Google, and GitLab.
189
+
- Disabled the **Delete** button if only cloud builds are selected.
190
+
- Fixed an issue where users were unable to delete builds.
191
+
- Fixed malformed Jaeger traces that were missing events and links.
192
+
- Fixed missing export attributes when building with the cloud driver.
0 commit comments