Desktop app v5.13.7 and v6.2.1 dot release docs#9008
Conversation
Add v5.13.7 and v6.2.1 dot release entries to the desktop app changelog, update download/SBOM links in the desktop releases table, and bump version references in the Linux install and MSI installer guides. Co-authored-by: Amy Blais <amyblais@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates Mattermost Desktop dot-release documentation to reflect v5.13.7 and v6.2.1 across the release matrix, changelog, and installation guides.
Changes:
- Bumps Desktop release table entries to reference v6.2.1 and v5.13.7 (including SBOM links).
- Adds changelog entries for v6.2.1 and v5.13.7 and updates “Download Binaries” targets accordingly.
- Updates Linux (RPM/tarball) and Windows MSI/GPO install docs to reference v6.2.1 artifacts/commands.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| source/product-overview/mattermost-desktop-releases.md | Updates latest release table links/SBOMs to v6.2.1 and v5.13.7. |
| source/product-overview/desktop-app-changelog.md | Adds v6.2.1 and v5.13.7 changelog entries and updates download links. |
| source/deployment-guide/desktop/linux-desktop-install.rst | Updates Linux install/download commands and example versions to v6.2.1. |
| source/deployment-guide/desktop/desktop-msi-installer-and-group-policy-install.rst | Updates Windows MSI/GPO instructions to v6.2.1 and adjusts command examples. |
|
Newest code from mattermost has been published to preview environment for Git SHA 5d81a61 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThis PR updates Mattermost Desktop documentation to reference v6.2.1 (Windows MSI/GPO and Linux install instructions), adds v6.2.1 and v5.13.7 changelog entries, and updates the releases table and download/SBOM links accordingly. ChangesDesktop Release Documentation
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly Related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In
`@source/deployment-guide/desktop/desktop-msi-installer-and-group-policy-install.rst`:
- Line 50: The link currently uses the moving target `/releases/latest` while
the text calls out version v6.2.1; update the URL to the fixed tag URL for that
release (replace `https://github.com/mattermost/desktop/releases/latest` with
`https://github.com/mattermost/desktop/releases/tag/v6.2.1`) while keeping the
existing ReST link syntax around the string `version v6.2.1 <...>`__ so the link
points to the exact v6.2.1 release.
In `@source/deployment-guide/desktop/linux-desktop-install.rst`:
- Around line 60-67: Add an artifact integrity verification step before
installing or extracting downloads: instruct the user to fetch the published
SHA256 (or signature) from the release page and verify the downloaded file
(e.g., using sha256sum --check after saving the expected hash or using gpg
--verify for signed artifacts) prior to running commands such as "sudo rpm -i
mattermost-desktop-6.2.1-linux-x86_64.rpm" or extracting tarballs; mirror the
same verification guidance into the other install/extract section referenced
(the tarball install steps) so both rpm and tarball flows include
checksum/signature verification and a clear failure message if verification
fails.
🪄 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: a7ebe129-b120-4261-936e-6ca5a3f5b5d0
📒 Files selected for processing (4)
source/deployment-guide/desktop/desktop-msi-installer-and-group-policy-install.rstsource/deployment-guide/desktop/linux-desktop-install.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 7d3e993 |
Will update release dates when ready.
Closes #9007
Generated with Claude Code