Accepting request 668671 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/668671 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cni-plugins?expand=0&rev=5
This commit is contained in:
parent
6e3ef498f1
commit
c301c12101
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4452e9f10dde8bb3e2b6dcacc71d5bd21cac533ed048856b130e48fc6d1e8843
|
||||
size 336036
|
3
cni-plugins-0.7.4.tar.xz
Normal file
3
cni-plugins-0.7.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:926ca8e36aeef4f4b549423a443de0a2e6c1f06d6a466681a81010f4559c56d6
|
||||
size 399332
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 10:44:20 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
- Updated plugins to v0.7.4:
|
||||
- Add host-device plugin, which simply moves a device from the
|
||||
host network namespace
|
||||
- Portmap now uses a more efficient rule structure
|
||||
- host-local can receive ranges as a RuntimeArgument
|
||||
- DHCP daemon can be containerized
|
||||
- DHCP now correctly parses routes
|
||||
- Various Windows build fixes
|
||||
- Waiting for DAD is skipped when possible
|
||||
- Bridge now uses a stable mac
|
||||
- Fix a regression where the interface's MAC address was no
|
||||
longer populated in the return type.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 12 15:53:32 UTC 2018 - alvaro.saurin@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cni-plugins
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
%define cni_doc_dir %{_docdir}/cni-plugins
|
||||
|
||||
Name: cni-plugins
|
||||
Version: 0.6.0
|
||||
Version: 0.7.4
|
||||
Release: 0
|
||||
Summary: Container Network Interface plugins
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user