From ec528503006803f8c08f8c7a660054bed9d59603 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Tue, 2 Jun 2026 08:28:52 +0100 Subject: [PATCH 1/3] 4.77 RN Signed-off-by: aevesdocker --- content/manuals/desktop/release-notes.md | 38 ++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 2d8063cc9149..c7552aa63fab 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -24,6 +24,44 @@ Docker Desktop versions older than 6 months from the latest release are not avai For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoot-and-support/faqs/releases.md). +## 4.77.0 + +{{< release-date date="2026-06-07" >}} + +{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.76.0" build_path="//" >}} + +### New + +- You now export log data from the **Logs** view. + +### Updates + +- Docker Offload v0.6.0 +- [Docker Buildx v0.34.1](https://github.com/docker/buildx/releases/tag/v0.34.1) +- [Docker Agent v1.70.0](https://github.com/docker/docker-agent/releases/tag/v1.70.0) +- [Docker MCP gateway v0.42.2](https://github.com/docker/mcp-gateway/releases/tag/v0.42.2) +- `docker pass` v0.1.2 +- [containerd v2.2.4](https://github.com/containerd/containerd/releases/tag/v2.2.4) +- [Docker DHI (dhictl) v0.0.4 release notes](https://github.com/docker-hardened-images/dhictl/releases/tag/v0.0.4)) + +### Bug fixes and enhancements + +#### For all platforms + +- Marketplace extensions are now installed and updated by pinned manifest digest, instead of by tag, protecting against tag mutation after publication. +- Added Buildx version information to the About window. +- Added a case-sensitivity toggle to the **Logs** search bar, allowing users to switch between case-insensitive (default) and case-sensitive log filtering. +- Fixed a bug where the mouse wheel scroll was not working in the **Logs** view grid. +- Fixed an issue where the backend incorrectly exited with error code 150 on clean shutdown via SIGINT or SIGTERM, causing false failure signals. +- Removed the bundled `hub-tool` binary from Docker Desktop. +- Added working **Authenticate** and **Cancel** buttons to the MCP OAuth authorization chat bubble in Gordon, allowing users to complete or decline OAuth sign-in flows from MCP servers. + +#### For Windows + +- Fixed an issue on Windows where Docker Desktop would get stuck on **Starting the Docker Engine...** after a failed WSL distro registration left a VHDX on disk. +- Fixed a backend shutdown hang in Windows Containers mode that caused Docker Desktop to take a long time or fail to exit cleanly. +- Fixed unbounded growth of the WSL2 ISO cache. Old `docker-desktop.iso` and `docker-wsl-cli.iso` entries are now removed when a new version is installed. Fixes [docker/desktop-feedback#419](https://github.com/docker/desktop-feedback/issues/419). + ## 4.76.0 {{< release-date date="2026-06-01" >}} From 8da017c11331150d6e2d5f502ffb4d7dfb44355a Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Tue, 2 Jun 2026 08:29:55 +0100 Subject: [PATCH 2/3] 4.77 RN Signed-off-by: aevesdocker --- 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 c7552aa63fab..312103b52bbb 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -26,7 +26,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo ## 4.77.0 -{{< release-date date="2026-06-07" >}} +{{< release-date date="2026-06-08" >}} {{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.76.0" build_path="//" >}} From 7827dc052435e57024950f938c5223ac42bc3576 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Wed, 3 Jun 2026 10:24:03 +0100 Subject: [PATCH 3/3] edits --- content/manuals/desktop/release-notes.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 312103b52bbb..e08ed018f039 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -28,11 +28,11 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo {{< release-date date="2026-06-08" >}} -{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.76.0" build_path="//" >}} +{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.77.0" build_path="//" >}} ### New -- You now export log data from the **Logs** view. +- You can now export log data from the **Logs** view. ### Updates @@ -42,7 +42,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - [Docker MCP gateway v0.42.2](https://github.com/docker/mcp-gateway/releases/tag/v0.42.2) - `docker pass` v0.1.2 - [containerd v2.2.4](https://github.com/containerd/containerd/releases/tag/v2.2.4) -- [Docker DHI (dhictl) v0.0.4 release notes](https://github.com/docker-hardened-images/dhictl/releases/tag/v0.0.4)) +- [Docker DHI (dhictl) v0.0.4 release notes](https://github.com/docker-hardened-images/dhictl/releases/tag/v0.0.4) ### Bug fixes and enhancements @@ -50,11 +50,14 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - Marketplace extensions are now installed and updated by pinned manifest digest, instead of by tag, protecting against tag mutation after publication. - Added Buildx version information to the About window. -- Added a case-sensitivity toggle to the **Logs** search bar, allowing users to switch between case-insensitive (default) and case-sensitive log filtering. +- Added a case-sensitivity toggle to the **Logs** search bar which lets you switch between case-insensitive (default) and case-sensitive log filtering. - Fixed a bug where the mouse wheel scroll was not working in the **Logs** view grid. - Fixed an issue where the backend incorrectly exited with error code 150 on clean shutdown via SIGINT or SIGTERM, causing false failure signals. - Removed the bundled `hub-tool` binary from Docker Desktop. -- Added working **Authenticate** and **Cancel** buttons to the MCP OAuth authorization chat bubble in Gordon, allowing users to complete or decline OAuth sign-in flows from MCP servers. +- Added working **Authenticate** and **Cancel** buttons to the MCP OAuth authorization chat bubble in Gordon, letting you complete or decline OAuth sign-in flows from MCP servers. +- Added two new commands to `docker pass`: + - Use `docker pass run` to inject secrets into host commands. + - Use `docker pass plugins` for dynamic plugin management. #### For Windows