about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2023-09-23 20:05:24 +0200
committerThomas Gerbet <thomas@gerbet.me>2023-09-23 20:06:48 +0200
commita3e7a80c7e4ba80cb46ca813030e03a5a67e6b79 (patch)
tree002a457f2afc6ea69fb3b20391196ca755d3f923 /nixos
parent9155f8dc6e9bfbe77a8552735ae0b9d74a72714f (diff)
downloadnixlib-a3e7a80c7e4ba80cb46ca813030e03a5a67e6b79.tar
nixlib-a3e7a80c7e4ba80cb46ca813030e03a5a67e6b79.tar.gz
nixlib-a3e7a80c7e4ba80cb46ca813030e03a5a67e6b79.tar.bz2
nixlib-a3e7a80c7e4ba80cb46ca813030e03a5a67e6b79.tar.lz
nixlib-a3e7a80c7e4ba80cb46ca813030e03a5a67e6b79.tar.xz
nixlib-a3e7a80c7e4ba80cb46ca813030e03a5a67e6b79.tar.zst
nixlib-a3e7a80c7e4ba80cb46ca813030e03a5a67e6b79.zip
mattermost: 7.10.5 -> 8.1.2
Fixes MMSA-2023-00224, MMSA-2023-00230, MMSA-2023-00222, MMSA-2023-00223, MMSA-2023-00217,
MMSA-2023-00210, MMSA-2023-00234, MMSA-2023-00232 and MMSA-2023-00239.

Mattermost 7.10.x is EOL, this contribution moves to the 8.1.x branch which is the new ESR.

Changelog can be found here:
https://docs.mattermost.com/install/self-managed-changelog.html#release-v8-0-major-release
https://docs.mattermost.com/install/self-managed-changelog.html#release-v8-1-extended-support-release
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index ed1e4b3c8ab4..3f18b8db5bfc 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -274,6 +274,11 @@ The module update takes care of the new config syntax and the data itself (user
 
 - The module `services.calibre-server` has new options to configure the `host`, `port`, `auth.enable`, `auth.mode` and `auth.userDb` path, see [#216497](https://github.com/NixOS/nixpkgs/pull/216497/) for more details.
 
+- Mattermost has been upgraded to extended support version 8.1 as the previously
+  packaged extended support version 7.8 is [reaching end of life](https://docs.mattermost.com/upgrade/extended-support-release.html).
+  Migration may take some time, see the [changelog](https://docs.mattermost.com/install/self-managed-changelog.html#release-v8-1-extended-support-release)
+  and [important upgrade notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html).
+
 - `services.prometheus.exporters` has a new [exporter](https://github.com/hipages/php-fpm_exporter) to monitor PHP-FPM processes, see [#240394](https://github.com/NixOS/nixpkgs/pull/240394) for more details.
 
 - `services.github-runner` / `services.github-runners.<name>` gained the option `nodeRuntimes`. The option defaults to `[ "node20" ]`, i.e., the service supports Node.js 20 GitHub Actions only. The list of Node.js versions accepted by `nodeRuntimes` tracks the versions the upstream GitHub Actions runner supports. See [#249103](https://github.com/NixOS/nixpkgs/pull/249103) for details.