From ebbc245ebe11a9d1811baeb6548ab5cafcb6448f Mon Sep 17 00:00:00 2001 From: Mihaela Stoica Date: Mon, 2 Sep 2024 09:10:27 +0100 Subject: [PATCH] Update DD 4.34 release notes (#20754) Added missing note for a fix in 4.34. --- content/desktop/release-notes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/desktop/release-notes.md b/content/desktop/release-notes.md index 3c6196f2ad..0bc097a6d9 100644 --- a/content/desktop/release-notes.md +++ b/content/desktop/release-notes.md @@ -63,13 +63,14 @@ Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/pro - Fixed a bug where a `Partial repair error` would occasionally appear when triggering the Configuration integrity check feature. - Configuration integrity check feature now shows information on why the Docker socket is mis-configured. - Fixed an issue where the Configuration integrity check feature would report the system path instead of the user path if Docker Desktop is installed as `User`. +- Fixed a bug where applications trying to read extended attributes from bind mounted volumes could experience failures. Fixes [docker/for-mac#7377](https://github.com/docker/for-mac/issues/7377). #### For Windows - Fixed a bug where Docker Desktop would reset docker's `credsStore` to `desktop` when the user's intention is to keep it empty. Fixes [docker/for-win#9843](https://github.com/docker/for-win/issues/9843). - Fixed a bug that would cause Docker Desktop to not start in the WSL2 engine [docker/for-win#14034](https://github.com/docker/for-win/issues/14034). -- Fixed a bug that caused WSL distro to terminate abruptly. Fixes [for-win/14230](https://github.com/docker/for-win/issues/14230). -- Fixed an issue that caused WSL to update in each startup. Fixes [for-win/13868](https://github.com/docker/for-win/issues/13868), [for-win/13806](https://github.com/docker/for-win/issues/13806). +- Fixed a bug that caused WSL distro to terminate abruptly. Fixes [docker/for-win/14230](https://github.com/docker/for-win/issues/14230). +- Fixed an issue that caused WSL to update in each startup. Fixes [docker/for-win/13868](https://github.com/docker/for-win/issues/13868), [docker/for-win/13806](https://github.com/docker/for-win/issues/13806). ### Known issues