Skip to content

Commit 7cf74f3

Browse files
Dot release docs for v11.10.1 (#9156)
* Dot release docs for server v11.10.1 Update deployment guides, server releases table, v11 changelog, and version archive (Enterprise + Team Edition) for the v11.10.1 dot release. SHA-256 checksums and the v11.10.1 changelog entry are left as TBD placeholders and need to be filled in from the release artifacts. Co-authored-by: Amy Blais <29708087+amyblais@users.noreply.github.com> * Update mattermost-v11-changelog.md * Update mattermost-v11-changelog.md * Update important-upgrade-notes.rst * Update important-upgrade-notes.rst * Update important-upgrade-notes.rst * Update mattermost-v11-changelog.md * Update mattermost-v11-changelog.md * Update mattermost-v11-changelog.md * Update version-archive.rst * Update deprecated-features.rst --------- Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
1 parent e069c4e commit 7cf74f3

7 files changed

Lines changed: 42 additions & 15 deletions

File tree

source/administration-guide/upgrade/important-upgrade-notes.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ We recommend reviewing the `additional upgrade notes <#additional-upgrade-notes>
1212
| If you're upgrading | Then... |
1313
| from a version earlier than... | |
1414
+====================================================+==================================================================================================================================================================+
15-
| v11.10 | This migration adds a new composite index, ``idx_propertyvalues_groupid_updateat_id``, on the ``PropertyValues`` table covering the columns ``GroupID``, |
15+
| v11.10 | Starting with v11.10.1, the updated ``glibc-openssl-fips`` bundle includes a new OpenSSL build that enforces the FIPS minimum key length of 112 bits for HMAC |
16+
| | operations. The PostgreSQL driver (lib/pq) passes the database password as the HMAC key during SCRAM authentication, so a password shorter than 112 bits, or 14 |
17+
| | ASCII characters, now causes a panic on connect rather than a graceful failure. Before upgrading, FIPS deployments should verify that the password in |
18+
| | ``SqlSettings.DataSource`` is at least 14 characters and rotate it in PostgreSQL if it is shorter. Standard, non-FIPS builds are unaffected. |
19+
| +------------------------------------------------------------------------------------------------------------------------------------------------------------------+
20+
| | This migration adds a new composite index, ``idx_propertyvalues_groupid_updateat_id``, on the ``PropertyValues`` table covering the columns ``GroupID``, |
1621
| | ``UpdateAt``, and ``ID``. The ``PropertyValues`` table is part of the Properties/Custom Attributes feature introduced in recent Mattermost versions. This index |
1722
| | improves query performance for lookups and range scans that filter or sort by ``GroupID`` and ``UpdateAt``, which are common access patterns for this feature. |
1823
| | The index is created using ``CONCURRENTLY``, so the build process does not block concurrent reads or writes against the ``PropertyValues`` table. The migrations |

source/deployment-guide/server/linux/deploy-rhel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In a terminal window, ssh onto the system that will host the Mattermost Server.
4444

4545
.. code-block:: sh
4646
47-
wget https://releases.mattermost.com/11.10.0/mattermost-11.10.0-linux-amd64.tar.gz
47+
wget https://releases.mattermost.com/11.10.1/mattermost-11.10.1-linux-amd64.tar.gz
4848
4949
.. tab:: Current ESR
5050

source/deployment-guide/server/linux/deploy-tar.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In a terminal window, ssh onto the system that will host the Mattermost Server.
4545

4646
.. code-block:: sh
4747
48-
wget https://releases.mattermost.com/11.10.0/mattermost-11.10.0-linux-amd64.tar.gz
48+
wget https://releases.mattermost.com/11.10.1/mattermost-11.10.1-linux-amd64.tar.gz
4949
5050
.. tab:: Current ESR
5151

source/product-overview/deprecated-features.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Mattermost Server v12.0 (October 2026)
1616
- Starting with Mattermost Server v12.0 (October 2026), user sessions and personal access tokens (PATs) can no longer set post identity or display-override props. Some deployments have relied on forging props such as ``from_webhook`` with ``override_username`` and ``override_icon_url`` so posts appear under a custom name and icon — a pattern indistinguishable from impersonation. In v12.0, the server strips these props from client and PAT payloads and re-applies them only under verified integration authority. Posts are still created, but forged props are silently removed and the message appears as the authenticating user, with no error returned. Legitimate integrations are unaffected: incoming webhooks and slash commands can still override the username and icon when enabled in the System Console, and bots post as the bot account. Admins relying on PAT forging should migrate those scripts to an incoming webhook or bot account before upgrading. See the `forum post <https://forum.mattermost.com/t/starting-with-mattermost-v12-0-october-2026-user-and-personal-access-token-pat-sessions-can-no-longer-set-post-identity-or-display-override-props/26052>`_ for full details and migration options.
1717
- Starting with Mattermost Server v12.0 (October 2026), deprecated interactive dialog ``date/datetime`` fields will be removed. Top-level ``min_date``, ``max_date``, and ``time_interval``, and ``datetime_config.allow_manual_time_entry``, will no longer be accepted; use ``datetime_config`` (with ``manual_time_entry``) instead. Legacy keys will be silently ignored.
1818
- Starting with Mattermost Server v12.0 (October 2026), deprecated Slack compatibility type aliases and functions will be removed (``SlackAttachment``, ``SlackAttachmentField``, ``ParseSlackAttachment``, ``StringifySlackFieldValue``) from the go package. Use ``MessageAttachment``, ``MessageAttachmentField``, ``ParseMessageAttachment``, and ``StringifyMessageAttachmentFieldValue`` instead.
19+
- Starting with Mattermost Server v12.0 (October 2026), a set of unused configuration settings will be removed: ``ElasticsearchSettings.BulkIndexingTimeWindowSeconds``, ``ClusterSettings.EnableExperimentalGossipEncryption``, ``ExperimentalSettings.ClientSideCertEnable``, ``TeamSettings.ExperimentalViewArchivedChannels``, ``CloudSettings.CWSMock``, ``PluginSettings.ChimeraOAuthProxyURL``, ``DataRetentionSettings.EnableBoardsDeletion``, ``DataRetentionSettings.BoardsRetentionDays``, ``SqlSettings.AtRestEncryptKey``, ``NativeAppSettings.EnableIntuneMAM``, and ``GuestAccountsSettings.AllowEmailAccounts``. Removed fields present in an existing ``config.json`` are ignored, and the server will start normally, so no configuration changes are required before upgrading. Admins using ``NativeAppSettings.EnableIntuneMAM`` should use ``IntuneSettings.Enable`` instead.
1920

2021
Mattermost Mobile App v2.45 (October 2026)
2122
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

source/product-overview/mattermost-server-releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Mattermost releases a new server version on the 16th of each month in [binary fo
1919

2020
| **Release** | **Released on** | **Support ends** |
2121
|:---|:---|:---|
22-
| v11.10 [Download](https://releases.mattermost.com/11.10.0/mattermost-11.10.0-linux-amd64.tar.gz) \| {ref}`Changelog <release-v11.10-feature-release>` \| <details class="mm-sbom"><summary>SBOM</summary><ul><li><a href="https://github.com/mattermost/mattermost/releases/download/v11.10.0/sbom-mattermost-v11.10.0.json">Team Edition</a></li><li><a href="https://releases.mattermost.com/11.10.0/sbom-enterprise-v11.10.0.json">Enterprise</a></li></ul></details> | 2026-08-14 | 2026-11-15 |
22+
| v11.10 [Download](https://releases.mattermost.com/11.10.1/mattermost-11.10.1-linux-amd64.tar.gz) \| {ref}`Changelog <release-v11.10-feature-release>` \| <details class="mm-sbom"><summary>SBOM</summary><ul><li><a href="https://github.com/mattermost/mattermost/releases/download/v11.10.1/sbom-mattermost-v11.10.1.json">Team Edition</a></li><li><a href="https://releases.mattermost.com/11.10.1/sbom-enterprise-v11.10.1.json">Enterprise</a></li></ul></details> | 2026-08-14 | 2026-11-15 |
2323
| v11.9 [Download](https://releases.mattermost.com/11.9.1/mattermost-11.9.1-linux-amd64.tar.gz) \| {ref}`Changelog <release-v11.9-feature-release>` \| <details class="mm-sbom"><summary>SBOM</summary><ul><li><a href="https://github.com/mattermost/mattermost/releases/download/v11.9.1/sbom-mattermost-v11.9.1.json">Team Edition</a></li><li><a href="https://releases.mattermost.com/11.9.1/sbom-enterprise-v11.9.1.json">Enterprise</a></li></ul></details> | 2026-07-16 | 2026-10-15 |
2424
| v11.8 [Download](https://releases.mattermost.com/11.8.5/mattermost-11.8.5-linux-amd64.tar.gz) \| {ref}`Changelog <release-v11.8-feature-release>` \| <details class="mm-sbom"><summary>SBOM</summary><ul><li><a href="https://github.com/mattermost/mattermost/releases/download/v11.8.5/sbom-mattermost-v11.8.5.json">Team Edition</a></li><li><a href="https://releases.mattermost.com/11.8.5/sbom-enterprise-v11.8.5.json">Enterprise</a></li></ul></details> | 2026-06-16 | 2026-09-15 |
2525
| v11.7 [Download](https://releases.mattermost.com/11.7.9/mattermost-11.7.9-linux-amd64.tar.gz) \| {ref}`Changelog <release-v11.7-extended-support-release>` \| <details class="mm-sbom"><summary>SBOM</summary><ul><li><a href="https://github.com/mattermost/mattermost/releases/download/v11.7.9/sbom-mattermost-v11.7.9.json">Team Edition</a></li><li><a href="https://releases.mattermost.com/11.7.9/sbom-enterprise-v11.7.9.json">Enterprise</a></li></ul></details> | 2026-05-15 | 2027-05-15 {ref}`EXTENDED <release-types>` |

source/product-overview/mattermost-v11-changelog.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,28 @@ Platform and OS scope reflects reported and tested environments and may not repr
1616
(release-v11.10-feature-release)=
1717
## Release v11.10 - [Feature Release](https://docs.mattermost.com/product-overview/release-policy.html#release-types)
1818

19-
**Release Day: 2026-08-14**
19+
```{Attention}
20+
**Breaking Changes**
21+
- Starting with v11.10.1, the updated ``glibc-openssl-fips`` bundle includes a new OpenSSL build that enforces the FIPS minimum key length of 112 bits for HMAC operations. The PostgreSQL driver (lib/pq) passes the database password as the HMAC key during SCRAM authentication, so a password shorter than 112 bits, or 14 ASCII characters, now causes a panic on connect rather than a graceful failure. Before upgrading, FIPS deployments should verify that the password in ``SqlSettings.DataSource`` is at least 14 characters and rotate it in PostgreSQL if it is shorter. Standard, non-FIPS builds are unaffected.
22+
```
23+
24+
- **11.10.1, released 2026-08-25**
25+
- Go runtime was updated from 1.26.4 to 1.26.7.
26+
- Fixed an issue where the **Classification Markings** section in the **System Console** was accessible and configurable under an Enterprise license; it is now correctly gated behind an Enterprise Advanced license and shows an upgrade prompt for lower tiers.
27+
- Fixed an issue where a single video attachment was hidden from a post when image previews were set to collapsed, leaving no filename, thumbnail, or expand control.
28+
- Updated ``getFile`` API validation to check for content reviewer earlier.
29+
- Updated Slack import to handle user matching differently depending on the import type.
30+
- Updated the local image proxy to enforce a maximum size limit when fetching images directly.
31+
- Added signing/verification for RelayState in SAML flow.
32+
- Updated how team admin status is assigned when a user joins a team.
33+
- Prevented a post belonging to Direct/Group Message from being quarantined.
34+
- Updated how post and thread payloads handle interactive-message action data.
35+
- Fixed an edge case in team invitation handling.
36+
- Fixed an issue where certain role update requests for channel and team members were not fully validated.
37+
- Enhanced team search to only display teams relevant and accessible to the requesting user.
38+
- Updated account type switch handling.
39+
- **11.10.0, released 2026-08-14**
40+
- Original 11.10.0 release.
2041

2142
### Upgrade Impact
2243

source/product-overview/version-archive.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ If you want to check that the version of Mattermost you are installing is the of
1111

1212
.. tab:: Mattermost Enterprise
1313

14-
Mattermost Enterprise Edition v11.10.0 - `View Changelog <https://docs.mattermost.com/product-overview/mattermost-v11-changelog.html#release-v11-10-feature-release>`__ - `Download <https://releases.mattermost.com/11.10.0/mattermost-11.10.0-linux-amd64.tar.gz?src=arc>`__
15-
- ``https://releases.mattermost.com/11.10.0/mattermost-11.10.0-linux-amd64.tar.gz``
16-
- SHA-256 Checksum: ``8ae404ed0c0fbab2b01c00c031b9d0f3e17c51007e3bb3401bebaf3e60da0c3e``
17-
- GPG Signature: https://releases.mattermost.com/11.10.0/mattermost-11.10.0-linux-amd64.tar.gz.sig
18-
- SBOM Download Link: https://releases.mattermost.com/11.10.0/sbom-enterprise-v11.10.0.json
14+
Mattermost Enterprise Edition v11.10.1 - `View Changelog <https://docs.mattermost.com/product-overview/mattermost-v11-changelog.html#release-v11-10-feature-release>`__ - `Download <https://releases.mattermost.com/11.10.1/mattermost-11.10.1-linux-amd64.tar.gz?src=arc>`__
15+
- ``https://releases.mattermost.com/11.10.1/mattermost-11.10.1-linux-amd64.tar.gz``
16+
- SHA-256 Checksum: ``43259570cc109c674f18db5b4a2b9f5a0b5dcd0eead65ef6df62bf286333e8de``
17+
- GPG Signature: https://releases.mattermost.com/11.10.1/mattermost-11.10.1-linux-amd64.tar.gz.sig
18+
- SBOM Download Link: https://releases.mattermost.com/11.10.1/sbom-enterprise-v11.10.1.json
1919
Mattermost Enterprise Edition v11.9.1 - `View Changelog <https://docs.mattermost.com/product-overview/mattermost-v11-changelog.html#release-v11-9-feature-release>`__ - `Download <https://releases.mattermost.com/11.9.1/mattermost-11.9.1-linux-amd64.tar.gz?src=arc>`__
2020
- ``https://releases.mattermost.com/11.9.1/mattermost-11.9.1-linux-amd64.tar.gz``
2121
- SHA-256 Checksum: ``0a7a38eb36ba91ee5ff1438957f4138a985befcfdaee1dedc9953067a2ba72ef``
@@ -499,11 +499,11 @@ If you want to check that the version of Mattermost you are installing is the of
499499

500500
We generally recommend installing Enterprise Edition, even if you don't currently need a license. This provides the flexibility to seamlessly unlock Enterprise features should you need them. However, if you only want to install software with a fully open source code base, then Team Edition is the best choice for you.
501501

502-
Mattermost Team Edition v11.10.0 - `View Changelog <https://docs.mattermost.com/product-overview/mattermost-v11-changelog.html#release-v11-10-feature-release>`__ - `Download <https://releases.mattermost.com/11.10.0/mattermost-team-11.10.0-linux-amd64.tar.gz?src=arc>`__
503-
- ``https://releases.mattermost.com/11.10.0/mattermost-team-11.10.0-linux-amd64.tar.gz``
504-
- SHA-256 Checksum: ``376f4be1fcd83bd65ab3f4dc580ba87684e4caed93d357e965b95703854f7c05``
505-
- GPG Signature: https://releases.mattermost.com/11.10.0/mattermost-team-11.10.0-linux-amd64.tar.gz.sig
506-
- SBOM Download Link: https://github.com/mattermost/mattermost/releases/download/v11.10.0/sbom-mattermost-v11.10.0.json
502+
Mattermost Team Edition v11.10.1 - `View Changelog <https://docs.mattermost.com/product-overview/mattermost-v11-changelog.html#release-v11-10-feature-release>`__ - `Download <https://releases.mattermost.com/11.10.1/mattermost-team-11.10.1-linux-amd64.tar.gz?src=arc>`__
503+
- ``https://releases.mattermost.com/11.10.1/mattermost-team-11.10.1-linux-amd64.tar.gz``
504+
- SHA-256 Checksum: ``df0c8fe41c1dbae8110be71d0db40bccdba17120e3e30da20ab1dee8b9354503``
505+
- GPG Signature: https://releases.mattermost.com/11.10.1/mattermost-team-11.10.1-linux-amd64.tar.gz.sig
506+
- SBOM Download Link: https://github.com/mattermost/mattermost/releases/download/v11.10.1/sbom-mattermost-v11.10.1.json
507507
Mattermost Team Edition v11.9.1 - `View Changelog <https://docs.mattermost.com/product-overview/mattermost-v11-changelog.html#release-v11-9-feature-release>`__ - `Download <https://releases.mattermost.com/11.9.1/mattermost-team-11.9.1-linux-amd64.tar.gz?src=arc>`__
508508
- ``https://releases.mattermost.com/11.9.1/mattermost-team-11.9.1-linux-amd64.tar.gz``
509509
- SHA-256 Checksum: ``0165795db023f3262f2e3de0a6e20e160a21bf9d8375ee13d5323a1966d73a2f``

0 commit comments

Comments
 (0)