kops_1_15: Remove unsupported version
This commit is contained in:
parent
90557cd804
commit
0b4221ec81
@ -51,11 +51,6 @@ in rec {
|
|||||||
|
|
||||||
mkKops = generic;
|
mkKops = generic;
|
||||||
|
|
||||||
kops_1_15 = mkKops {
|
|
||||||
version = "1.15.3";
|
|
||||||
sha256 = "0pzgrsl61nw8pm3s032lj020fw13x3fpzlj7lknsnd581f0gg4df";
|
|
||||||
};
|
|
||||||
|
|
||||||
kops_1_16 = mkKops {
|
kops_1_16 = mkKops {
|
||||||
version = "1.16.4";
|
version = "1.16.4";
|
||||||
sha256 = "0qi80hzd5wc8vn3y0wsckd7pq09xcshpzvcr7rl5zd4akxb0wl3f";
|
sha256 = "0qi80hzd5wc8vn3y0wsckd7pq09xcshpzvcr7rl5zd4akxb0wl3f";
|
||||||
|
@ -26196,7 +26196,6 @@ in
|
|||||||
# Exceptions are versions that we need to keep to allow upgrades from older NixOS releases
|
# Exceptions are versions that we need to keep to allow upgrades from older NixOS releases
|
||||||
inherit (callPackage ../applications/networking/cluster/kops {})
|
inherit (callPackage ../applications/networking/cluster/kops {})
|
||||||
mkKops
|
mkKops
|
||||||
kops_1_15
|
|
||||||
kops_1_16
|
kops_1_16
|
||||||
kops_1_17
|
kops_1_17
|
||||||
kops_1_18
|
kops_1_18
|
||||||
|
Loading…
Reference in New Issue
Block a user