about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2023-09-25 12:46:02 +0100
committerGitHub <noreply@github.com>2023-09-25 12:46:02 +0100
commitc69d9ad27a7df62b6eba910941f1575892954bec (patch)
tree002b1dd15f1b43166ea3e0abf5cc03cb77b444e2 /nixos
parente24e73ce9e6adea55a237a5b9f2465033955597b (diff)
parenta3e7a80c7e4ba80cb46ca813030e03a5a67e6b79 (diff)
downloadnixlib-c69d9ad27a7df62b6eba910941f1575892954bec.tar
nixlib-c69d9ad27a7df62b6eba910941f1575892954bec.tar.gz
nixlib-c69d9ad27a7df62b6eba910941f1575892954bec.tar.bz2
nixlib-c69d9ad27a7df62b6eba910941f1575892954bec.tar.lz
nixlib-c69d9ad27a7df62b6eba910941f1575892954bec.tar.xz
nixlib-c69d9ad27a7df62b6eba910941f1575892954bec.tar.zst
nixlib-c69d9ad27a7df62b6eba910941f1575892954bec.zip
Merge pull request #256945 from LeSuisse/mattermost-8.1.2
mattermost: 7.10.5 -> 8.1.2
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 18f44320f078..02f7defc2dbb 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -280,6 +280,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.