SHA256
1
0
forked from pool/cri-tools
Dominique Leuenberger 2021-01-11 16:11:39 +00:00 committed by Git OBS Bridge
commit 30a2119768
5 changed files with 22 additions and 7 deletions

View File

@ -4,8 +4,9 @@
<param name="url">https://github.com/kubernetes-sigs/cri-tools.git</param>
<param name="scm">git</param>
<param name="filename">cri-tools</param>
<param name="versionformat">1.18.0</param>
<param name="revision">v1.18.0</param>
<param name="versionformat">1.20.0</param>
<param name="revision">v1.20.0</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53b8cf93bda94b00104f74336cb2614af7efd05467f084aaef164ea21f02e383
size 2423500

3
cri-tools-1.20.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4680d93665412326fa45ebea1a9ebb72064f6c1710547de27323d56fdad8d5bb
size 3065744

View File

@ -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 <sgrunert@suse.com>

View File

@ -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}