about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-07-16 00:43:45 +0300
committerGitHub <noreply@github.com>2023-07-16 00:43:45 +0300
commitd1abbbd9b694c67ef6fbb249c89c590e8f79c5b0 (patch)
tree9c015a238f849b44edc07ad963eb4c84800f8030 /nixos/doc
parent3afe31e0a0e5342673c7d61be33c2acfc34ff5be (diff)
parent4cf80061735a4cb12d87fd8c5c9e90d1ecc3f040 (diff)
downloadnixlib-d1abbbd9b694c67ef6fbb249c89c590e8f79c5b0.tar
nixlib-d1abbbd9b694c67ef6fbb249c89c590e8f79c5b0.tar.gz
nixlib-d1abbbd9b694c67ef6fbb249c89c590e8f79c5b0.tar.bz2
nixlib-d1abbbd9b694c67ef6fbb249c89c590e8f79c5b0.tar.lz
nixlib-d1abbbd9b694c67ef6fbb249c89c590e8f79c5b0.tar.xz
nixlib-d1abbbd9b694c67ef6fbb249c89c590e8f79c5b0.tar.zst
nixlib-d1abbbd9b694c67ef6fbb249c89c590e8f79c5b0.zip
Merge pull request #242309 from Artturin/ananicyextraxadd
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 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 587a54d736bc..abcfe1efee8d 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -46,6 +46,8 @@
 
 - `getent` has been moved from `glibc`'s `bin` output to its own dedicated output, reducing closure size for many dependents. Dependents using the `getent` alias should not be affected; others should move from using `glibc.bin` or `getBin glibc` to `getent` (which also improves compatibility with non-glibc platforms).
 
+- The `services.ananicy.extraRules` option now has the type of `listOf attrs` instead of `string`.
+
 - `etcd` has been updated to 3.5, you will want to read the [3.3 to 3.4](https://etcd.io/docs/v3.5/upgrades/upgrade_3_4/) and [3.4 to 3.5](https://etcd.io/docs/v3.5/upgrades/upgrade_3_5/) upgrade guides
 
 - `consul` has been updated to `1.16.0`. See the [release note](https://github.com/hashicorp/consul/releases/tag/v1.16.0) for more details. Once a new Consul version has started and upgraded its data directory, it generally cannot be downgraded to the previous version.