Accepting request 724040 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/724040 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cni-plugins?expand=0&rev=7
This commit is contained in:
parent
0ad4ac2db7
commit
47cde3eeee
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:34d924783d63948d43a3634beb9349fec7c90013b0d79a0f9c90ee40c7def353
|
|
||||||
size 1149596
|
|
3
cni-plugins-0.8.2.tar.xz
Normal file
3
cni-plugins-0.8.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:200317dbc7001570b7678f54d714468944c9a19fea475feffb7fde6273faa07b
|
||||||
|
size 834280
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 16 12:18:36 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update plugins to v0.8.2
|
||||||
|
+ New features:
|
||||||
|
* Support "args" in static and tuning
|
||||||
|
* Add Loopback DSR support, allow l2tunnel networks
|
||||||
|
to be used with the l2bridge plugin
|
||||||
|
* host-local: return error if same ADD request is seen twice
|
||||||
|
* bandwidth: fix collisions
|
||||||
|
* Support ips capability in static and mac capability in tuning
|
||||||
|
* pkg/veth: Make host-side veth name configurable
|
||||||
|
+ Bug fixes:
|
||||||
|
* Fix: failed to set bridge addr: could not add IP address to "cni0": file exists
|
||||||
|
* host-device: revert name setting to make retries idempotent (#357).
|
||||||
|
* Vendor update go-iptables. Vendor update go-iptables to
|
||||||
|
obtain commit f1d0510cabcb710d5c5dd284096f81444b9d8d10
|
||||||
|
* Update go.mod & go.sub
|
||||||
|
* Remove link Down/Up in MAC address change to prevent route flush (#364).
|
||||||
|
* pkg/ip unit test: be agnostic of Linux version, on Linux 4.4 the syscall
|
||||||
|
error message is "invalid argument" not "file exists"
|
||||||
|
* bump containernetworking/cni to v0.7.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 6 12:36:17 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Thu Jun 6 12:36:17 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@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.1
|
Version: 0.8.2
|
||||||
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