From e8e1fd96fd0dee8e03a5120e88c4be3701b06e53 Mon Sep 17 00:00:00 2001 From: Mihaela Stoica Date: Mon, 8 Apr 2024 23:14:02 +0100 Subject: [PATCH 1/2] Update release notes for Docker Desktop 4.29.0 - Include a fix for Windows --- content/desktop/release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/desktop/release-notes.md b/content/desktop/release-notes.md index 7966754350fe..089aa78c9876 100644 --- a/content/desktop/release-notes.md +++ b/content/desktop/release-notes.md @@ -88,6 +88,7 @@ For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/re #### For Windows - Fixed a bug where `docker run -v` would fail after switching between WSL 2 and Hyper-V. +- Fixed a bug where Docker Desktop was not stopping its WSL distros (docker-desktop and docker-desktop-data) when it was shutdown. Fixes [docker/for-win/issues/13443](https://github.com/docker/for-win/issues/13443) and [docker/for-win/issues/13938](https://github.com/docker/for-win/issues/13938). #### For Linux From 455e5322b84f29ff0f103d3c073d99b0871ab164 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Tue, 9 Apr 2024 08:29:52 +0100 Subject: [PATCH 2/2] Update content/desktop/release-notes.md --- content/desktop/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/desktop/release-notes.md b/content/desktop/release-notes.md index 089aa78c9876..8d1be716d997 100644 --- a/content/desktop/release-notes.md +++ b/content/desktop/release-notes.md @@ -88,7 +88,7 @@ For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/re #### For Windows - Fixed a bug where `docker run -v` would fail after switching between WSL 2 and Hyper-V. -- Fixed a bug where Docker Desktop was not stopping its WSL distros (docker-desktop and docker-desktop-data) when it was shutdown. Fixes [docker/for-win/issues/13443](https://github.com/docker/for-win/issues/13443) and [docker/for-win/issues/13938](https://github.com/docker/for-win/issues/13938). +- Fixed a bug where Docker Desktop was not stopping its WSL distros (`docker-desktop` and `docker-desktop-data`) when it was shutdown. Fixes [docker/for-win/issues/13443](https://github.com/docker/for-win/issues/13443) and [docker/for-win/issues/13938](https://github.com/docker/for-win/issues/13938). #### For Linux