Accepting request 713497 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/713497 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cri-tools?expand=0&rev=13
This commit is contained in:
commit
febebde9c6
4
_service
4
_service
@ -4,8 +4,8 @@
|
|||||||
<param name="url">https://github.com/kubernetes-sigs/cri-tools.git</param>
|
<param name="url">https://github.com/kubernetes-sigs/cri-tools.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">cri-tools</param>
|
<param name="filename">cri-tools</param>
|
||||||
<param name="versionformat">1.14.0</param>
|
<param name="versionformat">1.15.0</param>
|
||||||
<param name="revision">v1.14.0</param>
|
<param name="revision">v1.15.0</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -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
3
cri-tools-1.15.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0e800862fd4463d0d018409143eafc8691cddf1498affcb013595db734570fd4
|
||||||
|
size 1910388
|
@ -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>
|
Mon Mar 25 08:00:25 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define name_source1 crictl.yaml
|
%define name_source1 crictl.yaml
|
||||||
|
|
||||||
Name: cri-tools
|
Name: cri-tools
|
||||||
Version: 1.14.0
|
Version: 1.15.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: CLI and validation tools for Kubelet Container Runtime Interface
|
Summary: CLI and validation tools for Kubelet Container Runtime Interface
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -31,7 +31,7 @@ Source1: %{name_source1}
|
|||||||
Source2: rpmlintrc
|
Source2: rpmlintrc
|
||||||
BuildRequires: go-go-md2man
|
BuildRequires: go-go-md2man
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: golang(API) >= 1.11
|
BuildRequires: golang(API) >= 1.12
|
||||||
# disable stripping of binaries
|
# disable stripping of binaries
|
||||||
%{go_nostrip}
|
%{go_nostrip}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user