4.73 release note addition#25125
Merged
Merged
Conversation
Improved handling of transient rename failures due to antivirus software. Release note for this PR docker/pinata#40861 Customer reported issue.
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| - Fixed a bug where canceling `docker load` left a containerd ref lock held, causing subsequent loads of the same image to fail. | ||
| - Fixed an issue where Docker Desktop made unnecessary network requests to `mcp.docker.com` on sign-in when MCP Toolkit was disabled, causing unexpected proxy authentication prompts. | ||
| - Fixed an issue where the search input in Gordon's session sidebar would not close if it was left empty. | ||
| - Improvements to Docker Desktop handling of transient rename failures caused by antivirus software accessing those files simultaneously. |
There was a problem hiding this comment.
[MEDIUM] Vague/inconsistent phrasing: "Improvements to" does not match the surrounding release note style
Every adjacent entry in this section uses a consistent verb-first pattern — "Fixed a bug where…" or "Fixed an issue where…". The new entry opens with the noun phrase "Improvements to Docker Desktop handling…", which is both vague and inconsistent with that pattern.
Additionally, "Docker Desktop handling" is missing an article or possessive — it should be "Docker Desktop's handling" or restructured around an action verb.
Suggested rewrite:
Fixed an issue where Docker Desktop failed to rename files when antivirus software was accessing them simultaneously.
aevesdocker
reviewed
May 21, 2026
aevesdocker
approved these changes
May 21, 2026
Contributor
aevesdocker
left a comment
There was a problem hiding this comment.
Thanks @karman-docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improved handling of transient rename failures due to antivirus software.
Release note for this PR https://github.com/docker/pinata/pull/40861
Customer reported issue.
Description
Related issues or tickets
Reviews