Accepting request 733368 from home:RBrownSUSE:branches:devel:kubic
- Update to v1.16.1: * crictl: * Fix empty fields in crictl inspect(p/i) result. * Pass pod config when pulling image during container creation. * Fix crictl stats panic. * critest * Skip hostnetwork portforward test on windows. * Add hostname test. OBS-URL: https://build.opensuse.org/request/show/733368 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/cri-tools?expand=0&rev=10
This commit is contained in:
parent
dcfa71d3c5
commit
8743f9ed5a
4
_service
4
_service
@ -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.16.0</param>
|
||||
<param name="revision">v1.16.0</param>
|
||||
<param name="versionformat">1.16.1</param>
|
||||
<param name="revision">v1.16.1</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:895c4ad87bbab1fb5f138bf7315e6de6c3de0b09622a39084563096e203f330d
|
||||
size 3702480
|
3
cri-tools-1.16.1.tar.xz
Normal file
3
cri-tools-1.16.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0c24280b2023a4162bab674470ebab5c9586e1822497459ecbf1f1a1678f3eb
|
||||
size 3713208
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 09:07:07 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
- Update to v1.16.1:
|
||||
* crictl:
|
||||
* Fix empty fields in crictl inspect(p/i) result.
|
||||
* Pass pod config when pulling image during container creation.
|
||||
* Fix crictl stats panic.
|
||||
* critest
|
||||
* Skip hostnetwork portforward test on windows.
|
||||
* Add hostname test.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 09:23:45 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define name_source1 crictl.yaml
|
||||
|
||||
Name: cri-tools
|
||||
Version: 1.16.0
|
||||
Version: 1.16.1
|
||||
Release: 0
|
||||
Summary: CLI and validation tools for Kubelet Container Runtime Interface
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user