Skip to content

Dot release docs for v11.6.2, v11.5.5, v10.11.16#8932

Open
amyblais wants to merge 11 commits intomasterfrom
claude/issue-8931-20260504-0746
Open

Dot release docs for v11.6.2, v11.5.5, v10.11.16#8932
amyblais wants to merge 11 commits intomasterfrom
claude/issue-8931-20260504-0746

Conversation

@amyblais
Copy link
Copy Markdown
Member

@amyblais amyblais commented May 4, 2026

Closes #8931

Generated with Claude Code

- Update download links in deploy-rhel.rst and deploy-tar.rst
- Update server releases table in mattermost-server-releases.md
- Add changelog entries in mattermost-v11-changelog.md and mattermost-v10-changelog.md
- Update version-archive.rst (Enterprise and Team Edition entries)

Note: SHA-256 checksums in version-archive.rst are marked TBD and need to be filled in with values from releases.mattermost.com before merging.

Co-authored-by: Amy Blais <amyblais@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 4, 2026 10:07
@amyblais amyblais added the Work In Progress Not yet ready for review label May 4, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates Mattermost documentation to reflect the latest dot releases for v11.6.2, v11.5.5, and v10.11.16 across installation guides, release index pages, changelogs, and the version archive.

Changes:

  • Bumps download links in Linux deployment guides to v11.6.2 (latest) and v10.11.16 (current ESR).
  • Adds changelog entries for v11.6.2, v11.5.5, and v10.11.16.
  • Updates “Server Releases” and “Version Archive” to point at the new dot releases (including SBOM links).

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
source/product-overview/version-archive.rst Updates Enterprise/Team archive entries to v11.6.2, v11.5.5, and v10.11.16 download + signature + SBOM links.
source/product-overview/mattermost-v11-changelog.md Adds entries for 11.6.2 and 11.5.5.
source/product-overview/mattermost-v10-changelog.md Adds entry for 10.11.16 (ESR).
source/product-overview/mattermost-server-releases.md Updates latest-release table download and SBOM links to the new dot releases.
source/deployment-guide/server/linux/deploy-tar.rst Updates wget URLs for latest and ESR tarball downloads.
source/deployment-guide/server/linux/deploy-rhel.rst Updates wget URLs for latest and ESR tarball downloads.

Comment thread source/product-overview/version-archive.rst
Comment thread source/product-overview/version-archive.rst
Comment thread source/product-overview/version-archive.rst
Comment thread source/product-overview/version-archive.rst
Comment thread source/product-overview/version-archive.rst
Comment thread source/product-overview/version-archive.rst
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

Newest code from mattermost has been published to preview environment for Git SHA 5a4909f

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 4, 2026

Warning

Rate limit exceeded

@amyblais has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 40 minutes and 55 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: bd57e23c-a92a-40fe-b36e-6019520b07b9

📥 Commits

Reviewing files that changed from the base of the PR and between b5eae3b and c0c436c.

📒 Files selected for processing (3)
  • source/administration-guide/upgrade/important-upgrade-notes.rst
  • source/product-overview/mattermost-v10-changelog.md
  • source/product-overview/mattermost-v11-changelog.md
📝 Walkthrough

Walkthrough

This PR updates documentation to reflect dot releases 11.6.2, 11.5.5, and 10.11.16: new changelog entries and upgrade notes, updated download/SBOM URLs and checksums (marked TBD) in the version archive and releases table, and updated wget commands in Linux deployment guides.

Changes

Mattermost Server Release Updates

Layer / File(s) Summary
Changelogs (new entries)
source/product-overview/mattermost-v10-changelog.md, source/product-overview/mattermost-v11-changelog.md
Added new release entries for 10.11.16, 11.6.2, and 11.5.5 describing security fixes, updated pre-packaged plugin versions, and note that role_updated WebSocket events are scoped to the affected team/channel.
Important Upgrade Notes
source/administration-guide/upgrade/important-upgrade-notes.rst
Inserted “Starting in” notes for v11.6.2, v11.5.5, and v10.11.16 documenting the role_updated scoping change and the PostgreSQL SQL steps (add roles.schemeid, backfill from schemes, create idx_roles_scheme_id concurrently) with runtime guidance.
Release Table & Links
source/product-overview/mattermost-server-releases.md
Updated “Latest releases” table rows to point downloads and Team/Enterprise SBOM links to the bumped patch versions (11.6.2, 11.5.5, 10.11.16).
Version Archive
source/product-overview/version-archive.rst
Replaced v11.6.1 → v11.6.2 and v10.11.15 (ESR) → v10.11.16 entries for Enterprise and Team editions; updated download and SBOM URLs and set SHA-256 checksum fields to TBD.
Deployment Guides (download commands)
source/deployment-guide/server/linux/deploy-rhel.rst, source/deployment-guide/server/linux/deploy-tar.rst
Updated Step 3 wget commands to download Mattermost server tarballs for 11.6.2 (Latest) and 10.11.16 (Current ESR) instead of prior patch versions.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: adding documentation for three dot releases (v11.6.2, v11.5.5, v10.11.16).
Description check ✅ Passed The description is related to the changeset, referencing the linked issue #8931 which defines the scope of work for preparing dot release documentation.
Linked Issues check ✅ Passed All required files from issue #8931 have been updated: deploy-rhel.rst, deploy-tar.rst, mattermost-server-releases.md, mattermost-v10-changelog.md, mattermost-v11-changelog.md, and version-archive.rst (Enterprise and Team).
Out of Scope Changes check ✅ Passed All changes are directly related to the dot release documentation scope defined in issue #8931; no out-of-scope modifications are present.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/issue-8931-20260504-0746

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 4

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (2)
source/deployment-guide/server/linux/deploy-rhel.rst (1)

38-54: ⚠️ Potential issue | 🔴 Critical

The 11.6.2 release tarball URLs return HTTP 403 (Forbidden) and will block admins at the download step.

The documented URLs for version 11.6.2 (https://releases.mattermost.com/11.6.2/mattermost-11.6.2-linux-amd64.tar.gz) are not publicly accessible. Verify that the release assets exist at the paths specified in the documentation, or update the version numbers to point to accessible releases.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@source/deployment-guide/server/linux/deploy-rhel.rst` around lines 38 - 54,
The example download URLs under "Step 3: Download the latest Mattermost Server
tarball" reference a 11.6.2 asset that returns HTTP 403; update the
documentation to point to an accessible release or to a stable canonical URL
(e.g., use the actual released version that exists or a /latest/ redirect) by
replacing the hard-coded 11.6.2 and 10.11.16 example links with verified,
publicly accessible tarball URLs (or a variable placeholder such as {VERSION}
with guidance to choose a published release), and confirm the links used in the
"Latest release" and "Current ESR" code blocks are reachable.
source/product-overview/mattermost-server-releases.md (1)

18-31: ⚠️ Potential issue | 🟠 Major

Confirm download link path for v11.6.2—currently returning HTTP 403.

The primary download link for v11.6.2 (https://releases.mattermost.com/11.6.2/mattermost-11.6.2-linux-amd64.tar.gz) is inaccessible with a 403 Forbidden response. Since this is the "Latest releases" table on the landing page, a broken download link directly blocks users from obtaining the software. Verify that the release has been published to the correct path and that the URL is accurate. This may also affect the v11.5.5 and v10.11.16 download links and their corresponding SBOM URLs.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@source/product-overview/mattermost-server-releases.md` around lines 18 - 31,
The "Latest releases" table row for v11.6 (the line containing the download URL
string
"https://releases.mattermost.com/11.6.2/mattermost-11.6.2-linux-amd64.tar.gz" in
the "v11.6" table entry) points to a URL returning 403; verify the release was
published to that exact path and fix the entry by updating the download URL to
the correct published path (or remove/replace it with an alternate working
link), and while you're there validate the paired SBOM links and the download
URLs for v11.5 (the "v11.5" entry) and v10.11 (the "v10.11" entry) return HTTP
200; commit the corrected link(s) in the "Latest releases" table so the landing
page uses only accessible URLs.
🤖 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/product-overview/version-archive.rst`:
- Around line 482-492: The SHA-256 checksum fields for "Mattermost Team Edition
v11.6.2" and "Mattermost Team Edition v11.5.5" currently read "TBD" and must be
replaced with the authoritative checksums; locate the checksum lines under the
headings "Mattermost Team Edition v11.6.2" and "Mattermost Team Edition v11.5.5"
(the lines that read "SHA-256 Checksum: ``TBD``") and substitute the correct
SHA-256 values from the release artifacts before merging/publishing so the
integrity verification workflow can run.
- Around line 14-23: The SHA-256 Checksum fields for "Mattermost Enterprise
Edition v11.6.2" and "v11.5.5" in version-archive.rst currently read "TBD" and
must be replaced with the authoritative checksums from the actual release
artifacts; locate the two checksum lines labeled "SHA-256 Checksum: ``TBD``"
under the blocks for "v11.6.2" and "v11.5.5" and update each to the exact
SHA-256 hex string for the corresponding tarball (the same artifact URL shown on
each block) prior to merging/publishing so the published archive allows proper
verification.
- Around line 522-526: The Team Edition v10.11.16 ESR entry currently has
"SHA-256 Checksum: ``TBD``"; replace that placeholder with the authoritative
SHA-256 hex value taken from the official release artifact (the 10.11.16 Linux
tarball) and keep the existing inline literal formatting (backticks) so the line
reads e.g. SHA-256 Checksum: ``<actual-checksum>``; update the same line in the
version-archive.rst Team Edition v10.11.16 entry and verify the checksum matches
the release artifact before merging.
- Around line 54-58: The SHA-256 placeholder for the Enterprise v10.11.16 ESR
entry must be replaced with the actual checksum from the release artifact;
locate the published tarball named "mattermost-10.11.16-linux-amd64.tar.gz" (the
same URL in the Download/Release lines) and update the "SHA-256 Checksum:
``TBD``" line to the real hex checksum string before merging so the
version-archive entry for "Mattermost Enterprise Edition v10.11.16 *Extended
Support Release (ESR)*" contains the correct integrity value.

---

Outside diff comments:
In `@source/deployment-guide/server/linux/deploy-rhel.rst`:
- Around line 38-54: The example download URLs under "Step 3: Download the
latest Mattermost Server tarball" reference a 11.6.2 asset that returns HTTP
403; update the documentation to point to an accessible release or to a stable
canonical URL (e.g., use the actual released version that exists or a /latest/
redirect) by replacing the hard-coded 11.6.2 and 10.11.16 example links with
verified, publicly accessible tarball URLs (or a variable placeholder such as
{VERSION} with guidance to choose a published release), and confirm the links
used in the "Latest release" and "Current ESR" code blocks are reachable.

In `@source/product-overview/mattermost-server-releases.md`:
- Around line 18-31: The "Latest releases" table row for v11.6 (the line
containing the download URL string
"https://releases.mattermost.com/11.6.2/mattermost-11.6.2-linux-amd64.tar.gz" in
the "v11.6" table entry) points to a URL returning 403; verify the release was
published to that exact path and fix the entry by updating the download URL to
the correct published path (or remove/replace it with an alternate working
link), and while you're there validate the paired SBOM links and the download
URLs for v11.5 (the "v11.5" entry) and v10.11 (the "v10.11" entry) return HTTP
200; commit the corrected link(s) in the "Latest releases" table so the landing
page uses only accessible URLs.
🪄 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: c81a323d-eb72-4bb2-b01d-5bc7d5320307

📥 Commits

Reviewing files that changed from the base of the PR and between 560c09f and 5a4909f.

📒 Files selected for processing (6)
  • source/deployment-guide/server/linux/deploy-rhel.rst
  • source/deployment-guide/server/linux/deploy-tar.rst
  • source/product-overview/mattermost-server-releases.md
  • source/product-overview/mattermost-v10-changelog.md
  • source/product-overview/mattermost-v11-changelog.md
  • source/product-overview/version-archive.rst

Comment thread source/product-overview/version-archive.rst
Comment thread source/product-overview/version-archive.rst
Comment thread source/product-overview/version-archive.rst
Comment thread source/product-overview/version-archive.rst
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

Newest code from mattermost has been published to preview environment for Git SHA 9a880be

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

Newest code from mattermost has been published to preview environment for Git SHA c26c48e

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

Newest code from mattermost has been published to preview environment for Git SHA dd7bf0c

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

Newest code from mattermost has been published to preview environment for Git SHA 49b3c61

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

Newest code from mattermost has been published to preview environment for Git SHA 317c669

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

Newest code from mattermost has been published to preview environment for Git SHA 5d7ad32

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

Newest code from mattermost has been published to preview environment for Git SHA b5eae3b

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

🤖 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/product-overview/mattermost-v10-changelog.md`:
- Line 83: Update the malformed release header "- **10.11.16, released **" to
include the actual release date in YYYY-MM-DD format and remove the extra space
inside the emphasis, e.g. replace it with "- **10.11.16, released 2024-05-04**"
(use the correct date for the release) so the bold emphasis is well-formed and
MD037 is resolved.

In `@source/product-overview/mattermost-v11-changelog.md`:
- Line 19: Replace the placeholder "released " in the bold release headings with
actual release dates (format YYYY-MM-DD): update the string "**11.6.2, released
**" to "**11.6.2, released YYYY-MM-DD**" and likewise update the other
occurrence at the later heading (the bold line around line 159) to include its
correct date; ensure there are no extra spaces inside the bold markers so the
MD037 warning is resolved.
🪄 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: 87efd1fd-97c4-4717-a1e5-8ca1600bff56

📥 Commits

Reviewing files that changed from the base of the PR and between 5a4909f and b5eae3b.

📒 Files selected for processing (3)
  • source/administration-guide/upgrade/important-upgrade-notes.rst
  • source/product-overview/mattermost-v10-changelog.md
  • source/product-overview/mattermost-v11-changelog.md
✅ Files skipped from review due to trivial changes (1)
  • source/administration-guide/upgrade/important-upgrade-notes.rst

Comment thread source/product-overview/mattermost-v10-changelog.md
Comment thread source/product-overview/mattermost-v11-changelog.md
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Newest code from mattermost has been published to preview environment for Git SHA 6a44fdf

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Newest code from mattermost has been published to preview environment for Git SHA 3e65ac9

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Newest code from mattermost has been published to preview environment for Git SHA c0c436c

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

Labels

Work In Progress Not yet ready for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dot release docs for server v11.6.2, 11.5.5, v10.11.16

2 participants