From 537d5cf0072cf4bf85b97a5f4d99e8305fdf2cd4 Mon Sep 17 00:00:00 2001 From: Luciano Ciccariello Date: Fri, 4 Jul 2025 16:45:35 +0100 Subject: [PATCH] Update 4.43.0 release notes virtiofsd v1.13.1 was actually not shipped as part of this release --- content/manuals/desktop/release-notes.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index e8eb3599903..d3f085e49c5 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -76,10 +76,6 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - Return an explicit error to a Docker API / `docker` CLI command if Docker Desktop has been manually paused. - Fixed an issue where unknown keys in Admin and Cloud settings caused a failure. -#### For Linux - -- Bump `virtiofsd` to `1.13.1`. - #### For Mac - Removed `eBPF` which blocked `io_uring`. To enable `io_uring` in a container, use `--security-opt seccomp=unconfined`. Fixes [docker/for-mac#7707](https://github.com/docker/for-mac/issues/7707).