Desktop app v6.2.3 dot release docs - #9126
Conversation
Bump desktop app version references from v6.2.2 to v6.2.3 in the releases table, changelog download link, Linux install guide, and MSI installer/group policy guide. Adds a v6.2.3 changelog entry. Co-authored-by: Amy Blais <29708087+amyblais@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe documentation now describes Desktop App v6.2.3, updates release links, records security and Electron changes, and raises the minimum supported Chromium version to 150+. ChangesDesktop 6.2.3 documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ 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: 3
🤖 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`:
- Around line 50-52: Update the release-page link in step 3 to use the exact
v6.2.3 release URL instead of the moving `/releases/latest` URL, while
preserving the existing v6.2.3 version text and installer-download instructions.
- Around line 213-218: Update the documented MSI filename in both the Command
Prompt and PowerShell examples to an existing official desktop MSI release
asset, such as mattermost-desktop-6.2.2-win-x64.msi, and keep the
version-replacement note consistent with that filename.
In `@source/product-overview/desktop-app-changelog.md`:
- Around line 12-15: Replace the TBD placeholder under the v6.2.3 released entry
with the confirmed release notes before publication, or defer/remove the release
entry until those notes are available; do not leave a published release marked
as incomplete.
🪄 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 Plus
Run ID: 564b3272-4c20-41fc-8954-f92efcf0dc48
📒 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
There was a problem hiding this comment.
Pull request overview
Updates the Mattermost documentation site (docs.mattermost.com source) for the Mattermost Desktop App v6.2.3 dot release by refreshing versioned links and install instructions across release overview, changelog, and platform install guides.
Changes:
- Bumped Desktop v6.2 references to v6.2.3 in the Desktop releases overview (download + SBOM links).
- Added a v6.2.3 entry to the desktop app changelog and updated the v6.2 download link.
- Updated Linux install (RPM/tarball + Flatpak example) and Windows MSI/GPO install docs to reference v6.2.3 artifacts/commands.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| source/product-overview/mattermost-desktop-releases.md | Updates v6.2 download + SBOM links to v6.2.3 in the “Latest releases” table. |
| source/product-overview/desktop-app-changelog.md | Adds v6.2.3 changelog entry and updates the v6.2 “Download Binaries” link. |
| source/deployment-guide/desktop/linux-desktop-install.rst | Updates Linux install examples/links from 6.2.2 to 6.2.3. |
| source/deployment-guide/desktop/desktop-msi-installer-and-group-policy-install.rst | Updates Windows MSI/GPO instructions and command examples for 6.2.3. |
Suppressed comments (3)
source/product-overview/desktop-app-changelog.md:29
- Veteran Vince — Friction: The GitHub release URL here uses
/releases/v6.2.3, while the canonical GitHub release URL format is/releases/tag/v6.2.3(and this repo uses that format elsewhere). Using the canonical URL avoids broken links/redirect differences and is more consistent.
source/deployment-guide/desktop/desktop-msi-installer-and-group-policy-install.rst:73 - Novice Nate — Friction: This step hard-codes a ZIP filename (
desktop-6.2.3.zip), but the preceding instructions have users download the source archive from GitHub. Readers may see a different downloaded filename (or rename it), making the step harder to follow. Refer to the downloaded ZIP more generically and keep the version as an example.
1. Browse to the folder the above files were downloaded to and unzip the ``desktop-6.2.3.zip`` file in place.
source/deployment-guide/desktop/desktop-msi-installer-and-group-policy-install.rst:78
- Novice Nate — Friction: This path is tied to a specific extracted folder name (
desktop-6.2.3\...). If the extracted directory name differs (common with GitHub source archives), readers may not be able to find the files. Make this an example path rather than a required literal.
2. Navigate to the unzipped ``desktop-6.2.3\resources\windows\gpo`` folder and copy the contents.
|
Newest code from mattermost has been published to preview environment for Git SHA 7d1e26f |
|
Newest code from mattermost has been published to preview environment for Git SHA 4040242 |
|
Newest code from mattermost has been published to preview environment for Git SHA 50f0ff5 |
|
Newest code from mattermost has been published to preview environment for Git SHA ad3aced |
|
Newest code from mattermost has been published to preview environment for Git SHA 0f85bdb |
|
Newest code from mattermost has been published to preview environment for Git SHA 42ccc3c |
|
Newest code from mattermost has been published to preview environment for Git SHA e0c4d87 |
Fixes #9125
Generated with Claude Code