From 2fc8ab1f1395dbd2506240bf7c9d47c4d33866cdb53af94c3bb596db0b2fe1ae Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Fri, 8 Jan 2021 14:10:21 +0000 Subject: [PATCH] Accepting request 861672 from home:RBrownSUSE:branches:devel:kubic - Update to version 1.20.0: * fix a bug in closure function * Trigger prow job * Update Kubernetes to v1.20.0 * Dockershim critest on Windows * Fix CRI Test with Windows containerd runtime * Add comment to cloud build manifest file * Add clarity to docs about default runtimes * Add staging build for test user images * version 1.17.0 -> 1.19.0 in crictl.md OBS-URL: https://build.opensuse.org/request/show/861672 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/cri-tools?expand=0&rev=14 --- _service | 5 +++-- cri-tools-1.18.0.tar.xz | 3 --- cri-tools-1.20.0.tar.xz | 3 +++ cri-tools.changes | 14 ++++++++++++++ cri-tools.spec | 4 ++-- 5 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 cri-tools-1.18.0.tar.xz create mode 100644 cri-tools-1.20.0.tar.xz diff --git a/_service b/_service index afc6ca6..8dd844d 100644 --- a/_service +++ b/_service @@ -4,8 +4,9 @@ https://github.com/kubernetes-sigs/cri-tools.git git cri-tools -1.18.0 -v1.18.0 +1.20.0 +v1.20.0 +enable diff --git a/cri-tools-1.18.0.tar.xz b/cri-tools-1.18.0.tar.xz deleted file mode 100644 index 2267dba..0000000 --- a/cri-tools-1.18.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53b8cf93bda94b00104f74336cb2614af7efd05467f084aaef164ea21f02e383 -size 2423500 diff --git a/cri-tools-1.20.0.tar.xz b/cri-tools-1.20.0.tar.xz new file mode 100644 index 0000000..87cced8 --- /dev/null +++ b/cri-tools-1.20.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4680d93665412326fa45ebea1a9ebb72064f6c1710547de27323d56fdad8d5bb +size 3065744 diff --git a/cri-tools.changes b/cri-tools.changes index 59976ec..6c7e35e 100644 --- a/cri-tools.changes +++ b/cri-tools.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Jan 08 12:24:37 UTC 2021 - rbrown@suse.com + +- Update to version 1.20.0: + * fix a bug in closure function + * Trigger prow job + * Update Kubernetes to v1.20.0 + * Dockershim critest on Windows + * Fix CRI Test with Windows containerd runtime + * Add comment to cloud build manifest file + * Add clarity to docs about default runtimes + * Add staging build for test user images + * version 1.17.0 -> 1.19.0 in crictl.md + ------------------------------------------------------------------- Wed Apr 1 08:03:55 UTC 2020 - Sascha Grunert diff --git a/cri-tools.spec b/cri-tools.spec index eb40ba5..738a15a 100644 --- a/cri-tools.spec +++ b/cri-tools.spec @@ -20,7 +20,7 @@ %define name_source1 crictl.yaml Name: cri-tools -Version: 1.18.0 +Version: 1.20.0 Release: 0 Summary: CLI and validation tools for Kubelet Container Runtime Interface License: Apache-2.0 @@ -31,7 +31,7 @@ Source1: %{name_source1} Source2: rpmlintrc BuildRequires: go-go-md2man BuildRequires: golang-packaging -BuildRequires: golang(API) >= 1.14 +BuildRequires: golang(API) >= 1.15 # disable stripping of binaries %{go_nostrip}