From def070c14def1393c47d6bf22968fc0da7cc10db83b4898ee88761bfe5ba71bd Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 11 Jan 2021 16:11:29 +0000 Subject: [PATCH] Accepting request 861695 from devel:kubic OBS-URL: https://build.opensuse.org/request/show/861695 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cni-plugins?expand=0&rev=14 --- _service | 4 ++-- _servicedata | 2 +- cni-plugins-0.8.7.tar.xz | 3 --- cni-plugins-0.9.0.tar.xz | 3 +++ cni-plugins.changes | 30 ++++++++++++++++++++++++++++++ cni-plugins.spec | 6 +++--- 6 files changed, 39 insertions(+), 9 deletions(-) delete mode 100644 cni-plugins-0.8.7.tar.xz create mode 100644 cni-plugins-0.9.0.tar.xz diff --git a/_service b/_service index 4bb072e..6b45b0c 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ git cni-plugins .git - 0.8.7 - v0.8.7 + 0.9.0 + v0.9.0 enable diff --git a/_servicedata b/_servicedata index b2b95ce..ae1b0e3 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/containernetworking/plugins.git - 9b8de6a613657df14a3a5958642872fa9855d570 \ No newline at end of file + e13bab99e54b4a34375450518d7db7a3da825e44 \ No newline at end of file diff --git a/cni-plugins-0.8.7.tar.xz b/cni-plugins-0.8.7.tar.xz deleted file mode 100644 index 9b5f1d3..0000000 --- a/cni-plugins-0.8.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edd2ee2973538bf6561b7e2b3157382c5e18e760e0d4ea393be2f1dad5f0f7db -size 770196 diff --git a/cni-plugins-0.9.0.tar.xz b/cni-plugins-0.9.0.tar.xz new file mode 100644 index 0000000..207f26f --- /dev/null +++ b/cni-plugins-0.9.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d248d573ff43a5a8316f2aca79d9c7685b80c94c4abafabdd140735372ad3b9 +size 1324280 diff --git a/cni-plugins.changes b/cni-plugins.changes index 9829416..02ec530 100644 --- a/cni-plugins.changes +++ b/cni-plugins.changes @@ -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 diff --git a/cni-plugins.spec b/cni-plugins.spec index 5a0e15b..daa04d5 100644 --- a/cni-plugins.spec +++ b/cni-plugins.spec @@ -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}