forked from pool/cri-tools
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
This commit is contained in:
parent
654d9a23c5
commit
2fc8ab1f13
5
_service
5
_service
@ -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">
|
||||
|
@ -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
3
cri-tools-1.20.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4680d93665412326fa45ebea1a9ebb72064f6c1710547de27323d56fdad8d5bb
|
||||
size 3065744
|
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user