From d31efc291a7d97c46dedc7aa3b6a348bcff67859 Mon Sep 17 00:00:00 2001 From: "Winston R. Milling" Date: Fri, 22 Dec 2023 07:58:48 -0600 Subject: k3s_1_29: init at 1.29.0 --- pkgs/applications/networking/cluster/k3s/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkgs/applications/networking/cluster/k3s/default.nix') diff --git a/pkgs/applications/networking/cluster/k3s/default.nix b/pkgs/applications/networking/cluster/k3s/default.nix index 9611f3770e09..934f5a3691cd 100644 --- a/pkgs/applications/networking/cluster/k3s/default.nix +++ b/pkgs/applications/networking/cluster/k3s/default.nix @@ -25,4 +25,9 @@ in k3s_1_28 = common ((import ./1_28/versions.nix) // { updateScript = [ ./update-script.sh "28" ]; }) extraArgs; + + # 1_29 can be built with the same builder as 1_26 + k3s_1_29 = common ((import ./1_29/versions.nix) // { + updateScript = [ ./update-script.sh "29" ]; + }) extraArgs; } -- cgit 1.4.1