Skip to content

4.77 RN#25229

Draft
aevesdocker wants to merge 2 commits into
docker:mainfrom
aevesdocker:4.77-RN
Draft

4.77 RN#25229
aevesdocker wants to merge 2 commits into
docker:mainfrom
aevesdocker:4.77-RN

Conversation

@aevesdocker
Copy link
Copy Markdown
Contributor

Description

Related issues or tickets

Reviews

  • Technical review
  • Editorial review
  • Product review

Signed-off-by: aevesdocker <allie.sadler@docker.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented Jun 2, 2026

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 8da017c
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/6a1e867a501900000857935e
😎 Deploy Preview https://deploy-preview-25229--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot added the area/desktop Issue affects a desktop edition of Docker. E.g docker for mac label Jun 2, 2026
Signed-off-by: aevesdocker <allie.sadler@docker.com>
Copy link
Copy Markdown

@docker-agent docker-agent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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="//" >}}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[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.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[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))
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[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.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[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.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/desktop Issue affects a desktop edition of Docker. E.g docker for mac

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants