Dominique Leuenberger 2021-01-11 16:11:29 +00:00 committed by Git OBS Bridge
parent f693dd2981
commit def070c14d
6 changed files with 39 additions and 9 deletions

View File

@ -4,8 +4,8 @@
<param name="scm">git</param>
<param name="filename">cni-plugins</param>
<param name="exclude">.git</param>
<param name="versionformat">0.8.7</param>
<param name="revision">v0.8.7</param>
<param name="versionformat">0.9.0</param>
<param name="revision">v0.9.0</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/containernetworking/plugins.git</param>
<param name="changesrevision">9b8de6a613657df14a3a5958642872fa9855d570</param></service></servicedata>
<param name="changesrevision">e13bab99e54b4a34375450518d7db7a3da825e44</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:edd2ee2973538bf6561b7e2b3157382c5e18e760e0d4ea393be2f1dad5f0f7db
size 770196

3
cni-plugins-0.9.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d248d573ff43a5a8316f2aca79d9c7685b80c94c4abafabdd140735372ad3b9
size 1324280

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Fri Jan 08 12:16:37 UTC 2021 - rbrown@suse.com
- Update to version 0.9.0:
* tuning: revert values on delete (#540)
* go mod tidy
* bump to go 1.15
* Add ability to trigger retests via comments
* pkg/ns: fix test case to tolerate pids going away.
* Add github build & test actions
* bridge: fix testcase to check addresses we care about
* Remove travis.
* vendor: bump ginkgo, gover
* portmap plugin should flush previous udp connections
* Updating plugin README.md files (#549)
* update netlink dependencies
* Xdhcp: fix example configuration
* VRF: extend supported version to 0.3.1 too.
* VRF CNI: Add an optional table parameter.
* Add more tests for the vrf cni plugin.
* Update github.com/vishvananda/netlink to v1.1.0
* Introduce a new VRF CNI meta plugin.
* Travis: run tests on arm64
* Replace nc with the local echo client.
* Add an echo client to be used instead of nc.
* Bump up the ubuntu version used in CI to bionic.
* flannel: allow input ipam parameters as basis for delegate
* ipvlan: make master config as optional
* Remove extraneous test file in Windows plugin
-------------------------------------------------------------------
Mon Aug 31 09:15:35 UTC 2020 - dmueller@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package cni-plugins
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%define cni_bin_dir %{_libexecdir}/cni
%define cni_doc_dir %{_docdir}/cni-plugins
Name: cni-plugins
Version: 0.8.7
Version: 0.9.0
Release: 0
Summary: Container Network Interface plugins
License: Apache-2.0
@ -30,7 +30,7 @@ BuildRequires: golang-packaging
BuildRequires: shadow
BuildRequires: systemd-rpm-macros
BuildRequires: xz
BuildRequires: golang(API) >= 1.11
BuildRequires: golang(API) >= 1.15
Requires: cni
Requires(post): %fillup_prereq
%{?systemd_requires}