SHA256
1
0
forked from pool/cri-tools

Accepting request 713419 from home:mjura:branches:devel:kubic

- Update golang(API) requiremnt to 1.12

- 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

OBS-URL: https://build.opensuse.org/request/show/713419
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/cri-tools?expand=0&rev=8
This commit is contained in:
Richard Brown
2019-07-04 21:37:23 +00:00
committed by Git OBS Bridge
parent 439b8f338f
commit 2bd98537d3
5 changed files with 34 additions and 7 deletions

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}