From 0ad4ac2db7e12089dd4cc0727d061a69b280db5e5551daad4116d4d7be0664bc Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 7 Jun 2019 10:17:30 +0000 Subject: [PATCH] Accepting request 708149 from devel:kubic OBS-URL: https://build.opensuse.org/request/show/708149 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cni-plugins?expand=0&rev=6 --- cni-plugins-0.7.4.tar.xz | 3 -- cni-plugins-0.8.1.tar.xz | 3 ++ cni-plugins.changes | 69 ++++++++++++++++++++++++++++++++++++++++ cni-plugins.spec | 4 +-- 4 files changed, 74 insertions(+), 5 deletions(-) delete mode 100644 cni-plugins-0.7.4.tar.xz create mode 100644 cni-plugins-0.8.1.tar.xz diff --git a/cni-plugins-0.7.4.tar.xz b/cni-plugins-0.7.4.tar.xz deleted file mode 100644 index 83b9523..0000000 --- a/cni-plugins-0.7.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:926ca8e36aeef4f4b549423a443de0a2e6c1f06d6a466681a81010f4559c56d6 -size 399332 diff --git a/cni-plugins-0.8.1.tar.xz b/cni-plugins-0.8.1.tar.xz new file mode 100644 index 0000000..3f58e7b --- /dev/null +++ b/cni-plugins-0.8.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d924783d63948d43a3634beb9349fec7c90013b0d79a0f9c90ee40c7def353 +size 1149596 diff --git a/cni-plugins.changes b/cni-plugins.changes index 570d5d2..e5a566f 100644 --- a/cni-plugins.changes +++ b/cni-plugins.changes @@ -1,3 +1,72 @@ +------------------------------------------------------------------- +Thu Jun 6 12:36:17 UTC 2019 - John Paul Adrian Glaubitz + +- Updated plugins to v0.8.1: + + Bugs: + * bridge: fix ipMasq setup to use correct source address + * fix compilation error on 386 + * bandwidth: get bandwidth interface in host ns through + container interface + + Improvements: + * Release: bump go to v1.12 + * host-device: add pciBusID property +- Drop patches merged upstream: + + 0001_use_Go_facilities_to_get_a_socket.patch + +------------------------------------------------------------------- +Mon May 20 09:41:05 UTC 2019 - John Paul Adrian Glaubitz + +- Updated plugins to v0.8.0: + + New plugins: + * bandwidth - limit incoming and outgoing bandwidth + * firewall - add containers to firewall rules + * sbr - convert container routes to source-based routes + * static - assign a fixed IP address + * win-bridge, win-overlay: Windows plugins + + Plugin features / changelog: + * CHECK Support + * macvlan: + - Allow to configure empty ipam for macvlan + - Make master config optional + * bridge: + - Add vlan tag to the bridge cni plugin + - Allow the user to assign VLAN tag + - L2 bridge Implementation. + * dhcp: + - Include Subnet Mask option parameter in DHCPREQUEST + - Add systemd unit file to activate socket with systemd + - Add container ifName to the dhcp clientID, making the + clientID value + * flannel: + - Pass through runtimeConfig to delegate + * host-local: + - host-local: add ifname to file tracking IP address used + * host-device: + - Support the IPAM in the host-device + - Handle empty netns in DEL for loopback and host-device + * tuning: + - adds 'ip link' command related feature into tuning + + Bug fixes & minor changes + * Correctly DEL on ipam failure for all plugins + * Fix bug on ip revert if cmdAdd fails on macvlan and host-device + * host-device: Ensure device is down before rename + * Fix -hostprefix option + * some DHCP servers expect to request for explicit router options + * bridge: release IP in case of error + * change source of ipmasq rule from ipn to ip + + Build fixes: + * test: add coveralls support + * plugins: correctly output build version, cosmetic cleanups + * Move Windows tests to Travis +- from version v0.7.5: + + This release takes a minor change to the portmap plugin: + * Portmap: append, rather than prepend, entry rules + + This fixes a potential issue where firewall rules may + be bypassed by port mapping +- Include patch to fix the build on i586: + + 0001_use_Go_facilities_to_get_a_socket.patch +- Use new build_linux.sh script instead of removed build.sh + ------------------------------------------------------------------- Fri Jan 25 10:44:20 UTC 2019 - Sascha Grunert diff --git a/cni-plugins.spec b/cni-plugins.spec index 245ca34..354b66f 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.7.4 +Version: 0.8.1 Release: 0 Summary: Container Network Interface plugins License: Apache-2.0 @@ -57,7 +57,7 @@ the containernetworking team. %setup -q %build -./build.sh +./build_linux.sh %install