Accepting request 646441 from devel:kubic
Please stage with cri-o in staging:B OBS-URL: https://build.opensuse.org/request/show/646441 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cri-tools?expand=0&rev=9
This commit is contained in:
commit
2f42049ed8
6
_service
6
_service
@ -1,11 +1,11 @@
|
|||||||
<services>
|
<services>
|
||||||
|
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/kubernetes-incubator/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.11.1</param>
|
<param name="versionformat">1.12.0</param>
|
||||||
<param name="revision">v1.11.1</param>
|
<param name="revision">v1.12.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:77c21437f7b26addbd032cc54cfe0ffa956e6bcc2f48e3f39ead36145edafd68
|
|
||||||
size 1407208
|
|
3
cri-tools-1.12.0.tar.xz
Normal file
3
cri-tools-1.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9c91c71a75d43d95fc6a5f2d93a8ed9a4a4d26ad3f6068c80a1925f3a75e3591
|
||||||
|
size 1438824
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 2 07:30:42 UTC 2018 - Valentin Rothberg <vrothberg@suse.com>
|
||||||
|
|
||||||
|
- Bump cri-tools to v1.12.0:
|
||||||
|
* Properly returns errors when the output format is not supported
|
||||||
|
* Show concise image info for crictl ps
|
||||||
|
* Fixes crictl ps and crictl pods
|
||||||
|
* Adds podID in output of crictl ps
|
||||||
|
* Adds sandbox config to image pull
|
||||||
|
* Fixes unmarshal issues in crictl inspecti
|
||||||
|
* Fixes timeout for grpc dialer
|
||||||
|
* Adds new test to critest for privileged container
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 13 08:54:30 UTC 2018 - vrothberg@suse.com
|
Mon Aug 13 08:54:30 UTC 2018 - vrothberg@suse.com
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define project github.com/kubernetes-incubator/cri-tools
|
%define project github.com/kubernetes-sigs/cri-tools
|
||||||
Name: cri-tools
|
Name: cri-tools
|
||||||
Version: 1.11.1
|
Version: 1.12.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
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Url: https://github.com/kubernetes-incubator/cri-tools
|
Url: https://github.com/kubernetes-sigs/cri-tools
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
Source1: crictl.yaml
|
Source1: crictl.yaml
|
||||||
BuildRequires: go-go-md2man
|
BuildRequires: go-go-md2man
|
||||||
|
Loading…
Reference in New Issue
Block a user