about summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2024-03-06 11:10:02 -0300
committerGitHub <noreply@github.com>2024-03-06 11:10:02 -0300
commitac497db437477ce918ce3c618f16a8632adb5c96 (patch)
treeb724013ee75037c839dc7f2937c0433831f9eb1a /nixos/doc/manual/release-notes
parent29ec7c8120c01f605c6f48d76ee625f6ba88a797 (diff)
parent09390b5cfec7baa0263f8a276d720611aa1068b2 (diff)
downloadnixlib-ac497db437477ce918ce3c618f16a8632adb5c96.tar
nixlib-ac497db437477ce918ce3c618f16a8632adb5c96.tar.gz
nixlib-ac497db437477ce918ce3c618f16a8632adb5c96.tar.bz2
nixlib-ac497db437477ce918ce3c618f16a8632adb5c96.tar.lz
nixlib-ac497db437477ce918ce3c618f16a8632adb5c96.tar.xz
nixlib-ac497db437477ce918ce3c618f16a8632adb5c96.tar.zst
nixlib-ac497db437477ce918ce3c618f16a8632adb5c96.zip
Merge pull request #292418 from superherointj/k3s-to-k3s_1_29
k3s: k3s_1_28 -> k3s_1_29
Diffstat (limited to 'nixos/doc/manual/release-notes')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 2 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 daabca2aee60..dc90a7549928 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -121,6 +121,8 @@ 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.
 
+- `k3s` was updated to [v1.29](https://github.com/k3s-io/k3s/releases/tag/v1.29.1%2Bk3s2). See [changelog and upgrade notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.29.md#urgent-upgrade-notes) for more information.
+
 - `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