Accepting request 790568 from home:sgrunert

- Update to v1.18.0:
  * Main Changes
    * Update Kubernetes to v1.18.0
    * Switch to urfave/cli/v2
  * CRI CLI (crictl)
    * Use ContextDialer to fix build
    * Add go-template option for inspect commands
    * Fix invalid log_path in docs
  * CRI validation testing (critest)
    *  Make apparmor failure test more flexible
    *  Start container before fetching metrics
    *  Cleanup container create test to reduce duplication
    *  Add container stats test

OBS-URL: https://build.opensuse.org/request/show/790568
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/cri-tools?expand=0&rev=12
This commit is contained in:
Richard Brown 2020-04-01 12:21:07 +00:00 committed by Git OBS Bridge
parent 55215963ad
commit e7caf0b28b
5 changed files with 24 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.17.0</param>
<param name="revision">v1.17.0</param>
<param name="versionformat">1.18.0</param>
<param name="revision">v1.18.0</param>
</service>
<service name="recompress" mode="disabled">

View File

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

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

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Apr 1 08:03:55 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
- Update to v1.18.0:
* Main Changes
* Update Kubernetes to v1.18.0
* Switch to urfave/cli/v2
* CRI CLI (crictl)
* Use ContextDialer to fix build
* Add go-template option for inspect commands
* Fix invalid log_path in docs
* CRI validation testing (critest)
* Make apparmor failure test more flexible
* Start container before fetching metrics
* Cleanup container create test to reduce duplication
* Add container stats test
-------------------------------------------------------------------
Mon Dec 16 08:46:22 UTC 2019 - Sascha Grunert <sgrunert@suse.com>

View File

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