CentOS: Uprev the containernetwork-plugins to 1.0.1

This commit bumps the containernetwork-plugins package to v1.0.1.

This is part of the ongoing activity of refreshing kubernetes
components.  In this case, various bug fixes throughout the
plugins have been picked up.

Test Plan:

 - Successful build of the new package.
 - Plugin functional testing:
   main:
    bridge
    macvlan
    ipvlan
    vlan
    ptp
    host-device

   meta:
    sbr
    vrf
    tuning
    portmap
    bandwidth

   ipam:
    dhcp
    static
    host-local

Story: 2009832
Task: 44426

Change-Id: Id636b959cf500009b4f14bc10379a5edf969d032
Signed-off-by: Steven Webster <steven.webster@windriver.com>
This commit is contained in:
Steven Webster 2022-02-24 08:44:18 -05:00
parent 0ebda405d8
commit 9597dd7503
3 changed files with 7 additions and 11 deletions

View File

@ -86,5 +86,5 @@ zstd-b706286adbba780006a47ef92df0ad7a785666b6.tar.gz#zstd#https://api.github.com
inih-b1dbff4b0bd1e1f40d237e21011f6dee0ec2fa69.tar.gz#inih-44#https://github.com/benhoyt/inih/tarball/b1dbff4b0bd1e1f40d237e21011f6dee0ec2fa69#https##
pf-bb-config-d7d5f1ddd17b4c80e3e0d6ce87660926f58f8585.tar.gz#pf-bb-config-21.6#https://github.com/intel/pf-bb-config/tarball/d7d5f1ddd17b4c80e3e0d6ce87660926f58f8585#https##
gpu-operator-1.8.1.tar.gz#gpu-operator-1.8.1#https://github.com/NVIDIA/gpu-operator/archive/v1.8.1.tar.gz##https##
containernetworking-plugins-v0.9.1.tar.gz#containernetworking-plugins-v0.9.1#https://github.com/containernetworking/plugins/archive/refs/tags/v0.9.1.tar.gz#https##
containernetworking-plugins-v1.0.1.tar.gz#containernetworking-plugins-v1.0.1#https://github.com/containernetworking/plugins/archive/refs/tags/v1.0.1.tar.gz#https##
bond-cni-bff6422d7089d988dc1548e6abe0543601f6e1c7.tar.gz#bond-cni-bff6422d7089d988dc1548e6abe0543601f6e1c7#https://api.github.com/repos/k8snetworkplumbingwg/bond-cni/tarball/bff6422d7089d988dc1548e6abe0543601f6e1c7#https##

View File

@ -1,9 +1,2 @@
VERSION=0.9.1
CON_VERSION=0.9.1
TAR_NAME=containernetworking-plugins
TAR="$TAR_NAME-v$VERSION.tar.gz"
#CONTRIB="$TAR_NAME-contrib-v$CON_VERSION.tar.gz"
COPY_LIST="${CGCS_BASE}/downloads/$TAR"
TIS_PATCH_VER=PKG_GITREVCOUNT
COPY_LIST="${CGCS_BASE}/downloads/containernetworking-plugins-v1.0.1.tar.gz"
TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -22,7 +22,7 @@
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: containernetworking-plugins
Version: 0.9.1
Version: 1.0.1
Release: 1%{?_tis_dist}.%{tis_patch_ver}
Summary: CNI network plugins
License: ASL 2.0
@ -123,6 +123,9 @@ install -p -m 0755 bin/* %{buildroot}/%{_libexecdir}/cni
%{_libexecdir}/cni/*
%changelog
* Thu Feb 17 2022 Steven Webster <steven.webster@windriver.com> - 1.0.1
- bump to v1.0.1
* Sun Aug 08 2021 Steven Webster <steven.webster@windriver.com>
- Support for compilation on StarlingX