Accepting request 839000 from devel:kubic

OBS-URL: https://build.opensuse.org/request/show/839000
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cni?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2020-10-08 11:05:58 +00:00 committed by Git OBS Bridge
parent 071e370dde
commit bcda5c0d51
5 changed files with 37 additions and 6 deletions

View File

@ -4,8 +4,8 @@
<param name="scm">git</param>
<param name="filename">cni</param>
<param name="exclude">.git</param>
<param name="versionformat">0.6.0</param>
<param name="revision">v0.6.0</param>
<param name="versionformat">0.8.0</param>
<param name="revision">v0.8.0</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">

View File

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

3
cni-0.8.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Thu Oct 1 12:47:37 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.8.0:
* Specification and Conventions changes
+ docs: add ips and mac to well-known capabilities
+ add interface name validation
+ Add GUID to well known Capabilities
+ Add DeviceID attribute to RuntimeConfig
+ Typo fixes for infiniband GUID
+ Fix linting issues in docs, add headers to json example, update errors into table
* Documentation changes
+ Update cnitool docs
+ Remove extra ',' chars which makes conflist examples invalid.
* libcni changes
+ Remove Result.String method
+ libcni: add config caching [v2]
+ clean up : fix staticcheck warnings
+ libcni: add InitCNIConfigWithCacheDir() and deprecate RuntimeConfig.CacheDir
+ skel: clean up errors in skel and add some well-known error codes
+ libcni: find plugin in exec
+ validate containerID and networkName
+ skel: remove needless functions and types
+ libcni: also cache IfName
+ libcni: fix cache file 'result' key name
+ Bump Go version to 1.13
+ When CNI version isn't supplied in config, use default.
+ intercept netplugin std error
+ invoke: capture and return stderr if plugin exits unexpectedly
+ Retry exec commands on text file busy
-------------------------------------------------------------------
Mon Jan 13 10:32:53 UTC 2020 - Sascha Grunert <sgrunert@suse.com>

View File

@ -21,7 +21,7 @@
%define cni_doc_dir %{_docdir}/cni
Name: cni
Version: 0.7.1
Version: 0.8.0
Release: 0
Summary: Container Network Interface - networking for Linux containers
License: Apache-2.0