Skip to content

4.82-RN#25499

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

4.82-RN#25499
aevesdocker wants to merge 2 commits into
docker:mainfrom
aevesdocker:4.82-RN

Conversation

@aevesdocker

Copy link
Copy Markdown
Contributor

Description

Related issues or tickets

Reviews

  • Technical review
  • Editorial review
  • Product review

@netlify

netlify Bot commented Jul 6, 2026

Copy link
Copy Markdown

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 5b92526
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/6a4faa0daa6df800086f9447
😎 Deploy Preview https://deploy-preview-25499--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 Jul 6, 2026

@docker-agent docker-agent left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Assessment: 🔴 CRITICAL

This PR adds the Docker Desktop 4.82 release notes but has two critical errors and one note to verify before merging:

  1. Section heading mismatch — heading reads ## 4.81 but should be ## 4.82.0
  2. Broken build pathbuild_path="//" is an unfilled placeholder that will generate broken installer download links
  3. Future release date2026-07-13 is 7 days ahead; verify this is intentional

Comment thread content/manuals/desktop/release-notes.md Outdated

{{< release-date date="2026-07-13" >}}

{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.82.0" build_path="//" >}}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

[HIGH] Placeholder build_path="//" will produce broken installer download links

The build_path parameter is set to "//", which appears to be an unfilled placeholder. Every other release entry uses a real numeric build path (e.g. build_path="/232925/", build_path="/232116/"). The shortcode uses this value to construct installer download URLs, so "//" will generate broken links for all four platform installers.

This needs to be filled in with the actual build number before merging.


## 4.81

{{< release-date date="2026-07-13" >}}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

[MEDIUM] Release date 2026-07-13 is one week in the future

The release date is set to 2026-07-13 while today is 2026-07-06. If this PR is merged before the release ships, the live docs will display a future date, which could mislead users who view the page between merge and the actual release.

If this is intentional pre-release prep and the PR will be merged on or after the release date, this is fine. If the date is wrong, update it to match the actual release date.

Comment thread content/manuals/desktop/release-notes.md Outdated
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.

3 participants