From dcfa71d3c51b761d3a289ff8bb4423bf34db2f17687fbb56f0f03a25a9dafe42 Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Mon, 23 Sep 2019 09:47:12 +0000 Subject: [PATCH 1/2] Accepting request 731453 from home:sgrunert Update to v1.16.0: OBS-URL: https://build.opensuse.org/request/show/731453 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/cri-tools?expand=0&rev=9 --- _service | 4 ++-- cri-tools-1.15.0.tar.xz | 3 --- cri-tools-1.16.0.tar.xz | 3 +++ cri-tools.changes | 23 +++++++++++++++++++++++ cri-tools.spec | 2 +- 5 files changed, 29 insertions(+), 6 deletions(-) delete mode 100644 cri-tools-1.15.0.tar.xz create mode 100644 cri-tools-1.16.0.tar.xz diff --git a/_service b/_service index 810e610..bb8e360 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ https://github.com/kubernetes-sigs/cri-tools.git git cri-tools -1.15.0 -v1.15.0 +1.16.0 +v1.16.0 diff --git a/cri-tools-1.15.0.tar.xz b/cri-tools-1.15.0.tar.xz deleted file mode 100644 index ae2bd23..0000000 --- a/cri-tools-1.15.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e800862fd4463d0d018409143eafc8691cddf1498affcb013595db734570fd4 -size 1910388 diff --git a/cri-tools-1.16.0.tar.xz b/cri-tools-1.16.0.tar.xz new file mode 100644 index 0000000..50557e1 --- /dev/null +++ b/cri-tools-1.16.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:895c4ad87bbab1fb5f138bf7315e6de6c3de0b09622a39084563096e203f330d +size 3702480 diff --git a/cri-tools.changes b/cri-tools.changes index c8c085d..1c3ad27 100644 --- a/cri-tools.changes +++ b/cri-tools.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Sep 17 09:23:45 UTC 2019 - Sascha Grunert + +- Update to v1.16.0: + * crictl: + * Add container 'run' subcommand. + * Pull image on container creation. + * Treat first crictl stats argument as filter ID. + * Add -a (remove all) option to rmp. + * Create directory for config file. + * Add container rm --force, -f and --all, -a flags. + * Add images aliases image, img. + * Add --all, -a flag to image removal (rmi). + * Update Kubernetes vendors to 1.16.0 and add addiontion IPs for Pods. + * critest: + * Add registry prefix option. + * Add test for MaskedPaths and ReadonlyPaths. + * Switch to multi-arch nonewprivs image. + * Use arch specific hostnet-nginx image. + * Use a dedicated image for all reference test. + * Use IsAppArmorEnabled of Kubernetes instead of local one. + * Fix exec test timeout issues. + ------------------------------------------------------------------- Thu Jul 4 13:41:53 UTC 2019 - Michal Jura diff --git a/cri-tools.spec b/cri-tools.spec index a7da8f3..478fba0 100644 --- a/cri-tools.spec +++ b/cri-tools.spec @@ -20,7 +20,7 @@ %define name_source1 crictl.yaml Name: cri-tools -Version: 1.15.0 +Version: 1.16.0 Release: 0 Summary: CLI and validation tools for Kubelet Container Runtime Interface License: Apache-2.0 From 8743f9ed5ad9d0ab8a771385587deecf1e997ef311aefadf75d63f036329cfe2 Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Tue, 1 Oct 2019 15:25:23 +0000 Subject: [PATCH 2/2] Accepting request 733368 from home:RBrownSUSE:branches:devel:kubic - Update to v1.16.1: * crictl: * Fix empty fields in crictl inspect(p/i) result. * Pass pod config when pulling image during container creation. * Fix crictl stats panic. * critest * Skip hostnetwork portforward test on windows. * Add hostname test. OBS-URL: https://build.opensuse.org/request/show/733368 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/cri-tools?expand=0&rev=10 --- _service | 4 ++-- cri-tools-1.16.0.tar.xz | 3 --- cri-tools-1.16.1.tar.xz | 3 +++ cri-tools.changes | 12 ++++++++++++ cri-tools.spec | 2 +- 5 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 cri-tools-1.16.0.tar.xz create mode 100644 cri-tools-1.16.1.tar.xz diff --git a/_service b/_service index bb8e360..94eceef 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ https://github.com/kubernetes-sigs/cri-tools.git git cri-tools -1.16.0 -v1.16.0 +1.16.1 +v1.16.1 diff --git a/cri-tools-1.16.0.tar.xz b/cri-tools-1.16.0.tar.xz deleted file mode 100644 index 50557e1..0000000 --- a/cri-tools-1.16.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:895c4ad87bbab1fb5f138bf7315e6de6c3de0b09622a39084563096e203f330d -size 3702480 diff --git a/cri-tools-1.16.1.tar.xz b/cri-tools-1.16.1.tar.xz new file mode 100644 index 0000000..298d4f3 --- /dev/null +++ b/cri-tools-1.16.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c24280b2023a4162bab674470ebab5c9586e1822497459ecbf1f1a1678f3eb +size 3713208 diff --git a/cri-tools.changes b/cri-tools.changes index 1c3ad27..d52dfba 100644 --- a/cri-tools.changes +++ b/cri-tools.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Sep 26 09:07:07 UTC 2019 - Richard Brown + +- Update to v1.16.1: + * crictl: + * Fix empty fields in crictl inspect(p/i) result. + * Pass pod config when pulling image during container creation. + * Fix crictl stats panic. + * critest + * Skip hostnetwork portforward test on windows. + * Add hostname test. + ------------------------------------------------------------------- Tue Sep 17 09:23:45 UTC 2019 - Sascha Grunert diff --git a/cri-tools.spec b/cri-tools.spec index 478fba0..4c5be57 100644 --- a/cri-tools.spec +++ b/cri-tools.spec @@ -20,7 +20,7 @@ %define name_source1 crictl.yaml Name: cri-tools -Version: 1.16.0 +Version: 1.16.1 Release: 0 Summary: CLI and validation tools for Kubelet Container Runtime Interface License: Apache-2.0