about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2023-12-28 10:42:04 +0100
committerGitHub <noreply@github.com>2023-12-28 10:42:04 +0100
commitb2f146867fb591ceb85384cda56a04c739b54057 (patch)
tree1e2245e28c419888ede1b14b8c787144a58148d0 /nixos/doc/manual
parent8a395018d8925ab1293fed997f95b975b910cd73 (diff)
parent019072b0e8f34484b98fd227dce1d46d6d1efb01 (diff)
downloadnixlib-b2f146867fb591ceb85384cda56a04c739b54057.tar
nixlib-b2f146867fb591ceb85384cda56a04c739b54057.tar.gz
nixlib-b2f146867fb591ceb85384cda56a04c739b54057.tar.bz2
nixlib-b2f146867fb591ceb85384cda56a04c739b54057.tar.lz
nixlib-b2f146867fb591ceb85384cda56a04c739b54057.tar.xz
nixlib-b2f146867fb591ceb85384cda56a04c739b54057.tar.zst
nixlib-b2f146867fb591ceb85384cda56a04c739b54057.zip
Merge pull request #276418 from katexochen/k9s/0-30-0
k9s: 0.29.1 -> 0.30.4
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index fe088bb9d9b0..8f6dd2fc74cc 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -41,7 +41,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.29. There have been breaking changes in the config file format, check out the [changelog](https://github.com/derailed/k9s/releases/tag/v0.29.0) for details.
+- `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
+  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.