diff --git a/source/install/download-latest-tarball.rst b/source/install/download-latest-tarball.rst index 2e87a0bf956..bda412a798c 100644 --- a/source/install/download-latest-tarball.rst +++ b/source/install/download-latest-tarball.rst @@ -15,7 +15,7 @@ Using ``wget``, download the Mattermost Server release you want to install.
- wget https://releases.mattermost.com/9.0.0/mattermost-9.0.0-linux-amd64.tar.gz + wget https://releases.mattermost.com/9.0.1/mattermost-9.0.1-linux-amd64.tar.gz Copied to clipboard
@@ -35,7 +35,7 @@ Using ``wget``, download the Mattermost Server release you want to install.
- wget https://releases.mattermost.com/8.1.2/mattermost-8.1.2-linux-amd64.tar.gz + wget https://releases.mattermost.com/8.1.3/mattermost-8.1.3-linux-amd64.tar.gz Copied to clipboard
diff --git a/source/install/self-managed-changelog.md b/source/install/self-managed-changelog.md index f6358f2c0d7..c2894458b0c 100644 --- a/source/install/self-managed-changelog.md +++ b/source/install/self-managed-changelog.md @@ -14,7 +14,11 @@ Latest Mattermost Releases: ## Release v9.0 - [Major Release](https://docs.mattermost.com/upgrade/release-definitions.html#major-release) -**Release day: September 15, 2023** +- **9.0.1, released 2023-10-06** + - Mattermost v9.0.1 contains low to medium 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/). + - Mattermost v9.0.1 contains no database or functional changes. +- **9.0.0, released 2023-09-15** + - Original 9.0.0 release ### Important Upgrade Notes - Removed the deprecated Insights feature. @@ -111,6 +115,12 @@ Multiple setting options were added to ``config.json``. Below is a list of the a ## Release v8.1 - [Extended Support Release](https://docs.mattermost.com/upgrade/release-definitions.html#extended-support-release-esr) +- **8.1.3, released 2023-10-06** + - Mattermost v8.1.3 contains low to medium 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/). + - Mattermost v8.1.3 contains no database or functional changes. + - Fixed a potential read after write issue when loading license. + - Prepackaged Calls plugin version [v0.18.2](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v0.18.2). + - Fixed a panic where a simple worker would crash if it failed to get a job. - **8.1.2, released 2023-09-08** - Mattermost v8.1.2 contains medium 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/). - Mattermost v8.1.2 contains the following database changes: @@ -204,6 +214,10 @@ Multiple setting options were added to ``config.json``. Below is a list of the a ## Release v8.0 - [Major Release](https://docs.mattermost.com/upgrade/release-definitions.html#major-release) +- **8.0.4, released 2023-10-06** + - Mattermost v8.0.4 contains low to medium 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/). + - Mattermost v8.0.4 contains no database or functional changes. + - Prepackaged Calls plugin version [v0.17.1](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v0.17.1). - **v8.0.3, released 2023-09-08** - Mattermost v8.0.3 contains medium 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/). - Mattermost v8.0.3 contains no database or functional changes. @@ -656,6 +670,10 @@ Mattermost v7.9.0 contains a low severity level security fix. [Upgrading](https: ## Release v7.8 - [Extended Support Release](https://docs.mattermost.com/upgrade/release-definitions.html#extended-support-release-esr) +- **7.8.12, released 2023-10-06** + - Mattermost v7.8.12 contains low to medium 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/). + - Mattermost v7.8.12 contains no database or functional changes. + - Prepackaged Calls plugin version upgraded [v0.13.1](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v0.13.1). - **v7.8.11, released 2023-09-08** - Mattermost v7.8.11 contains medium 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/). - Mattermost v7.8.11 contains the following database changes: diff --git a/source/upgrade/extended-support-release.rst b/source/upgrade/extended-support-release.rst index 71cab79637f..13b42bdd5e8 100644 --- a/source/upgrade/extended-support-release.rst +++ b/source/upgrade/extended-support-release.rst @@ -49,9 +49,9 @@ What are the current supported Extended Support Release versions? +-------------+----------------+------------------+------------------+--------------------------------------------------------------------------------------------+-----------------------------------------------------+ | Version | Type | Release Date | End of Support | Latest Dot Release Download link | Upgrade Notes | +=============+================+==================+==================+============================================================================================+=====================================================+ -| 8.1 | Feature | August 16, 2023 | May 15, 2024 | `8.1.2 `_ | | +| 8.1 | Feature | August 16, 2023 | May 15, 2024 | `8.1.3 `_ | | +-------------+----------------+------------------+------------------+--------------------------------------------------------------------------------------------+-----------------------------------------------------+ -| 7.8 | Feature | February 16, 2023| November 15, 2023| `7.8.11 `_ | | +| 7.8 | Feature | February 16, 2023| November 15, 2023| `7.8.12 `_ | | +-------------+----------------+------------------+------------------+--------------------------------------------------------------------------------------------+-----------------------------------------------------+ | 7.1 | Feature | July 15, 2022 | May 15, 2023 | `7.1.9 `_ | | +-------------+----------------+------------------+------------------+--------------------------------------------------------------------------------------------+-----------------------------------------------------+ diff --git a/source/upgrade/version-archive.rst b/source/upgrade/version-archive.rst index aee5a8eee59..7c3e7482a9e 100644 --- a/source/upgrade/version-archive.rst +++ b/source/upgrade/version-archive.rst @@ -16,18 +16,18 @@ If you want to check that the version of Mattermost you are installing is the of Mattermost Enterprise Edition ------------------------------ -Mattermost Enterprise Edition v9.0.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.0.0/mattermost-9.0.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``07c7d54b566047fb5612a564e1cd266f1181fa3756e2adc7f45ef31c77b2bc63`` - - GPG Signature: https://releases.mattermost.com/9.0.0/mattermost-9.0.0-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v8.1.2 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/8.1.2/mattermost-8.1.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``7087d4206a79d5dc9f998dcb9d5fb517d097fb2e57c9309ecfa47c4cb2f3f5fa`` - - GPG Signature: https://releases.mattermost.com/8.1.2/mattermost-8.1.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v8.0.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/8.0.3/mattermost-8.0.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``1d5e1b04eff230ccfda8346c40dc367b78ba5e04fe3331e664826f4415b598d0`` - - GPG Signature: https://releases.mattermost.com/8.0.3/mattermost-8.0.3-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v9.0.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.0.1/mattermost-9.0.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``0dc57e88667629305ca55d642fd92e811cf25aee2c83941e9a69f306ad846b44`` + - GPG Signature: https://releases.mattermost.com/9.0.1/mattermost-9.0.1-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v8.1.3 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/8.1.3/mattermost-8.1.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``1577345b75b4e47c7c8dd3471e34574dc7cac3c8faad165b9f64d310ac7f51f5`` + - GPG Signature: https://releases.mattermost.com/8.1.3/mattermost-8.1.3-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v8.0.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/8.0.4/mattermost-8.0.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``185e57bba4bcefd316cf1f83cfc73556c0646d6ea935e11be53ee1881817bf74`` + - GPG Signature: https://releases.mattermost.com/8.0.4/mattermost-8.0.4-linux-amd64.tar.gz.sig Mattermost Enterprise Edition v7.10.5 - `View Changelog `__ - `Download `__ - ``https://releases.mattermost.com/7.10.5/mattermost-7.10.5-linux-amd64.tar.gz`` - SHA-256 Checksum: ``5937103d7c7d298343740f9c5f8e87595d829eaf288d4aec834ce7e087a047de`` @@ -36,10 +36,10 @@ Mattermost Enterprise Edition v7.9.6 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.8.11/mattermost-7.8.11-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``becefbf4440bda853e6a7ae30ced001b223a59821984582d383db3c68136b49c`` - - GPG Signature: https://releases.mattermost.com/7.8.11/mattermost-7.8.11-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v7.8.12 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.8.12/mattermost-7.8.12-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``8296b48d3cfa764e96142ac8a3486d72112a5ffff04e6e2680df325566d2204c`` + - GPG Signature: https://releases.mattermost.com/7.8.12/mattermost-7.8.12-linux-amd64.tar.gz.sig Mattermost Enterprise Edition v7.7.4 - `View Changelog `__ - `Download `__ - ``https://releases.mattermost.com/7.7.4/mattermost-7.7.4-linux-amd64.tar.gz`` - SHA-256 Checksum: ``942fa455b9f533ad191ea9404b34b4a5d9de7f90f966608fd06c66af2325b601`` @@ -341,18 +341,18 @@ The open source Mattermost Team Edition is functionally identical to the commerc 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. -Mattermost Team Edition v9.0.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.0.0/mattermost-team-9.0.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``ec7cd03dac90aa42ace4a71bc629d8111753967e1cc8ca88812c4c818cb08d82`` - - GPG Signature: https://releases.mattermost.com/9.0.0/mattermost-team-9.0.0-linux-amd64.tar.gz.sig -Mattermost Team Edition v8.1.2 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/8.1.2/mattermost-team-8.1.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``4ab80d4c4f5f57e5a5a673b87f4f18c2647a064458faae6684150cf1cf20ef99`` - - GPG Signature: https://releases.mattermost.com/8.1.2/mattermost-team-8.1.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v8.0.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/8.0.3/mattermost-team-8.0.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``e8c991cb440ac6a8cc0fd4e8001ef317e1f0f4716b1a1a7ff5ad8ec5ef17cc3f`` - - GPG Signature: https://releases.mattermost.com/8.0.3/mattermost-team-8.0.3-linux-amd64.tar.gz.sig +Mattermost Team Edition v9.0.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.0.1/mattermost-team-9.0.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``70ee59a52f598b3c994580633787ade249198a1d5d0e9d509e36f79e236e9aae`` + - GPG Signature: https://releases.mattermost.com/9.0.1/mattermost-team-9.0.1-linux-amd64.tar.gz.sig +Mattermost Team Edition v8.1.3 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/8.1.3/mattermost-team-8.1.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``efe071cf61a73adbb52890539b61e514abe4b5991acca301b6bfa60d24841eb7`` + - GPG Signature: https://releases.mattermost.com/8.1.3/mattermost-team-8.1.3-linux-amd64.tar.gz.sig +Mattermost Team Edition v8.0.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/8.0.4/mattermost-team-8.0.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``2c1dbff642b429abf4af39d32ea047a42ada8c57ebbf3cd9a3617243e4807ccf`` + - GPG Signature: https://releases.mattermost.com/8.0.4/mattermost-team-8.0.4-linux-amd64.tar.gz.sig Mattermost Team Edition v7.10.5 - `View Changelog `__ - `Download `__ - ``https://releases.mattermost.com/7.10.5/mattermost-team-7.10.5-linux-amd64.tar.gz`` - SHA-256 Checksum: ``e09c4e7d7134e94fb06e92bda041dc8c9d122649052b27c380b20ac591faff95`` @@ -361,10 +361,10 @@ Mattermost Team Edition v7.9.6 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.8.11/mattermost-team-7.8.11-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``d657b24abddfb54ab639d4cfd568c1ca4ec0c7dc0e69980279e2fcbdd303fdb0`` - - GPG Signature: https://releases.mattermost.com/7.8.11/mattermost-team-7.8.11-linux-amd64.tar.gz.sig +Mattermost Team Edition v7.8.12 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.8.12/mattermost-team-7.8.12-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``98764de1b88229bf1a20a8a43c5165fbb0837f9141adfc3cac1d3ebd04a85b5c`` + - GPG Signature: https://releases.mattermost.com/7.8.12/mattermost-team-7.8.12-linux-amd64.tar.gz.sig Mattermost Team Edition v7.7.4 - `View Changelog `__ - `Download `__ - ``https://releases.mattermost.com/7.7.4/mattermost-team-7.7.4-linux-amd64.tar.gz`` - SHA-256 Checksum: ``74c86a5efa8b838f028ff8a435b4becaf46723c9b8f2d032de0ca15d128fb5cd``