forked from pool/cni-plugins
Accepting request 1182498 from devel:microos
Update to version 1.5.1 OBS-URL: https://build.opensuse.org/request/show/1182498 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cni-plugins?expand=0&rev=21
This commit is contained in:
commit
461f67b814
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">cni-plugins</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v1.4.0</param>
|
||||
<param name="revision">v1.5.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/containernetworking/plugins.git</param>
|
||||
<param name="changesrevision">1fb5bf669e42cd208008e52d45b41fe2c3eb8dbc</param></service></servicedata>
|
||||
<param name="changesrevision">c29dc79f96cd50452a247a4591443d2aac033429</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b8bdf06cef650986d75b58162a4a6c8a46776e32b77a9b532ebaa4cee163f9f
|
||||
size 2163276
|
3
cni-plugins-1.5.1.tar.xz
Normal file
3
cni-plugins-1.5.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:681a5c79b48c26ab74dac1a587de043583b8e9a16f22c0b49b024bb72abf936b
|
||||
size 2032368
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 15:56:20 UTC 2024 - Enrico Belleri <kilgore.trout@idesmi.eu>
|
||||
|
||||
- Update to version 1.5.1:
|
||||
* Support DeviceID on Auxiliary Bus
|
||||
* Dev/exclude subnets from traffic shaping
|
||||
* Use temporary name for netdevice when moving in/out of NS
|
||||
|
||||
- Update to version 1.5.0:
|
||||
|
||||
New Features:
|
||||
|
||||
* Support DeviceID on Auxiliary Bus by @adrianchiris in #1003
|
||||
* Dev/exclude subnets from traffic shaping by @oOraph in #921
|
||||
|
||||
Fixes:
|
||||
|
||||
* Fix release script in github action by @s1061123 in #1037.
|
||||
* Use temporary name for netdevice when moving in/out of NS by @adrianchiris in #1002
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 06 12:28:38 UTC 2024 - dcermak@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define cni_bin_dir %{_libexecdir}/cni
|
||||
%define cni_doc_dir %{_docdir}/cni-plugins
|
||||
Name: cni-plugins
|
||||
Version: 1.4.0
|
||||
Version: 1.5.1
|
||||
Release: 0
|
||||
Summary: Container Network Interface plugins
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user