about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-01-10 18:01:17 +0000
committerGitHub <noreply@github.com>2024-01-10 18:01:17 +0000
commit769e5f5d37fa806d1b7be3ee4ca3e6e3b04a5a52 (patch)
treefeb8d1371425898e42c0437c8cd5a1d43bab0933 /nixos/doc
parentdfbae78678ed4a01667c1fd3d2b4b120d26e0ec9 (diff)
parent0b9c8af0d90170a9273d315a47bba600f70867e9 (diff)
downloadnixlib-769e5f5d37fa806d1b7be3ee4ca3e6e3b04a5a52.tar
nixlib-769e5f5d37fa806d1b7be3ee4ca3e6e3b04a5a52.tar.gz
nixlib-769e5f5d37fa806d1b7be3ee4ca3e6e3b04a5a52.tar.bz2
nixlib-769e5f5d37fa806d1b7be3ee4ca3e6e3b04a5a52.tar.lz
nixlib-769e5f5d37fa806d1b7be3ee4ca3e6e3b04a5a52.tar.xz
nixlib-769e5f5d37fa806d1b7be3ee4ca3e6e3b04a5a52.tar.zst
nixlib-769e5f5d37fa806d1b7be3ee4ca3e6e3b04a5a52.zip
Merge master into staging-next
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 13a24b10b01b..15700d02fc69 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -51,9 +51,10 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - The `power.ups` module now generates `upsd.conf`, `upsd.users` and `upsmon.conf` automatically from a set of new configuration options. This breaks compatibility with existing `power.ups` setups where these files were created manually. Back up these files before upgrading NixOS.
 
-- `k9s` was updated to v0.30. There have been various breaking changes in the config file format,
-  check out the changelog of [v0.29](https://github.com/derailed/k9s/releases/tag/v0.29.0) and
-  [v0.30](https://github.com/derailed/k9s/releases/tag/v0.30.0) for details. It is recommended
+- `k9s` was updated to v0.31. There have been various breaking changes in the config file format,
+  check out the changelog of [v0.29](https://github.com/derailed/k9s/releases/tag/v0.29.0),
+  [v0.30](https://github.com/derailed/k9s/releases/tag/v0.30.0) and
+  [v0.31](https://github.com/derailed/k9s/releases/tag/v0.31.0) for details. It is recommended
   to back up your current configuration and let k9s recreate the new base configuration.
 
 - `idris2` was updated to v0.7.0. This version introduces breaking changes. Check out the [changelog](https://github.com/idris-lang/Idris2/blob/v0.7.0/CHANGELOG.md#v070) for details.