Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build-ui: release notes for 4.36 and 4.37 #21866

Merged
merged 2 commits into from
Jan 23, 2025
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.
aevesdocker marked this conversation as resolved.
Show resolved Hide resolved
- 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"}
aevesdocker marked this conversation as resolved.
Show resolved Hide resolved
- Fixed a bug where timestamps would be broken in the Logs tab.
aevesdocker marked this conversation as resolved.
Show resolved Hide resolved

#### 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.
aevesdocker marked this conversation as resolved.
Show resolved Hide resolved
- Links for image dependencies in Info tab now support other well-known registries such as GitHub, Google, GitLab, ...
aevesdocker marked this conversation as resolved.
Show resolved Hide resolved
- Disabled the delete button if only cloud builds are selected.
aevesdocker marked this conversation as resolved.
Show resolved Hide resolved
- 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