forked from pool/cni-plugins
Accepting request 815577 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/815577 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cni-plugins?expand=0&rev=11
This commit is contained in:
parent
db0e0e3da6
commit
7c5c08d835
4
_service
4
_service
@ -4,8 +4,8 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">cni-plugins</param>
|
<param name="filename">cni-plugins</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="versionformat">0.8.4</param>
|
<param name="versionformat">0.8.6</param>
|
||||||
<param name="revision">v0.8.4</param>
|
<param name="revision">v0.8.6</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f676942828ce3fdfdc6fca260dc59fcfa6003e47ac444b5c96754c0e7be16e11
|
|
||||||
size 797748
|
|
3
cni-plugins-0.8.6.tar.xz
Normal file
3
cni-plugins-0.8.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7013ab0a4aa59f7bed850ada939f834f8212571b7747fb1d5b5fe1f13dc5aafc
|
||||||
|
size 789800
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 17 08:38:27 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.8.6 (bsc#1172410)
|
||||||
|
* New features
|
||||||
|
* Support device id in host device plugin (#471).
|
||||||
|
* win-bridge: add support for portMappings capability (#475).
|
||||||
|
* Make host-device to work with virtio net device (#453).
|
||||||
|
* Small improvements
|
||||||
|
* ptp, bridge: disable accept_ra on the host-side interface (#484).
|
||||||
|
* modify the error url of windowscontainer (#460).
|
||||||
|
* portmap: Apply the DNAT hairpin to the whole subnet (#469). The DNAT hairpin
|
||||||
|
rule only allow the * container itself to access the ports it is exposing thru
|
||||||
|
the host IP. Other containers in the same subnet might also want to access this
|
||||||
|
service via the host IP, so apply this rule to the whole subnet instead of just
|
||||||
|
for the container.
|
||||||
|
* Unlock OS thread after netns is restored (#455).
|
||||||
|
* Bugfixes
|
||||||
|
* plugins/meta/sbr: Adjusted ipv6 address mask to /128 (#479). A /64 mask was used
|
||||||
|
which routed an entire cidr based on source, not only the bound address.
|
||||||
|
* check bridge's port state (#468). fix #463
|
||||||
|
* Reset the route flag before moving the rule (#472).
|
||||||
|
* replace juju/errors because of CNCF license scan (#458). ref to #457
|
||||||
|
* loopback: Fix ipv6 address checks (#442). Fixes a minor bug in loopback plugin.
|
||||||
|
The IPv6 address check loops over IPv4 addresses.
|
||||||
|
- from version 0.8.5
|
||||||
|
* Bugfixes
|
||||||
|
* bridge: Fix for the case where kernel doesn't have CONFIG_BRIDGE_VLAN_FILTERING
|
||||||
|
(#434) fixes #370.
|
||||||
|
* vlan: Fix vlan plugin returning error when device is already removed (#438).
|
||||||
|
* Improvements
|
||||||
|
* sysctl: Improve support of sysctl name separators (#437).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 9 13:24:41 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
Thu Jan 9 13:24:41 UTC 2020 - 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.8.4
|
Version: 0.8.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Container Network Interface plugins
|
Summary: Container Network Interface plugins
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user