Merge pull request #86112 from Mic92/kops
This commit is contained in:
commit
3a22f3c29e
@ -51,28 +51,13 @@ in rec {
|
|||||||
|
|
||||||
mkKops = generic;
|
mkKops = generic;
|
||||||
|
|
||||||
kops_1_12 = mkKops {
|
|
||||||
version = "1.12.3";
|
|
||||||
sha256 = "0rpbaz54l5v1z7ab5kpxcb4jyakkl5ysgz1sxajqmw2d6dvf7xly";
|
|
||||||
};
|
|
||||||
|
|
||||||
kops_1_13 = mkKops {
|
|
||||||
version = "1.13.2";
|
|
||||||
sha256 = "0lkkg34vn020r62ga8vg5d3a8jwvq00xlv3p1s01nkz33f6salng";
|
|
||||||
};
|
|
||||||
|
|
||||||
kops_1_14 = mkKops {
|
|
||||||
version = "1.14.1";
|
|
||||||
sha256 = "0ikd8qwrjh8s1sc95g18sm0q6p33swz2m1rjd8zw34mb2w9jv76n";
|
|
||||||
};
|
|
||||||
|
|
||||||
kops_1_15 = mkKops {
|
kops_1_15 = mkKops {
|
||||||
version = "1.15.2";
|
version = "1.15.2";
|
||||||
sha256 = "1sjfd7pfi81ccq1dkgkh9xx6y94bqzlp727pvyf7l01x3d14z2b3";
|
sha256 = "1sjfd7pfi81ccq1dkgkh9xx6y94bqzlp727pvyf7l01x3d14z2b3";
|
||||||
};
|
};
|
||||||
|
|
||||||
kops_1_16 = mkKops {
|
kops_1_16 = mkKops {
|
||||||
version = "1.16.0";
|
version = "1.16.1";
|
||||||
sha256 = "1b2lzf6b29rs5imbpqp8gnp3b511lk7jrm2f62y32gmx0gyjws6a";
|
sha256 = "08vy57ln0qar961sf9vbrh29f04qj5siqsfim1kqwvj5xrvwa39i";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -25438,11 +25438,12 @@ in
|
|||||||
|
|
||||||
kontemplate = callPackage ../applications/networking/cluster/kontemplate { };
|
kontemplate = callPackage ../applications/networking/cluster/kontemplate { };
|
||||||
|
|
||||||
|
# In general we only want keep the last three minor versions around that
|
||||||
|
# correspond to the last three supported kubernetes versions:
|
||||||
|
# https://kubernetes.io/docs/setup/release/version-skew-policy/#supported-versions
|
||||||
|
# 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_12
|
|
||||||
kops_1_13
|
|
||||||
kops_1_14
|
|
||||||
kops_1_15
|
kops_1_15
|
||||||
kops_1_16
|
kops_1_16
|
||||||
;
|
;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user