Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions content/manuals/desktop/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@
- Fixed a bug where resetting default settings would also reset the CLI context.
- 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).
- Fixed a bug where Resource Saver mode would fail to re-engage after restarting the engine while in Resource Saver mode.
- Build UI:

Check warning on line 95 in content/manuals/desktop/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.Acronyms] 'UI' has no definition. Raw Output: {"message": "[Docker.Acronyms] 'UI' has no definition.", "location": {"path": "content/manuals/desktop/release-notes.md", "range": {"start": {"line": 95, "column": 9}}}, "severity": "WARNING"}
- Fixed a bug where the source file could not be found for some builds.
- Fixed a bug where error logs were not displayed in the Source tab.
- Fixed a bug where users had to scroll to the bottom for error logs in Source tab.

Check warning on line 98 in content/manuals/desktop/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.RecommendedWords] Consider using 'navigate' instead of 'scroll' Raw Output: {"message": "[Docker.RecommendedWords] Consider using 'navigate' instead of 'scroll'", "location": {"path": "content/manuals/desktop/release-notes.md", "range": {"start": {"line": 98, "column": 36}}}, "severity": "INFO"}
- Fixed a bug where timestamps would be broken in the Logs tab.

#### For Mac

Expand Down Expand Up @@ -178,6 +183,13 @@
- Fixed a bug that restricted containers using `--network=host` to 18 open host ports.
- Fixed bind mount ownership for non-root containers. Fixes [docker/for-mac#6243](https://github.com/docker/for-mac/issues/6243).
- 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)
- Build UI:

Check warning on line 186 in content/manuals/desktop/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.Acronyms] 'UI' has no definition. Raw Output: {"message": "[Docker.Acronyms] 'UI' has no definition.", "location": {"path": "content/manuals/desktop/release-notes.md", "range": {"start": {"line": 186, "column": 9}}}, "severity": "WARNING"}
- Source tab now supports multiple source files.
- Links for image dependencies in Info tab now support other well-known registries such as GitHub, Google, GitLab, ...
- Disabled the delete button if only cloud builds are selected.
- Fixed an issue where users were unable to delete builds.
- Fixed malformed Jaeger traces that were missing events and links.
- Fixed missing export attributes when building with the cloud driver.

#### For Mac

Expand Down