Dot release docs for v11.8.4, v11.7.7, and v10.11.22#9087
Conversation
|
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 add Mattermost v10.11.22, v11.8.4, and v11.7.7 release notes and update deployment links, release tables, and Enterprise/Team archive entries. ChangesRelease version bump documentation
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested labels: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ 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.
Pull request overview
Prepares Mattermost documentation for the upcoming v10.11.22 ESR dot release by updating release references across the changelog and archive pages.
Changes:
- Add a v10.11.22 entry to the v10 changelog.
- Bump the v10.11 row in the server releases table to point to 10.11.22 artifacts and SBOM links.
- Update the version archive entries (Enterprise/Team) from 10.11.21 to 10.11.22.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| source/product-overview/version-archive.rst | Updates Enterprise/Team archive entries to v10.11.22 (currently with placeholder checksums). |
| source/product-overview/mattermost-v10-changelog.md | Adds the v10.11.22 changelog entry, including a planned release date and bullet list of changes. |
| source/product-overview/mattermost-server-releases.md | Updates the v10.11 row download + SBOM links to v10.11.22. |
|
Newest code from mattermost has been published to preview environment for Git SHA cb72551 |
|
Newest code from mattermost has been published to preview environment for Git SHA 537f870 |
|
Newest code from mattermost has been published to preview environment for Git SHA 23ebcb7 |
|
Newest code from mattermost has been published to preview environment for Git SHA 5222527 |
|
Newest code from mattermost has been published to preview environment for Git SHA 96d13f4 |
|
Newest code from mattermost has been published to preview environment for Git SHA 733cdec |
|
Newest code from mattermost has been published to preview environment for Git SHA ee5e615 |
There was a problem hiding this comment.
Actionable comments posted: 1
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (3)
source/product-overview/mattermost-v11-changelog.md (1)
370-380: 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick winUse a repository-relative upgrade-guide link.
Line 371 repeats the absolute internal documentation URL. Use the repository-relative Markdown link instead.
As per coding guidelines, in
.mdfiles, use relative Markdown links for whole documentation pages.🤖 Prompt for 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. In `@source/product-overview/mattermost-v11-changelog.md` around lines 370 - 380, Update the upgrading link in the v11.7.7 changelog entry to use the repository-relative Markdown path for the upgrade guide instead of the absolute docs.mattermost.com URL. Keep the link text and surrounding release notes unchanged.Source: Coding guidelines
source/product-overview/version-archive.rst (2)
19-28: 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick winUse native Sphinx links for the new changelog references.
The new rows hard-code internal
docs.mattermost.comchangelog URLs. Replace these with:doc:links for whole pages or:ref:links to the corresponding release labels.As per coding guidelines, in
.rstfiles, use:doc:for page links and prefer:ref:for durable cross-page section links.Also applies to: 69-73, 502-511, 552-556
🤖 Prompt for 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. In `@source/product-overview/version-archive.rst` around lines 19 - 28, Replace the hard-coded docs.mattermost.com changelog URLs in the version archive entries, including the v11.8.4 and v11.7.7 rows and the additionally affected rows, with native Sphinx links. Use :doc: for whole-page references or the corresponding :ref: release labels for durable release-section links, while preserving the displayed link text and other release metadata.Source: Coding guidelines
19-28: 🔒 Security & Privacy | 🟠 Major | ⚡ Quick winPopulate the release checksums before publishing the archive.
The new Enterprise and Team Edition entries publish
TBDinstead of SHA-256 digests. Because this page directs administrators to verify the official, unmodified release using those checksums, the verification workflow is currently unusable for v11.8.4, v11.7.7, and v10.11.22. Replace every placeholder with the actual release checksum before merging.Also applies to: 69-73, 502-511, 552-556
🤖 Prompt for 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. In `@source/product-overview/version-archive.rst` around lines 19 - 28, Replace every SHA-256 Checksum placeholder marked TBD in the new Enterprise and Team Edition release entries, including v11.8.4, v11.7.7, and v10.11.22, with the actual corresponding release digests. Ensure each checksum matches its published archive before merging.
🧹 Nitpick comments (1)
source/product-overview/mattermost-v11-changelog.md (1)
183-186: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick winUse repository-native links for internal documentation.
The new entries hard-code internal Mattermost documentation URLs. Use relative Markdown links in the changelog and native Sphinx cross-references in the archive.
source/product-overview/mattermost-v11-changelog.mdLines 183-186: convert the v11.8.4 upgrade link to a relative Markdown link.source/product-overview/mattermost-v11-changelog.mdLines 370-380: convert the v11.7.7 upgrade link to a relative Markdown link.source/product-overview/version-archive.rstLines 19-28: use:doc:or:ref:for the v11.8.4 changelog link.source/product-overview/version-archive.rstLines 69-73: use:doc:or:ref:for the v10.11.22 changelog link.source/product-overview/version-archive.rstLines 502-511: use:doc:or:ref:for the v11.8.4/v11.7.7 changelog links.source/product-overview/version-archive.rstLines 552-556: use:doc:or:ref:for the v10.11.22 changelog link.As per coding guidelines, internal documentation links must use repo-appropriate Markdown or Sphinx link syntax.
🤖 Prompt for 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. In `@source/product-overview/mattermost-v11-changelog.md` around lines 183 - 186, Replace the hard-coded internal documentation URLs with repository-native links: in source/product-overview/mattermost-v11-changelog.md lines 183-186 and 370-380, use relative Markdown links for the upgrade references; in source/product-overview/version-archive.rst lines 19-28, 69-73, 502-511, and 552-556, use appropriate :doc: or :ref: cross-references for the referenced changelogs.Source: Coding guidelines
🤖 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/product-overview/mattermost-v11-changelog.md`:
- Around line 183-186: Update the [Upgrading] link in the 11.8.4 changelog entry
to use the repository-relative Markdown path
../administration-guide/upgrade/upgrading-mattermost-server.md instead of the
absolute documentation URL; leave the surrounding release notes unchanged.
---
Outside diff comments:
In `@source/product-overview/mattermost-v11-changelog.md`:
- Around line 370-380: Update the upgrading link in the v11.7.7 changelog entry
to use the repository-relative Markdown path for the upgrade guide instead of
the absolute docs.mattermost.com URL. Keep the link text and surrounding release
notes unchanged.
In `@source/product-overview/version-archive.rst`:
- Around line 19-28: Replace the hard-coded docs.mattermost.com changelog URLs
in the version archive entries, including the v11.8.4 and v11.7.7 rows and the
additionally affected rows, with native Sphinx links. Use :doc: for whole-page
references or the corresponding :ref: release labels for durable release-section
links, while preserving the displayed link text and other release metadata.
- Around line 19-28: Replace every SHA-256 Checksum placeholder marked TBD in
the new Enterprise and Team Edition release entries, including v11.8.4, v11.7.7,
and v10.11.22, with the actual corresponding release digests. Ensure each
checksum matches its published archive before merging.
---
Nitpick comments:
In `@source/product-overview/mattermost-v11-changelog.md`:
- Around line 183-186: Replace the hard-coded internal documentation URLs with
repository-native links: in source/product-overview/mattermost-v11-changelog.md
lines 183-186 and 370-380, use relative Markdown links for the upgrade
references; in source/product-overview/version-archive.rst lines 19-28, 69-73,
502-511, and 552-556, use appropriate :doc: or :ref: cross-references for the
referenced changelogs.
🪄 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: f8f05aa6-ce2d-4e04-8c08-2e8ceb58cf29
📒 Files selected for processing (5)
source/deployment-guide/server/linux/deploy-rhel.rstsource/deployment-guide/server/linux/deploy-tar.rstsource/product-overview/mattermost-server-releases.mdsource/product-overview/mattermost-v11-changelog.mdsource/product-overview/version-archive.rst
🚧 Files skipped from review as they are similar to previous changes (1)
- source/product-overview/mattermost-server-releases.md
|
Newest code from mattermost has been published to preview environment for Git SHA b5a05ae |
|
Newest code from mattermost has been published to preview environment for Git SHA d1f1de3 |
|
Newest code from mattermost has been published to preview environment for Git SHA fe45354 |
|
Newest code from mattermost has been published to preview environment for Git SHA 1261546 |
|
Newest code from mattermost has been published to preview environment for Git SHA 4562bf1 |
* Update mattermost-v11-changelog.md (#9098) * Update generate_changelog.py * Update generate_changelog.py * Enhance SAML configuration instructions for Mattermost (#8914) * Enhance SAML configuration instructions for Mattermost Updated instructions for configuring SAML attributes and claims in Entra for Mattermost integration, including detailed explanations of required and additional claims. * Update sso-saml-entraid.rst * Update sso-saml-entraid.rst * Update sso-saml-entraid.rst * Add image for Tenant ID location in Entra Added an image reference for the Tenant ID location in Entra. * Add files via upload * Fix formatting of image attributes in SSO SAML guide * Update source/administration-guide/onboard/sso-saml-entraid.rst Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update source/administration-guide/onboard/sso-saml-entraid.rst Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update source/administration-guide/onboard/sso-saml-entraid.rst Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update source/administration-guide/onboard/sso-saml-entraid.rst Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update source/administration-guide/onboard/sso-saml-entraid.rst Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Add files via upload * Update source/administration-guide/onboard/sso-saml-entraid.rst Make assigning users/groups the default path in step 8; move the "Assignment required? = No" option into a warning directive that notes it grants access to all tenant users and prompts the reader to evaluate fit for their environment. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Update source/administration-guide/onboard/sso-saml-entraid.rst Clarify Sign Request step to distinguish Mattermost signing outbound AuthnRequests from Entra signing responses/assertions; specify that Entra requires RSA-SHA256 for signed requests; add missing Entra-side step to upload the SP public certificate under Verification certificates. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Combs7th <147677911+Combs7th@users.noreply.github.com> --------- Co-authored-by: Katie Wiersgalla <39744472+wiersgallak@users.noreply.github.com> Co-authored-by: Sven Hüster <sven@mattermost.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Combs7th <147677911+Combs7th@users.noreply.github.com>
|
Newest code from mattermost has been published to preview environment for Git SHA 1ec89b2 |
|
Newest code from mattermost has been published to preview environment for Git SHA bb374d3 |
|
Newest code from mattermost has been published to preview environment for Git SHA 4dadc65 |
|
Newest code from mattermost has been published to preview environment for Git SHA 185ce4e |
|
Newest code from mattermost has been published to preview environment for Git SHA 9f03fc5 |
|
Newest code from mattermost has been published to preview environment for Git SHA 3af800b |
|
Newest code from mattermost has been published to preview environment for Git SHA 8663ec1 |
🤖 Generated with Claude Code