Desktop App v6.2 ESR Changelog#8901
Conversation
- Add v6.2 ESR entry to desktop releases table (released 2026-05-16, support ends 2027-05-15) - Add v6.2 changelog section to desktop-app-changelog.md - Update Linux install instructions from v6.1.1 to v6.2.0 - Update MSI installer guide from v6.1.1 to v6.2.0 Resolves #8900 Co-authored-by: Amy Blais <amyblais@users.noreply.github.com>
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughDocumentation updates for Mattermost Desktop v6.2.0 ESR: installer and download version strings updated, Chromium-based browser minimums raised to 146+, and v6.2 changelog and releases-table entry added. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates Mattermost documentation to include the Desktop App v6.2 ESR release information across the releases table, changelog, and platform install guides.
Changes:
- Add a v6.2 (ESR) entry to the Desktop Releases compatibility/support table.
- Add a v6.2 changelog section with download link, compatibility note, and known issues.
- Bump referenced Desktop version strings/URLs in Linux and Windows (MSI/GPO) installation docs to v6.2.0.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| source/product-overview/mattermost-desktop-releases.md | Adds the v6.2 ESR row with dates, links, and server compatibility refs. |
| source/product-overview/desktop-app-changelog.md | Introduces the v6.2 changelog section (release header, download link, compatibility, known issues). |
| source/deployment-guide/desktop/linux-desktop-install.rst | Updates Linux install/download examples to reference v6.2.0 artifacts. |
| source/deployment-guide/desktop/desktop-msi-installer-and-group-policy-install.rst | Updates Windows MSI/GPO instructions and example commands to v6.2.0. |
|
Newest code from mattermost has been published to preview environment for Git SHA 8b504d7 |
|
Newest code from mattermost has been published to preview environment for Git SHA 8261ea0 |
|
Newest code from mattermost has been published to preview environment for Git SHA c66eb86 |
|
Newest code from mattermost has been published to preview environment for Git SHA aaa77f3 |
|
Newest code from mattermost has been published to preview environment for Git SHA ea5e027 |
|
Newest code from mattermost has been published to preview environment for Git SHA bbd8486 |
There was a problem hiding this comment.
Actionable comments posted: 6
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In
`@source/deployment-guide/desktop/desktop-msi-installer-and-group-policy-install.rst`:
- Line 50: Replace the brittle "releases/latest" link with a version-pinned URL
that matches the written text: change the link target that currently points to
`releases/latest` (the sentence containing "version v6.2.0") to the specific
release tag URL for v6.2.0 (e.g. the GitHub release page for v6.2.0) so the link
will not drift when new releases are published.
- Line 218: Make the documentation consistent by either removing the "Replace
<version>" note or by replacing the hardcoded v6.2.0 occurrences with the
<version> placeholder; preferred fix: change the literal "v6.2.0" examples (the
hardcoded version strings) to use "<version>" everywhere and add a single inline
example like "(e.g., v6.2.0)" next to the first occurrence so readers know the
expected format while all commands reference the <version> placeholder.
In `@source/product-overview/desktop-app-changelog.md`:
- Line 14: Replace the brittle GitHub URL that uses "releases/latest" in the
"Download Binaries" link with the stable tag URL for v6.2.0 (change the href
from https://github.com/mattermost/desktop/releases/latest to
https://github.com/mattermost/desktop/releases/tag/v6.2.0) so the changelog
entry for "Download Binaries" always points to the v6.2.0 release.
- Line 18: Replace the hardcoded external URL in the sentence "Desktop App is
supported on any currently supported [Mattermost server
version](https://docs.mattermost.com/product-overview/mattermost-desktop-releases.html#latest-releases)."
with the repo-appropriate internal link syntax used across docs; update the link
target for the link text "Mattermost server version" to point to the internal
docs page (the repo-internal path for the Mattermost desktop releases/Latest
releases anchor) so the Markdown uses the project's internal linking convention
instead of https://docs.mattermost.com.
- Line 60: Update the incorrect cache path examples in the changelog line that
currently mentions Windows as `Users/<username>/AppData/Roaming/Mattermost` and
Linux as `~/config/Mattermost`: change the Windows example to include the
drive/root (e.g., `C:\Users\<username>\AppData\Roaming\Mattermost`) and change
the Linux path to the hidden config location `~/.config/Mattermost` (leave the
macOS path as-is).
In `@source/product-overview/mattermost-desktop-releases.md`:
- Line 21: Update the Released date for Desktop App v6.2 in the table row for
"v6.2" (the line containing the v6.2 release entry) from "Released: 2026-05-15"
to "Released: 2026-05-16" so it matches the release-policy schedule; ensure the
rest of the cell (Support Ends, changelog, SBOM links and release references)
remains unchanged.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: a69cf909-dd1b-4de4-aa10-c99963e81ab8
📒 Files selected for processing (5)
source/deployment-guide/desktop/desktop-msi-installer-and-group-policy-install.rstsource/deployment-guide/desktop/linux-desktop-install.rstsource/deployment-guide/software-hardware-requirements.rstsource/product-overview/desktop-app-changelog.mdsource/product-overview/mattermost-desktop-releases.md
|
Newest code from mattermost has been published to preview environment for Git SHA e8cef00 |
|
Newest code from mattermost has been published to preview environment for Git SHA 36fc8da |
|
Newest code from mattermost has been published to preview environment for Git SHA 7202ece |
|
Newest code from mattermost has been published to preview environment for Git SHA f07bbe3 |
|
Newest code from mattermost has been published to preview environment for Git SHA cc5010d |
|
Newest code from mattermost has been published to preview environment for Git SHA b4d1990 |
|
Newest code from mattermost has been published to preview environment for Git SHA 648baee |
|
Newest code from mattermost has been published to preview environment for Git SHA 753144a |
|
Newest code from mattermost has been published to preview environment for Git SHA 51075a5 |
|
Newest code from mattermost has been published to preview environment for Git SHA a18ff1b |
|
Newest code from mattermost has been published to preview environment for Git SHA 2c61da8 |
|
Newest code from mattermost has been published to preview environment for Git SHA a9f12e1 |
Resolves #8900
Generated with Claude Code