From e8c4cba66d6bca3b825cb55dd6d6290944116f333414b15b8ab6d76398ebfa29 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 15 Nov 2019 21:32:39 +0000 Subject: [PATCH] Accepting request 747660 from devel:kubic OBS-URL: https://build.opensuse.org/request/show/747660 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cni-plugins?expand=0&rev=8 --- _service | 4 ++-- cni-plugins-0.8.2.tar.xz | 3 --- cni-plugins-0.8.3.tar.xz | 3 +++ cni-plugins.changes | 29 +++++++++++++++++++++++++++++ cni-plugins.spec | 2 +- 5 files changed, 35 insertions(+), 6 deletions(-) delete mode 100644 cni-plugins-0.8.2.tar.xz create mode 100644 cni-plugins-0.8.3.tar.xz diff --git a/_service b/_service index 0802dae..7033180 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ git cni-plugins .git - 0.6.0 - v0.6.0 + 0.8.3 + v0.8.3 enable diff --git a/cni-plugins-0.8.2.tar.xz b/cni-plugins-0.8.2.tar.xz deleted file mode 100644 index 7dfa764..0000000 --- a/cni-plugins-0.8.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:200317dbc7001570b7678f54d714468944c9a19fea475feffb7fde6273faa07b -size 834280 diff --git a/cni-plugins-0.8.3.tar.xz b/cni-plugins-0.8.3.tar.xz new file mode 100644 index 0000000..028337a --- /dev/null +++ b/cni-plugins-0.8.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7abae645a64111b4e014cafc588ba3513bb32343aec3d84f41ea19621b119c1 +size 797096 diff --git a/cni-plugins.changes b/cni-plugins.changes index 41183c7..cbc461b 100644 --- a/cni-plugins.changes +++ b/cni-plugins.changes @@ -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 diff --git a/cni-plugins.spec b/cni-plugins.spec index c714f22..5f275ad 100644 --- a/cni-plugins.spec +++ b/cni-plugins.spec @@ -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