From e058037ad8f9390f26d41f0683613540bba01aee Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Wed, 5 Feb 2025 12:55:36 +0100 Subject: [PATCH 1/2] build-ui: release note for 4.38 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- content/manuals/desktop/release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 59d30b2f4c38..5ab213bd785c 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -65,6 +65,10 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec - Fixed a bug in Enhanced Container Isolation when mounting the Docker socket into a container, and then creating Docker containers with bind-mounts from within that container. - Fixed an issue that caused a discrepancy between the GUI and the CLI, the former forcing the `0.0.0.0` HostIP in port-mappings. This caused default binding IPs configured through Engine's `ip` flag, or through the bridge option `com.docker.network.bridge.host_binding_ipv4`, to not be used. - Fixed a bug where the `pac` setting was ignored in `admin-settings.json`. +- Build UI: + - Adds progress status when importing a build. + - Fixed a bug where users were unable to import builds. + - Fixed a bug where some builders using SSH endpoints were not skipped. #### For Mac From 60fca7f32efc48aea070c4d3a33096c9c3b531ff Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Wed, 5 Feb 2025 13:05:32 +0000 Subject: [PATCH 2/2] Update content/manuals/desktop/release-notes.md --- content/manuals/desktop/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 5ab213bd785c..989d6c5125f8 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -66,7 +66,7 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec - Fixed an issue that caused a discrepancy between the GUI and the CLI, the former forcing the `0.0.0.0` HostIP in port-mappings. This caused default binding IPs configured through Engine's `ip` flag, or through the bridge option `com.docker.network.bridge.host_binding_ipv4`, to not be used. - Fixed a bug where the `pac` setting was ignored in `admin-settings.json`. - Build UI: - - Adds progress status when importing a build. + - Added a progress status when importing a build. - Fixed a bug where users were unable to import builds. - Fixed a bug where some builders using SSH endpoints were not skipped.