Dominique Leuenberger 2019-11-15 21:32:39 +00:00 committed by Git OBS Bridge
parent 47cde3eeee
commit e8c4cba66d
5 changed files with 35 additions and 6 deletions

View File

@ -4,8 +4,8 @@
<param name="scm">git</param>
<param name="filename">cni-plugins</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.3</param>
<param name="revision">v0.8.3</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:200317dbc7001570b7678f54d714468944c9a19fea475feffb7fde6273faa07b
size 834280

3
cni-plugins-0.8.3.tar.xz Normal file
View File

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

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Mon Nov 11 14:53:55 UTC 2019 - sgrunert@suse.com
- Update to version 0.8.3:
* Enhancements:
* static: prioritize the input sources for IPs (#400).
* tuning: send gratuitous ARP in case of MAC address update (#403).
* bandwidth: use uint64 for Bandwidth value (#389).
* ptp: only override DNS conf if DNS settings provided (#388).
* loopback: When prevResults are not supplied to loopback plugin, create results to return (#383).
* loopback support CNI CHECK and result cache (#374).
* Better input validation:
* vlan: add MTU validation to loadNetConf (#405).
* macvlan: add MTU validation to loadNetConf (#404).
* bridge: check vlan id when loading net conf (#394).
* Bugfixes:
* bugfix: defer after err check, or it may panic (#391).
* portmap: Fix dual-stack support (#379).
* firewall: don't return error in DEL if prevResult is not found (#390).
* bump up libcni back to v0.7.1 (#377).
* Tests:
* integration: fix ip address collision in integration tests (#409).
* testutils: newNS() works in a rootless user namespace (#401).
* Bump Go version (#386).
* Cleanup netns after test suite (#375).
* Docs:
* contributing doc: revise test script name to run (#396).
* contributing doc: describe cnitool installation (#397).
-------------------------------------------------------------------
Fri Aug 16 12:18:36 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -20,7 +20,7 @@
%define cni_doc_dir %{_docdir}/cni-plugins
Name: cni-plugins
Version: 0.8.2
Version: 0.8.3
Release: 0
Summary: Container Network Interface plugins
License: Apache-2.0