4.77 RN#25229
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🔴 CRITICAL
One high-severity issue (wrong installer version in shortcode) and four medium-severity issues found in the 4.77.0 release notes section.
|
|
||
| {{< release-date date="2026-06-08" >}} | ||
|
|
||
| {{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.76.0" build_path="//" >}} |
There was a problem hiding this comment.
[HIGH] Wrong version number in desktop-install-v2 shortcode (4.76.0 instead of 4.77.0)
The shortcode specifies version="4.76.0" but this is the 4.77.0 release notes section. Every other version section in the file consistently matches the version= parameter to the section header (for example, the 4.76.0 section below correctly uses version="4.76.0" with build_path="/228118/"). The 4.77.0 shortcode appears to have been copied from the previous section without updating the version number, and the build_path is also empty ("//"). This will cause download links to point to the wrong installer version.
|
|
||
| ### New | ||
|
|
||
| - You now export log data from the **Logs** view. |
There was a problem hiding this comment.
[MEDIUM] Missing 'can' makes the sentence grammatically incomplete
You now export log data from the **Logs** view. reads as a statement of habitual action rather than announcing a new capability. It should read: You can now export log data from the **Logs** view.
| - [Docker MCP gateway v0.42.2](https://github.com/docker/mcp-gateway/releases/tag/v0.42.2) | ||
| - `docker pass` v0.1.2 | ||
| - [containerd v2.2.4](https://github.com/containerd/containerd/releases/tag/v2.2.4) | ||
| - [Docker DHI (dhictl) v0.0.4 release notes](https://github.com/docker-hardened-images/dhictl/releases/tag/v0.0.4)) |
There was a problem hiding this comment.
[MEDIUM] Duplicate closing parenthesis breaks Markdown link
The line ends with )) — a double closing parenthesis after the URL. The extra ) sits outside the Markdown link syntax and will be rendered as a literal character, breaking the intended link formatting. Remove the trailing ):
- [Docker DHI (dhictl) v0.0.4 release notes](https://github.com/docker-hardened-images/dhictl/releases/tag/v0.0.4)
|
|
||
| - Marketplace extensions are now installed and updated by pinned manifest digest, instead of by tag, protecting against tag mutation after publication. | ||
| - Added Buildx version information to the About window. | ||
| - Added a case-sensitivity toggle to the **Logs** search bar, allowing users to switch between case-insensitive (default) and case-sensitive log filtering. |
There was a problem hiding this comment.
[MEDIUM] 'allowing users to' violates style guide — use second-person 'you'
The Docker style guide prefers lets you over allows/allowing users to, and requires second-person you rather than third-person users. Consider rewriting:
Added a case-sensitivity toggle to the Logs search bar, letting you switch between case-insensitive (default) and case-sensitive log filtering.
| - Fixed a bug where the mouse wheel scroll was not working in the **Logs** view grid. | ||
| - Fixed an issue where the backend incorrectly exited with error code 150 on clean shutdown via SIGINT or SIGTERM, causing false failure signals. | ||
| - Removed the bundled `hub-tool` binary from Docker Desktop. | ||
| - Added working **Authenticate** and **Cancel** buttons to the MCP OAuth authorization chat bubble in Gordon, allowing users to complete or decline OAuth sign-in flows from MCP servers. |
There was a problem hiding this comment.
[MEDIUM] 'allowing users to' violates style guide — use second-person 'you'
Same style guide violation as the case-sensitivity toggle bullet above. Consider rewriting:
Added working Authenticate and Cancel buttons to the MCP OAuth authorization chat bubble in Gordon, letting you complete or decline OAuth sign-in flows from MCP servers.
Description
Related issues or tickets
Reviews