Remove virtiofsd line for 4.43.0 release notes (#23008)

<!--Delete sections as needed -->

## Description

virtiofsd v1.13.1 was not shipped as part of this release

<!-- Tell us what you did and why -->

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [X] Technical review
- [ ] Editorial review
- [ ] Product review
This commit is contained in:
Luciano Ciccariello 2025-07-07 08:02:01 +01:00 committed by GitHub
parent e33de3b450
commit 56020d3098
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -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).