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
This commit is contained in:
parent
c301c12101
commit
0ad4ac2db7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:926ca8e36aeef4f4b549423a443de0a2e6c1f06d6a466681a81010f4559c56d6
|
|
||||||
size 399332
|
|
3
cni-plugins-0.8.1.tar.xz
Normal file
3
cni-plugins-0.8.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:34d924783d63948d43a3634beb9349fec7c90013b0d79a0f9c90ee40c7def353
|
||||||
|
size 1149596
|
@ -1,3 +1,72 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 6 12:36:17 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- 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 <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- 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 <sgrunert@suse.com>
|
Fri Jan 25 10:44:20 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define cni_doc_dir %{_docdir}/cni-plugins
|
%define cni_doc_dir %{_docdir}/cni-plugins
|
||||||
|
|
||||||
Name: cni-plugins
|
Name: cni-plugins
|
||||||
Version: 0.7.4
|
Version: 0.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Container Network Interface plugins
|
Summary: Container Network Interface plugins
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -57,7 +57,7 @@ the containernetworking team.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./build.sh
|
./build_linux.sh
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user