Dominique Leuenberger 2019-07-15 20:43:20 +00:00 committed by Git OBS Bridge
commit febebde9c6
5 changed files with 34 additions and 7 deletions

View File

@ -4,8 +4,8 @@
<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.14.0</param>
<param name="revision">v1.14.0</param>
<param name="versionformat">1.15.0</param>
<param name="revision">v1.15.0</param>
</service>
<service name="recompress" mode="disabled">

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1220b297922fbb505add1577ee31d1337db5196f3cc09b997fcdd6a0622c7b37
size 1932768

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

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu Jul 4 13:41:53 UTC 2019 - Michal Jura <mjura@suse.com>
- Update golang(API) requiremnt to 1.12
-------------------------------------------------------------------
Thu Jul 4 13:28:57 UTC 2019 - Michal Jura <mjura@suse.com>
- Update cri-tools to v1.15.0:
* Add registry prefix option
* Revert "Skip test "image status should support all kinds of references" for docker runtime"
* Upgrade Kuberntes version to v1.15.0
* Fix typo in parallel
* Skip test "image status should support all kinds of references" since dockershim doesn't support it
* Fallback to repo digest name if repoTag is <none>:<none>
* feature: add display; support live monitoring critool stats
* Test image status for various references.
* fix debug in config file
* Update `rmp` to test for running sandbox
* Fix logDirectory typo in examples.
* Search program directory for config as fallback
* Improve error message for failed to connect
* Set SelinuxRelabel to true for bind mounts
* Include gcs bucket release.
* Use same version as previous example
* Add `curl` to download example
-------------------------------------------------------------------
Mon Mar 25 08:00:25 UTC 2019 - Sascha Grunert <sgrunert@suse.com>

View File

@ -20,7 +20,7 @@
%define name_source1 crictl.yaml
Name: cri-tools
Version: 1.14.0
Version: 1.15.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.11
BuildRequires: golang(API) >= 1.12
# disable stripping of binaries
%{go_nostrip}