commit 0d2dcf8a79289a566b299a65f4aefcdbdbee0939
parent ead5ecf7da3413f9393fa44211d595edd6d6a97d
Author: Vincent Demeester <vincent@sbr.pm>
Date: Mon, 29 Mar 2021 16:02:47 +0200
nix/packages: update tkn, oc and openshift-pipelines ⏲️
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
5 files changed, 44 insertions(+), 15 deletions(-)
diff --git a/flake.nix b/flake.nix
@@ -380,6 +380,8 @@
tkn_0_13
tkn_0_14
tkn_0_15
+ tkn_0_16
+ tkn_0_17
tkn
;
@@ -396,6 +398,8 @@
oc_4_4
oc_4_5
oc_4_6
+ oc_4_7
+ #oc_4_8
oc
;
inherit (pkgs.callPackage ./nix/packages/openshift-install { })
@@ -403,6 +407,7 @@
openshift-install_4_4
openshift-install_4_5
openshift-install_4_6
+ openshift-install_4_7
openshift-install
;
});
diff --git a/nix/packages/default.nix b/nix/packages/default.nix
@@ -76,6 +76,7 @@ rec {
oc_4_4
oc_4_5
oc_4_6
+ oc_4_7
oc
;
inherit (pkgs.callPackage ./openshift-install { })
@@ -83,6 +84,7 @@ rec {
openshift-install_4_4
openshift-install_4_5
openshift-install_4_6
+ openshift-install_4_7
openshift-install
;
@@ -109,6 +111,8 @@ rec {
tkn_0_13
tkn_0_14
tkn_0_15
+ tkn_0_16
+ tkn_0_17
tkn
;
tkn_oci = pkgs.callPackage ./tkn-oci { };
diff --git a/nix/packages/oc/default.nix b/nix/packages/oc/default.nix
@@ -38,18 +38,26 @@ rec {
'';
};
- oc = oc_4_6;
+ oc = oc_4_7;
+ # oc_4_8 = makeOverridable ocGen {
+ # version = "4.6.6";
+ # sha256 = "10q449fygw5qi9spg1jls6j425fdrrmyvcq6p8z91bwyzn67fds9";
+ # };
+ oc_4_7 = makeOverridable ocGen {
+ version = "4.7.4";
+ sha256 = "0009ki35m3id30m0ywxxcq2zd3hkqsxi3sxwgcsng79pj93xghq9";
+ };
oc_4_6 = makeOverridable ocGen {
- version = "4.6.6";
- sha256 = "10q449fygw5qi9spg1jls6j425fdrrmyvcq6p8z91bwyzn67fds9";
+ version = "4.6.23";
+ sha256 = "1gwsa84x6njnfnkxz6ln77vq4z1q32396wy24k3d6vmkhg643iar";
};
oc_4_5 = makeOverridable ocGen {
- version = "4.5.22";
- sha256 = "044cqblwz31dmhdy947p9jqd3n9rhniwms0jhakldbw5zix1jsbv";
+ version = "4.5.36";
+ sha256 = "1kzsdpjqbc2ibg3sa0zczvlmdvni5fn6dhhgpl4v1g7f438dxamb";
};
oc_4_4 = makeOverridable ocGen {
- version = "4.4.31";
- sha256 = "1zg8fqfm0ia1mn6bj8kpyr1z5s3sd1gl0i2r3vkxv7zq7k346kds";
+ version = "4.4.33";
+ sha256 = "1bf34331c7wixb1kmabp93sdpp4ihlyigx7nhmy71ffp7j82n419";
};
oc_4_3 = makeOverridable ocGen {
version = "4.3.40";
diff --git a/nix/packages/openshift-install/default.nix b/nix/packages/openshift-install/default.nix
@@ -41,18 +41,22 @@ rec {
};
};
- openshift-install = openshift-install_4_6;
+ openshift-install = openshift-install_4_7;
+ openshift-install_4_7 = makeOverridable openshiftInstallGen {
+ version = "4.7.4";
+ sha256 = "1mnr9llmn8035qnzc6cwpva3f1d1vsw0bxqqn9yvifi1isfl3g2h";
+ };
openshift-install_4_6 = makeOverridable openshiftInstallGen {
- version = "4.6.6";
- sha256 = "0r4cj8iz76cy3zv80j8l0lfmimqk80lfnqxm412dh9qmnc5xsl62";
+ version = "4.6.23";
+ sha256 = "1m5ryp1i2infln1ig3hc91qrk60syc8jw2vwpq8f7l9ndg7l9lz6";
};
openshift-install_4_5 = makeOverridable openshiftInstallGen {
- version = "4.5.22";
- sha256 = "1na3kp7v6gqk2wr1w5gpr9dy9nr1vw4z3kka776sxmc082bamg1f";
+ version = "4.5.36";
+ sha256 = "1s4pc0rfw45insvhv61r5kjjdy5874ivcsm37nmr90nkmpq30lsq";
};
openshift-install_4_4 = makeOverridable openshiftInstallGen {
- version = "4.4.31";
- sha256 = "11iykrkgx3f085vcnk5gl9ia2263ryffpvrz3rj1zgpgpdir6m45";
+ version = "4.4.33";
+ sha256 = "1mdjccyz4wbcwvg4ax2wr3x52cx5h8a0i25n1a7aawsni6z5261m";
};
openshift-install_4_3 = makeOverridable openshiftInstallGen {
version = "4.3.40";
diff --git a/nix/packages/tkn/default.nix b/nix/packages/tkn/default.nix
@@ -46,6 +46,15 @@ rec {
};
};
+ tkn = tkn_0_17;
+ tkn_0_17 = makeOverridable tknGen {
+ version = "0.17.0";
+ sha256 = "1xxz41d3zwyh7b8slh13xq06mhl22hzwffx94isfngz4mjsgcka5";
+ };
+ tkn_0_16 = makeOverridable tknGen {
+ version = "0.16.0";
+ sha256 = "0r882qsdz2hhl2fygx48isnak603c2xcngws9145xvxk87gky1ac";
+ };
tkn_0_15 = makeOverridable tknGen {
version = "0.15.0";
sha256 = "0xb2zlpkh9cwinp6zj2jpv4wlws042ad1fa0wkcnnkh0vjm6mnrl";
@@ -66,5 +75,4 @@ rec {
version = "0.11.0";
sha256 = "19svynznk7bshjm9hd0zxzdn5j09fl7n7jws2hf8qm1y0ynbydmb";
};
- tkn = tkn_0_15;
}