about summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorEric Bailey <eric@ericb.me>2024-09-17 17:52:34 -0500
committerEric Bailey <eric@ericb.me>2024-09-17 18:17:20 -0500
commitd71203e97c437ac7df3440e1c853d1888956cd7e (patch)
tree226cfdf9b5320e1694723ee4b641c2c94c75fa83 /pkgs/top-level/all-packages.nix
parent87902f3613625a8beb860fe33d12f42cdecdcb4c (diff)
kops: add 1.30, update 1.28, drop 1.26
- drop kops_1_26
- keep kops_1_27 for now
- kops_1_28: 1.28.5 -> 1.28.7
- keep kops_1_29 as default while 1.30 is in beta
- init kops_1_30 at 1.30.1
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 97bf23bde3e6c..673701c5089da 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -37779,10 +37779,10 @@ with pkgs;
   # Exceptions are versions that we need to keep to allow upgrades from older NixOS releases
   inherit (callPackage ../applications/networking/cluster/kops {})
     mkKops
-    kops_1_26
     kops_1_27
     kops_1_28
     kops_1_29
+    kops_1_30
     ;
   kops = kops_1_29;