summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-09-25 12:01:02 +0000
committerGitHub <noreply@github.com>2023-09-25 12:01:02 +0000
commit3e52e5929d1e96662acc0805ec08fca38f25ef94 (patch)
tree0cc4d21569e77a0fcd54e5aeb43d5f7ad42fb8c2 /nixos/doc/manual/release-notes
parent104c9ec59b9fe42eed179ff221dbc936928edefc (diff)
parentf6dd5a9e30d54a7266e4a1adc770306f911d7378 (diff)
downloadnixpkgs-3e52e5929d1e96662acc0805ec08fca38f25ef94.tar
nixpkgs-3e52e5929d1e96662acc0805ec08fca38f25ef94.tar.gz
nixpkgs-3e52e5929d1e96662acc0805ec08fca38f25ef94.tar.bz2
nixpkgs-3e52e5929d1e96662acc0805ec08fca38f25ef94.tar.lz
nixpkgs-3e52e5929d1e96662acc0805ec08fca38f25ef94.tar.xz
nixpkgs-3e52e5929d1e96662acc0805ec08fca38f25ef94.tar.zst
nixpkgs-3e52e5929d1e96662acc0805ec08fca38f25ef94.zip
Merge master into staging-next
Diffstat (limited to 'nixos/doc/manual/release-notes')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md7
1 files changed, 7 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 c128f004ee8..7db94ff04d0 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -287,6 +287,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.
@@ -354,4 +359,6 @@ The module update takes care of the new config syntax and the data itself (user
   can automatically format the root device by setting
   `virtualisation.fileSystems."/".autoFormat = true;`.
 
+- `python3.pkgs.flitBuildHook` has been removed. Use `flit-core` and `format = "pyproject"` instead.
+
 - The `electron` packages now places its application files in `$out/libexec/electron` instead of `$out/lib/electron`. Packages using electron-builder will fail to build and need to be adjusted by changing `lib` to `libexec`.