From 8743f9ed5ad9d0ab8a771385587deecf1e997ef311aefadf75d63f036329cfe2 Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Tue, 1 Oct 2019 15:25:23 +0000 Subject: [PATCH] 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