Skip to content

v11.6.1, v11.5.4, v11.4.5, v10.11.15 docs#8907

Open
amyblais wants to merge 10 commits intomasterfrom
claude/issue-8905-20260416-1404
Open

v11.6.1, v11.5.4, v11.4.5, v10.11.15 docs#8907
amyblais wants to merge 10 commits intomasterfrom
claude/issue-8905-20260416-1404

Conversation

@amyblais
Copy link
Copy Markdown
Member

@amyblais amyblais commented Apr 17, 2026

Release dates to be added when ready.


Resolves #8905

Generated with Claude Code

- Update deploy-rhel.rst and deploy-tar.rst download links
- Update mattermost-server-releases.md table entries
- Add v11.6.1, v11.5.4, v11.4.5 entries to v11 changelog
- Add v10.11.15 entry to v10 changelog
- Update version-archive.rst (Enterprise + Team Edition) for all 4 releases

Note: SHA-256 checksums in version-archive.rst are marked TBD and
need to be filled in with the actual values from the release binaries.

Co-authored-by: Amy Blais <amyblais@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 17, 2026 06:54
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 17, 2026

📝 Walkthrough

Walkthrough

Documentation updates for dot releases v11.6.1, v11.5.4, v11.4.5 and v10.11.15: bumped download URLs and artifact links, added patch changelog entries (including security fixes, plugin updates, integration URL validation notes, and Go 1.25.8 upgrade), and marked checksums as TBD in the version archive.

Changes

Cohort / File(s) Summary
Deployment Guides
source/deployment-guide/server/linux/deploy-rhel.rst, source/deployment-guide/server/linux/deploy-tar.rst
Updated wget download URLs and tarball versions for latest and ESR releases (11.6.0 → 11.6.1, 10.11.14 → 10.11.15).
Release Metadata / Downloads
source/product-overview/mattermost-server-releases.md, source/product-overview/version-archive.rst
Bumped release rows and download/SBOM/GPG links to new patch versions (v11.6.1, v11.5.4, v11.4.5, v10.11.15); replaced some SHA-256 checksum values with TBD.
Changelogs
source/product-overview/mattermost-v10-changelog.md, source/product-overview/mattermost-v11-changelog.md
Added v10.11.15 and patch releases (v11.6.1, v11.5.4, v11.4.5) entries documenting security fixes, plugin version bumps (Zoom v1.13.0, GitHub v2.7.0, Boards v9.2.4), integration URL validation/outgoing webhook handling notes, new PUT channels members endpoint mention, Go 1.25.8 upgrade, and no DB/functional changes.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related issues

  • mattermost/docs#8902: Modifies the same release-related documentation files to update ESR/release version entries and download URLs — this PR appears to address the same objectives.

Possibly related PRs

  • mattermost/docs#8883: Related — modifies source/product-overview/version-archive.rst and introduced v11.6.0 entries that this PR advances to v11.6.1.
  • mattermost/docs#8897: Related — overlaps on product-overview release tables and v11 changelog patch entries.
  • mattermost/docs#8843: Related — similar updates to versioned download URLs, tarball wget commands, changelogs, and version-archive entries.

Suggested labels

Guidance

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title directly lists the four dot-release versions being documented (v11.6.1, v11.5.4, v11.4.5, v10.11.15) and clearly indicates this is a documentation update, accurately reflecting the main changeset.
Description check ✅ Passed The description mentions resolving issue #8905 and indicates release dates will be added later, which directly relates to the dot-release documentation updates in the changeset.
Linked Issues check ✅ Passed All six documentation files specified in issue #8905 have been updated: deployment guides updated with new version URLs, release tables and changelogs updated with new entries, and version archive updated with new artifact links and checksums.
Out of Scope Changes check ✅ Passed All changes are scoped to documentation updates for the four specified dot-release versions across the six identified files, with no unrelated or out-of-scope modifications.
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-8905-20260416-1404

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.

@amyblais amyblais added the Work In Progress Not yet ready for review label Apr 17, 2026
@github-actions
Copy link
Copy Markdown
Contributor

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

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 the Mattermost documentation set to reflect the latest dot releases for the v11.6, v11.5, v11.4 trains and the v10.11 ESR train, aligning download/install instructions and release notes with the new patch versions.

Changes:

  • Update Linux deployment guides (deploy-tar.rst, deploy-rhel.rst) to download v11.6.1 and v10.11.15.
  • Add dot-release entries to the v11 and v10 changelogs for v11.6.1, v11.5.4, v11.4.5, and v10.11.15.
  • Update the server releases table and version archive to reference the new patch versions.

Reviewed changes

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

Show a summary per file
File Description
source/product-overview/version-archive.rst Updates the “latest” archive entries to the new dot releases for Enterprise and Team editions.
source/product-overview/mattermost-v11-changelog.md Adds entries for v11.6.1, v11.5.4, and v11.4.5.
source/product-overview/mattermost-v10-changelog.md Adds an entry for v10.11.15 (ESR).
source/product-overview/mattermost-server-releases.md Updates “Latest releases” download/SBOM links to the newest patch versions.
source/deployment-guide/server/linux/deploy-tar.rst Updates tarball download commands for Latest release and Current ESR.
source/deployment-guide/server/linux/deploy-rhel.rst Updates tarball download commands for Latest release and Current ESR.

Comment thread source/product-overview/version-archive.rst Outdated
Comment thread source/product-overview/version-archive.rst
Comment thread source/product-overview/version-archive.rst
Comment thread source/product-overview/version-archive.rst Outdated
Comment thread source/product-overview/version-archive.rst
Comment thread source/product-overview/version-archive.rst
Comment thread source/product-overview/mattermost-v11-changelog.md
Comment thread source/product-overview/version-archive.rst Outdated
Comment thread source/product-overview/version-archive.rst
@github-actions
Copy link
Copy Markdown
Contributor

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

@github-actions
Copy link
Copy Markdown
Contributor

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

@github-actions
Copy link
Copy Markdown
Contributor

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

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 79: The changelog entry for version "10.11.15" is missing its release
date; update the markdown line that currently reads "**10.11.15, released **" to
include the actual release date (e.g. "released Month D, YYYY" or the project’s
standard date format) so the entry becomes "**10.11.15, released <date>**".
Ensure the format matches other entries in the file and commit the updated line.

In `@source/product-overview/mattermost-v11-changelog.md`:
- Line 15: Update the three dot-release headings to include their full release
dates and remove the trailing space before the closing bold markers: replace
`**11.6.1, released **`, `**11.5.4, released **`, and `**11.4.5, released **`
with the format `**11.6.1, released YYYY-MM-DD**`, `**11.5.4, released
YYYY-MM-DD**`, and `**11.4.5, released YYYY-MM-DD**` (substitute the correct
dates) so the versions (11.6.1, 11.5.4, 11.4.5) follow the established
`YYYY-MM-DD` pattern and no extra space remains before `**`.
🪄 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: 619c5bc0-a0a6-4fb7-9000-1ee0c32e6b99

📥 Commits

Reviewing files that changed from the base of the PR and between b7efa47 and 036606d.

📒 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/mattermost-v10-changelog.md
Comment thread source/product-overview/mattermost-v11-changelog.md
@github-actions
Copy link
Copy Markdown
Contributor

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

@amyblais amyblais added Do Not Merge Should not be merged until this label is removed 2: Editor Review Requires review by an editor Do Not Merge/Awaiting Next Release To be merged with the next release (e.g. API documentation updates) and removed Work In Progress Not yet ready for review labels Apr 17, 2026
@amyblais amyblais requested review from Combs7th and esethna April 17, 2026 07:42
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.

♻️ Duplicate comments (1)
source/product-overview/mattermost-v11-changelog.md (1)

15-15: ⚠️ Potential issue | 🟡 Minor

Fill in release dates and remove trailing emphasis-space in dot-release headings.

Line 15, Line 149, and Line 276 still use released with no date and include a trailing space before **, which also triggers MD037.

📝 Minimal fix pattern
-- **11.6.1, released **
+- **11.6.1, released YYYY-MM-DD**
-- **11.5.4, released **
+- **11.5.4, released YYYY-MM-DD**
-- **11.4.5, released **
+- **11.4.5, released YYYY-MM-DD**
As per coding guidelines, “Flag awkward phrasing, punctuation mistakes, tense shifts, and terminology inconsistencies in documentation”.

Also applies to: 149-149, 276-276

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

In `@source/product-overview/mattermost-v11-changelog.md` at line 15, Update the
dot-release headings that read like "**11.6.1, released **" (and the similar
headings for the other dot-releases) to include the actual release date and
remove the trailing space before the closing bold markup so they become e.g.
"**11.6.1, released 2024-03-12**"; locate the headings by searching for the
literal strings like "11.6.1, released" and replace each with the correct date
and no extra space before the final "**".
🧹 Nitpick comments (1)
source/product-overview/mattermost-v11-changelog.md (1)

16-16: Use repo-internal doc links instead of hardcoded docs.mattermost.com URLs in new entries.

The new “Upgrading” links should follow repo-appropriate internal Markdown link style for docs pages.

🔧 Minimal diff
- [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html)
+ [Upgrading](../upgrade/upgrading-mattermost-server.md)
Based on learnings, “Internal links to Mattermost docs should use repo-appropriate internal link syntax instead of hardcoded `https://docs.mattermost.com/...` URLs. Provide a minimal diff (suggested change) when the fix is straightforward and the correct target is clear.”

Also applies to: 150-150, 277-277

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

In `@source/product-overview/mattermost-v11-changelog.md` at line 16, Replace
hardcoded external docs URLs with the repo's internal Markdown doc links: update
the "Upgrading" link that currently points to
https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html to use the
repository's internal docs link syntax for the upgrade page (match how other
docs pages are linked in this repo), and similarly swap the hardcoded
https://mattermost.com/security-updates/ and
https://mattermost.com/security-vulnerability-report/ links to their internal
doc equivalents; apply the same replacements for the other occurrences mentioned
(the entries at the other two locations).
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Duplicate comments:
In `@source/product-overview/mattermost-v11-changelog.md`:
- Line 15: Update the dot-release headings that read like "**11.6.1, released
**" (and the similar headings for the other dot-releases) to include the actual
release date and remove the trailing space before the closing bold markup so
they become e.g. "**11.6.1, released 2024-03-12**"; locate the headings by
searching for the literal strings like "11.6.1, released" and replace each with
the correct date and no extra space before the final "**".

---

Nitpick comments:
In `@source/product-overview/mattermost-v11-changelog.md`:
- Line 16: Replace hardcoded external docs URLs with the repo's internal
Markdown doc links: update the "Upgrading" link that currently points to
https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html to use the
repository's internal docs link syntax for the upgrade page (match how other
docs pages are linked in this repo), and similarly swap the hardcoded
https://mattermost.com/security-updates/ and
https://mattermost.com/security-vulnerability-report/ links to their internal
doc equivalents; apply the same replacements for the other occurrences mentioned
(the entries at the other two locations).

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 4ec108c4-ec1f-4b03-b372-439ee7d1667b

📥 Commits

Reviewing files that changed from the base of the PR and between 036606d and 174a61f.

📒 Files selected for processing (1)
  • source/product-overview/mattermost-v11-changelog.md

@github-actions
Copy link
Copy Markdown
Contributor

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

@github-actions
Copy link
Copy Markdown
Contributor

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

@github-actions
Copy link
Copy Markdown
Contributor

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

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.

♻️ Duplicate comments (2)
source/product-overview/mattermost-v11-changelog.md (1)

15-15: ⚠️ Potential issue | 🟡 Minor

Complete the dot-release dates and remove emphasis-marker spacing.

These three entries are still incomplete and trigger markdown lint (MD037) because of the trailing space before **. Please use the same released YYYY-MM-DD format already used throughout the page.

📝 Minimal suggested diff
-- **11.6.1, released **
+- **11.6.1, released YYYY-MM-DD**

-- **11.5.4, released **
+- **11.5.4, released YYYY-MM-DD**

-- **11.4.5, released **
+- **11.4.5, released YYYY-MM-DD**

As per coding guidelines, “Watch for formatting drift in headings, lists, callouts, code blocks, tables, emphasis, and capitalization that do not match repo conventions.”

Also applies to: 149-149, 279-279

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

In `@source/product-overview/mattermost-v11-changelog.md` at line 15, The heading
entry "**11.6.1, released **" is missing the release date and has an extra space
before the closing emphasis marker; update it to follow the repo convention
"11.6.1, released YYYY-MM-DD" (no trailing space inside the ** markers) and
apply the same fix to the other incomplete releases noted (the other "11.x.x"
entries flagged), ensuring each uses the exact "released YYYY-MM-DD" format and
no extra spacing inside the bold markers.
source/product-overview/mattermost-v10-changelog.md (1)

79-79: ⚠️ Potential issue | 🟡 Minor

Add the missing release date and fix malformed bold text.

**10.11.15, released ** is incomplete and triggers invalid emphasis formatting. Please fill in the date before merge.

Suggested minimal diff
-- **10.11.15, released **
+- **10.11.15, released YYYY-MM-DD**
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@source/product-overview/mattermost-v10-changelog.md` at line 79, The release
heading contains malformed bold markup "**10.11.15, released **" and is missing
the release date; update that line in the markdown (the string "**10.11.15,
released **") to include the actual release date and proper bolding (e.g.,
"**10.11.15, released YYYY-MM-DD**") so the emphasis is valid and the date is
filled in before merging.
🧹 Nitpick comments (1)
source/product-overview/mattermost-v10-changelog.md (1)

80-80: Use repo-internal link syntax for Mattermost docs links.

This changed line uses a hardcoded docs.mattermost.com URL for an internal docs page. Please switch to the repo’s internal link format used for docs sources.

As per coding guidelines, "Internal links to Mattermost docs should use repo-appropriate internal link syntax instead of hardcoded https://docs.mattermost.com/... URLs."

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

In `@source/product-overview/mattermost-v10-changelog.md` at line 80, The line
uses hardcoded external URLs for internal docs—replace the full
"https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html" link (the
anchor text "Upgrading") and the "https://mattermost.com/security-updates/" link
(anchor "security updates page") with the repo’s internal link syntax used
elsewhere in the docs so they resolve internally; keep the visible anchor text
unchanged and ensure link targets point to the corresponding internal docs pages
(also update the adjacent "Mattermost Responsible Disclosure Policy" link if
it’s internal) so the markup matches other files’ internal-link format.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Duplicate comments:
In `@source/product-overview/mattermost-v10-changelog.md`:
- Line 79: The release heading contains malformed bold markup "**10.11.15,
released **" and is missing the release date; update that line in the markdown
(the string "**10.11.15, released **") to include the actual release date and
proper bolding (e.g., "**10.11.15, released YYYY-MM-DD**") so the emphasis is
valid and the date is filled in before merging.

In `@source/product-overview/mattermost-v11-changelog.md`:
- Line 15: The heading entry "**11.6.1, released **" is missing the release date
and has an extra space before the closing emphasis marker; update it to follow
the repo convention "11.6.1, released YYYY-MM-DD" (no trailing space inside the
** markers) and apply the same fix to the other incomplete releases noted (the
other "11.x.x" entries flagged), ensuring each uses the exact "released
YYYY-MM-DD" format and no extra spacing inside the bold markers.

---

Nitpick comments:
In `@source/product-overview/mattermost-v10-changelog.md`:
- Line 80: The line uses hardcoded external URLs for internal docs—replace the
full "https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html" link
(the anchor text "Upgrading") and the "https://mattermost.com/security-updates/"
link (anchor "security updates page") with the repo’s internal link syntax used
elsewhere in the docs so they resolve internally; keep the visible anchor text
unchanged and ensure link targets point to the corresponding internal docs pages
(also update the adjacent "Mattermost Responsible Disclosure Policy" link if
it’s internal) so the markup matches other files’ internal-link format.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 3403a820-27bc-43a0-a265-3b520d13c2cf

📥 Commits

Reviewing files that changed from the base of the PR and between 174a61f and ae9ec10.

📒 Files selected for processing (3)
  • source/product-overview/mattermost-v10-changelog.md
  • source/product-overview/mattermost-v11-changelog.md
  • source/product-overview/version-archive.rst
🚧 Files skipped from review as they are similar to previous changes (1)
  • source/product-overview/version-archive.rst

@github-actions
Copy link
Copy Markdown
Contributor

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

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

Labels

2: Editor Review Requires review by an editor Do Not Merge/Awaiting Next Release To be merged with the next release (e.g. API documentation updates) Do Not Merge Should not be merged until this label is removed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dot release docs for server v11.6.1, 11.5.4, 11.4.5, v10.11.15

3 participants