From f6c56f53c1a89e407169a474d27cb6c26e7cf81d Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 31 Jul 2026 09:32:36 +0000 Subject: [PATCH 1/3] Dot release docs for v11.7.8 --- .../server/linux/deploy-rhel.rst | 2 +- .../server/linux/deploy-tar.rst | 2 +- .../mattermost-server-releases.md | 2 +- .../mattermost-v11-changelog.md | 12 +++++++++++ source/product-overview/version-archive.rst | 20 +++++++++---------- 5 files changed, 25 insertions(+), 13 deletions(-) diff --git a/source/deployment-guide/server/linux/deploy-rhel.rst b/source/deployment-guide/server/linux/deploy-rhel.rst index 4faaa6c0483..d71af689c15 100644 --- a/source/deployment-guide/server/linux/deploy-rhel.rst +++ b/source/deployment-guide/server/linux/deploy-rhel.rst @@ -50,7 +50,7 @@ In a terminal window, ssh onto the system that will host the Mattermost Server. .. code-block:: sh - wget https://releases.mattermost.com/11.7.7/mattermost-11.7.7-linux-amd64.tar.gz + wget https://releases.mattermost.com/11.7.8/mattermost-11.7.8-linux-amd64.tar.gz .. tab:: Older releases diff --git a/source/deployment-guide/server/linux/deploy-tar.rst b/source/deployment-guide/server/linux/deploy-tar.rst index 98498e99fb6..98405a80c65 100644 --- a/source/deployment-guide/server/linux/deploy-tar.rst +++ b/source/deployment-guide/server/linux/deploy-tar.rst @@ -51,7 +51,7 @@ In a terminal window, ssh onto the system that will host the Mattermost Server. .. code-block:: sh - wget https://releases.mattermost.com/11.7.7/mattermost-11.7.7-linux-amd64.tar.gz + wget https://releases.mattermost.com/11.7.8/mattermost-11.7.8-linux-amd64.tar.gz .. tab:: Older releases diff --git a/source/product-overview/mattermost-server-releases.md b/source/product-overview/mattermost-server-releases.md index 23687b1dcb4..9ca738075ba 100644 --- a/source/product-overview/mattermost-server-releases.md +++ b/source/product-overview/mattermost-server-releases.md @@ -21,7 +21,7 @@ Mattermost releases a new server version on the 16th of each month in [binary fo |:---|:---|:---| | v11.9 [Download](https://releases.mattermost.com/11.9.0/mattermost-11.9.0-linux-amd64.tar.gz) \| {ref}`Changelog ` \|
SBOM
| 2026-07-16 | 2026-10-15 | | v11.8 [Download](https://releases.mattermost.com/11.8.4/mattermost-11.8.4-linux-amd64.tar.gz) \| {ref}`Changelog ` \|
SBOM
| 2026-06-16 | 2026-09-15 | -| v11.7 [Download](https://releases.mattermost.com/11.7.7/mattermost-11.7.7-linux-amd64.tar.gz) \| {ref}`Changelog ` \|
SBOM
| 2026-05-15 | 2027-05-15 {ref}`EXTENDED ` | +| v11.7 [Download](https://releases.mattermost.com/11.7.8/mattermost-11.7.8-linux-amd64.tar.gz) \| {ref}`Changelog ` \|
SBOM
| 2026-05-15 | 2027-05-15 {ref}`EXTENDED ` | | v11.6 [Download](https://releases.mattermost.com/11.6.6/mattermost-11.6.6-linux-amd64.tar.gz) \| {ref}`Changelog ` \|
SBOM
| 2026-04-16 | 2026-07-15 | | v11.5 [Download](https://releases.mattermost.com/11.5.7/mattermost-11.5.7-linux-amd64.tar.gz) \| {ref}`Changelog ` \|
SBOM
| 2026-03-16 | 2026-06-15 | | v11.4 [Download](https://releases.mattermost.com/11.4.5/mattermost-11.4.5-linux-amd64.tar.gz) \| {ref}`Changelog ` \|
SBOM
| 2026-02-16 | 2026-05-15 | diff --git a/source/product-overview/mattermost-v11-changelog.md b/source/product-overview/mattermost-v11-changelog.md index c72a1ac82ca..98f40f0f90f 100644 --- a/source/product-overview/mattermost-v11-changelog.md +++ b/source/product-overview/mattermost-v11-changelog.md @@ -367,6 +367,18 @@ See [this blog post](https://mattermost.com/blog/mattermost-v11-8-0-is-now-avail (release-v11.7-extended-support-release)= ## Release v11.7 - [Extended Support Release](https://docs.mattermost.com/product-overview/release-policy.html#release-types) +- **11.7.8, released 2026-08-14** + - Mattermost v11.7.8 contains low to high severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Pre-packaged Boards plugin version [v9.2.7](https://github.com/mattermost/mattermost-plugin-boards/releases/tag/v9.2.7). + - Pre-packaged Playbooks plugin version [v2.9.4](https://github.com/mattermost/mattermost-plugin-playbooks/releases/tag/v2.9.4). + - Pre-packaged Calls plugin version [v1.11.6](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v1.11.6). + - Pre-packaged Microsoft Calendar plugin version [v1.6.2](https://github.com/mattermost/mattermost-plugin-mscalendar/releases/tag/v1.6.2). + - Fixed an issue where the data retention policy teams endpoint returned more team information than intended. + - Improved the precision of the OAuth Dynamic Client Registration (DCR) redirect URI allowlist by matching patterns per URL component. + - Fixed an issue with the wrong scroll position in the permalink view of channels with images. + - Fixed incorrect encoding of image URLs containing query parameters when using an image proxy. + - Fixed a bot import panic when a user existed without a bot record. + - Mattermost v11.7.8 contains no database or functional changes. - **11.7.7, released 2026-07-17** - Mattermost v11.7.7 contains low to high severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). - Pre-packaged Playbooks plugin version [v2.9.2](https://github.com/mattermost/mattermost-plugin-playbooks/releases/tag/v2.9.2). diff --git a/source/product-overview/version-archive.rst b/source/product-overview/version-archive.rst index 3f3384be56e..ee672b480fe 100644 --- a/source/product-overview/version-archive.rst +++ b/source/product-overview/version-archive.rst @@ -21,11 +21,11 @@ If you want to check that the version of Mattermost you are installing is the of - SHA-256 Checksum: ``a1809895094cae12c9d091b97380daf0fff9530ff61e50990aa03db58f67eaa1`` - GPG Signature: https://releases.mattermost.com/11.8.4/mattermost-11.8.4-linux-amd64.tar.gz.sig - SBOM Download Link: https://releases.mattermost.com/11.8.4/sbom-enterprise-v11.8.4.json - Mattermost Enterprise Edition v11.7.7 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/11.7.7/mattermost-11.7.7-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``e498312ed51ab0d91a1b0f79bc927ef6b0b0b6cbc7905d8c96a7f9d329ea6d7c`` - - GPG Signature: https://releases.mattermost.com/11.7.7/mattermost-11.7.7-linux-amd64.tar.gz.sig - - SBOM Download Link: https://releases.mattermost.com/11.7.7/sbom-enterprise-v11.7.7.json + Mattermost Enterprise Edition v11.7.8 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/11.7.8/mattermost-11.7.8-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``TBD`` + - GPG Signature: https://releases.mattermost.com/11.7.8/mattermost-11.7.8-linux-amd64.tar.gz.sig + - SBOM Download Link: https://releases.mattermost.com/11.7.8/sbom-enterprise-v11.7.8.json Mattermost Enterprise Edition v11.6.6 - `View Changelog `__ - `Download `__ - ``https://releases.mattermost.com/11.6.6/mattermost-11.6.6-linux-amd64.tar.gz`` - SHA-256 Checksum: ``2f4546070eb3a092f3e4c02ff67c7d832ce2d9c7d7858246133e5886978ef605`` @@ -504,11 +504,11 @@ If you want to check that the version of Mattermost you are installing is the of - SHA-256 Checksum: ``553d6b36073125f84a283ccf4cc50c270a71be21024274b5c35e4a1d12bf49c1`` - GPG Signature: https://releases.mattermost.com/11.8.4/mattermost-team-11.8.4-linux-amd64.tar.gz.sig - SBOM Download Link: https://github.com/mattermost/mattermost/releases/download/v11.8.4/sbom-mattermost-v11.8.4.json - Mattermost Team Edition v11.7.7 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/11.7.7/mattermost-team-11.7.7-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``8324eee1f979863883a9c8e71112f2ec127037da81f4efb90639b56187c6b0f7`` - - GPG Signature: https://releases.mattermost.com/11.7.7/mattermost-team-11.7.7-linux-amd64.tar.gz.sig - - SBOM Download Link: https://github.com/mattermost/mattermost/releases/download/v11.7.7/sbom-mattermost-v11.7.7.json + Mattermost Team Edition v11.7.8 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/11.7.8/mattermost-team-11.7.8-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``TBD`` + - GPG Signature: https://releases.mattermost.com/11.7.8/mattermost-team-11.7.8-linux-amd64.tar.gz.sig + - SBOM Download Link: https://github.com/mattermost/mattermost/releases/download/v11.7.8/sbom-mattermost-v11.7.8.json Mattermost Team Edition v11.6.6 - `View Changelog `__ - `Download `__ - ``https://releases.mattermost.com/11.6.6/mattermost-team-11.6.6-linux-amd64.tar.gz`` - SHA-256 Checksum: ``809c63cd1ed1b877cea9fa5aae996380cfde2dc18733353586239f99f3e9bbbc`` From 5c4fcb78c32ba3d41a3b820668ad9b8a8904a5aa Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Fri, 31 Jul 2026 12:57:49 +0300 Subject: [PATCH 2/3] Update mattermost-v11-changelog.md --- source/product-overview/mattermost-v11-changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/product-overview/mattermost-v11-changelog.md b/source/product-overview/mattermost-v11-changelog.md index 98f40f0f90f..1b7ef303006 100644 --- a/source/product-overview/mattermost-v11-changelog.md +++ b/source/product-overview/mattermost-v11-changelog.md @@ -367,7 +367,7 @@ See [this blog post](https://mattermost.com/blog/mattermost-v11-8-0-is-now-avail (release-v11.7-extended-support-release)= ## Release v11.7 - [Extended Support Release](https://docs.mattermost.com/product-overview/release-policy.html#release-types) -- **11.7.8, released 2026-08-14** +- **11.7.8, released 2026-07-31** - Mattermost v11.7.8 contains low to high severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). - Pre-packaged Boards plugin version [v9.2.7](https://github.com/mattermost/mattermost-plugin-boards/releases/tag/v9.2.7). - Pre-packaged Playbooks plugin version [v2.9.4](https://github.com/mattermost/mattermost-plugin-playbooks/releases/tag/v2.9.4). From 30bed6eaacaa04abd35726c5612679411a0e4d0b Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Fri, 31 Jul 2026 12:58:49 +0300 Subject: [PATCH 3/3] Update version-archive.rst --- source/product-overview/version-archive.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/product-overview/version-archive.rst b/source/product-overview/version-archive.rst index ee672b480fe..f134474f25a 100644 --- a/source/product-overview/version-archive.rst +++ b/source/product-overview/version-archive.rst @@ -23,7 +23,7 @@ If you want to check that the version of Mattermost you are installing is the of - SBOM Download Link: https://releases.mattermost.com/11.8.4/sbom-enterprise-v11.8.4.json Mattermost Enterprise Edition v11.7.8 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - ``https://releases.mattermost.com/11.7.8/mattermost-11.7.8-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``TBD`` + - SHA-256 Checksum: ``afb7573c5effc7be298cd498e2424320e33388e8d87d9e48291179c82e0e0401`` - GPG Signature: https://releases.mattermost.com/11.7.8/mattermost-11.7.8-linux-amd64.tar.gz.sig - SBOM Download Link: https://releases.mattermost.com/11.7.8/sbom-enterprise-v11.7.8.json Mattermost Enterprise Edition v11.6.6 - `View Changelog `__ - `Download `__ @@ -506,7 +506,7 @@ If you want to check that the version of Mattermost you are installing is the of - SBOM Download Link: https://github.com/mattermost/mattermost/releases/download/v11.8.4/sbom-mattermost-v11.8.4.json Mattermost Team Edition v11.7.8 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - ``https://releases.mattermost.com/11.7.8/mattermost-team-11.7.8-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``TBD`` + - SHA-256 Checksum: ``0fc1637ca6cec0a53fc7112a22f67651dba50fe3667e5ed957acf0d3bbb9da93`` - GPG Signature: https://releases.mattermost.com/11.7.8/mattermost-team-11.7.8-linux-amd64.tar.gz.sig - SBOM Download Link: https://github.com/mattermost/mattermost/releases/download/v11.7.8/sbom-mattermost-v11.7.8.json Mattermost Team Edition v11.6.6 - `View Changelog `__ - `Download `__