Skip to content

Commit 48cb69f

Browse files
build-ui: release notes for 4.36 and 4.37 (#21866)
## Description Missing release notes for the build UI. ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Signed-off-by: CrazyMax <[email protected]> Co-authored-by: Allie Sadler <[email protected]>
1 parent a0f5f81 commit 48cb69f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
9292
- Fixed a bug where resetting default settings would also reset the CLI context.
9393
- 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).
9494
- 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.
95100

96101
#### For Mac
97102

@@ -178,6 +183,13 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
178183
- Fixed a bug that restricted containers using `--network=host` to 18 open host ports.
179184
- Fixed bind mount ownership for non-root containers. Fixes [docker/for-mac#6243](https://github.com/docker/for-mac/issues/6243).
180185
- 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.
181193

182194
#### For Mac
183195

0 commit comments

Comments
 (0)