about 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>2024-01-23 00:02:30 +0000
committerGitHub <noreply@github.com>2024-01-23 00:02:30 +0000
commit8303a96c2d9a94ef0a3b48ea2782da438d3035c9 (patch)
tree1ce56921fdb8f63be8748d3da9ba12c58c3c49e4 /nixos/doc/manual/release-notes
parent3c7375b75c80a4025db4de0385ff496359412538 (diff)
parent98d778f0151f93ea9bf58c17917cc41dc9f535ac (diff)
downloadnixlib-8303a96c2d9a94ef0a3b48ea2782da438d3035c9.tar
nixlib-8303a96c2d9a94ef0a3b48ea2782da438d3035c9.tar.gz
nixlib-8303a96c2d9a94ef0a3b48ea2782da438d3035c9.tar.bz2
nixlib-8303a96c2d9a94ef0a3b48ea2782da438d3035c9.tar.lz
nixlib-8303a96c2d9a94ef0a3b48ea2782da438d3035c9.tar.xz
nixlib-8303a96c2d9a94ef0a3b48ea2782da438d3035c9.tar.zst
nixlib-8303a96c2d9a94ef0a3b48ea2782da438d3035c9.zip
Merge master into staging-next
Diffstat (limited to 'nixos/doc/manual/release-notes')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 02f921f61cff..5e829b59877d 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -139,12 +139,22 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
   We have added a warning for services that are
   `after = [ "network-online.target" ]` but do not depend on it (e.g. using `wants`).
 
+- `services.archisteamfarm` no longer uses the abbreviation `asf` for its state directory (`/var/lib/asf`), user and group (both `asf`). Instead the long name `archisteamfarm` is used.
+  Configurations with `system.stateVersion` 23.11 or earlier, default to the old stateDirectory until the 24.11 release and must either set the option explicitly or move the data to the new directory.
+
 - `networking.iproute2.enable` now does not set `environment.etc."iproute2/rt_tables".text`.
 
   Setting `environment.etc."iproute2/{CONFIG_FILE_NAME}".text` will override the whole configuration file instead of appending it to the upstream configuration file.
 
   `CONFIG_FILE_NAME` includes `bpf_pinning`, `ematch_map`, `group`, `nl_protos`, `rt_dsfield`, `rt_protos`, `rt_realms`, `rt_scopes`, and `rt_tables`.
 
+- `netbox` was updated to v3.7. `services.netbox.package` still defaults
+  to v3.6 if `stateVersion` is earlier than 24.05. Refer to upstream's breaking
+  changes [for
+  v3.7.0](https://github.com/netbox-community/netbox/releases/tag/v3.7.0) and
+  upgrade NetBox by changing `services.netbox.package`. Database migrations
+  will be run automatically.
+
 - The executable file names for `firefox-devedition`, `firefox-beta`, `firefox-esr` now matches their package names, which is consistent with the `firefox-*-bin` packages. The desktop entries are also updated so that you can have multiple editions of firefox in your app launcher.
 
 - switch-to-configuration does not directly call systemd-tmpfiles anymore.