Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cni-plugins for openSUSE:Factory checked in at 2022-04-02 18:19:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cni-plugins (Old) and /work/SRC/openSUSE:Factory/.cni-plugins.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cni-plugins" Sat Apr 2 18:19:49 2022 rev:16 rq:965848 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/cni-plugins/cni-plugins.changes 2021-04-29 22:44:31.088267774 +0200 +++ /work/SRC/openSUSE:Factory/.cni-plugins.new.1900/cni-plugins.changes 2022-04-02 18:19:51.410735579 +0200 @@ -1,0 +2,112 @@ +Tue Mar 29 10:08:13 UTC 2022 - [email protected] + +- Update to version 1.1.1: + * ipam/dhcp: Fix client id in renew/release + * call ipam.ExceDel after clean up device in netns fix #666 + * portmap: fix checkPorts result when chain does not exist + * portmap: fix bug that new udp connection deletes all existing conntrack entries + * Enhanced dad set to 1 + * Add boolean to enable/disable dad + * Disable DAD for container side veth + * firewall: support ingressPolicy=(open|same-bridge) for isolating bridges as in Docker + * Fix host-device gofmt + * host-device: Bring interfaces up after moving into container + * pkg/ns: use file system magic numbers from golang.org/x/sys/unix + * gofmt + * go mod tidy + * build: bump to go 1.17 + * Remove arp notify setting per comment + * plugins: replace arping package with arp_notify + * fix #685 + * Ran go fmt so tests would pass + * Fixed DHCP problem that broke when fast retry was added. + * dhcp ipam: adjust retry mechanism + * add ipam tests for dpdk device + * add ipam support for dpdk device + * ipvlan: Send Gratuitous ARP after IPs are set + * dhcp ipam: fix client id + * dhcp ipam: rename inconsistent options among files + * dhcp ipam: add more options capable for sending + * dhcp ipam: add fast retry + * dhcp ipam: support customizing dhcp options + * dhcp ipam: truncate client id to 254 bytes + * dhcp ipam: print error correctly without format string + * dhcp ipam: using full config to regular the code + * Allow setting sysctls on a particular interface + * dhcp: remove implemented TODO + * Don't redundantly filepath.Clean the output of filepath.Join + * Use crypto/rand.Read, not crypto.Reader.Read + * bridge: Add macspoofchk support + * plugins: fix bug where support for CNI version 0.4.0 or 1.0.0 was dropped + * vendor: bump to libcni v1.0.1 + * static ipam: do not parse the CIDR twice + * static ipam: improve error msgs when provisioning invalid CIDR + * bump go to 1.16, other misc fixes + * vendor: bump all direct dependencies + * vendor: bump to libcni v1.0 + * docs: Update the CI badge from Travis CI to GitHub Actions + * bridge: Fix typo in error message for promiscuous mode + * ip: place veth peer in host namspace directly + * bridge: Add mac field to specify container iface mac + * static ipam: decide wrong cidr error msg + * static ipam: stop wrapping net.ParseCIDR errors + * static ipam: show confusing error msg + * utils, hwaddr: Remove unused package + * ip, link_linux: Remove unused SetHWAddrByIP function + * plugins: remove flannel + * refactor(win-bridge): netconf + * refactor(win-bridge): hcn api processing + * refactor(win-bridge): hns api processing + * chore(win-bridge): location related + * chore(win-bridge): text related + * Remove Bryan Boreham as maintainer + * host-local: support ip/prefix in env args and CNI args + * [sbr]: Use different tableID for every ipCfg Check tableID not in use for every ipCfg + * Small typo improves in README.md + * Allow multiple routes to be added for the same prefix. Enables ECMP + * Update to lastest vendor/github.com/vishvananda/netlink + * tuning: always update MAC in CNI result + * vendor: bump to libcni v1.0-rc1 + * tuning: Add support of altering the allmulticast flag + * [sbr]: Use different tableID for every ipCfg Move default table routes which match the ipCfg config + * Fix nil-pointer check + * host-local: support custom IPs allocation through runtime configuration + * pkg/ip: introduce a new type `IP` to support formated <ip>[/<prefix>] + * go.mod: github.com/j-keck/arping v1.0.1 + * go.mod: github.com/buger/jsonparser v1.1.1 + * go.mod: github.com/alexflint/go-filemutex v1.1.0 + * go.mod github.com/Microsoft/hcsshim v0.8.16 + * go.mod: godbus/dbus/v5 v5.0.3, coreos/go-systemd v22.2.0 + * go.mod: github.com/mattn/go-shellwords v1.0.11 + * go.mod: github.com/sirupsen/logrus v1.8.1 + * CI: Install linux-modules-extra for VRF module + * Fix broken links to online docs in plugin READMEs + * gha: update actions/setup-go@v2 + * remove redundant startRange in RangeIter due to overlap check on multi ranges + * fix(win-bridge): panic while calling HNS api + * portmap: use slashes in sysctl template to support interface names which separated by dots + * pkg/ipam: use slash as sysctl separator so interface name can have dot + * [macvlan] Stop setting proxy-arp on macvlan interface + * tuning: increase test coverage to 1.0.0 and older spec versions + * portmap: increase test coverage to 1.0.0 and older spec versions + * flannel: increase test coverage to 1.0.0 and older spec versions + * firewall: increase test coverage to 1.0.0 and older spec versions + * bandwidth: increase test coverage to 1.0.0 and older spec versions + * host-local: increase test coverage to 1.0.0 and older spec versions + * static: increase test coverage to 1.0.0 and older spec versions + * dhcp: increase test coverage to 1.0.0 and older spec versions + * dhcp: add -resendmax option to limit lease acquisition time for testcases + * vlan: increase test coverage to 1.0.0 and older spec versions + * ptp: increase test coverage to 1.0.0 and older spec versions + * macvlan: increase test coverage to 1.0.0 and older spec versions + * loopback: increase test coverage to 1.0.0 and older spec versions + * ipvlan: increase test coverage to 1.0.0 and older spec versions + * host-device: increase test coverage to 1.0.0 and older spec versions + * bridge: increase test coverage to 1.0.0 and older spec versions + * bridge: simplify version-based testcase code + * testutils: add test utilities for spec version features + * plugins: update to spec version 1.0.0 + * vendor: bump CNI to 1.0.0-pre @ 62e54113 +- Drop %go_nostrip + +------------------------------------------------------------------- Old: ---- cni-plugins-0.9.1.tar.xz New: ---- cni-plugins-1.1.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cni-plugins.spec ++++++ --- /var/tmp/diff_new_pack.ZsCnif/_old 2022-04-02 18:19:52.554722737 +0200 +++ /var/tmp/diff_new_pack.ZsCnif/_new 2022-04-02 18:19:52.558722693 +0200 @@ -1,7 +1,7 @@ # # spec file for package cni-plugins # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,14 +19,13 @@ %define cni_bin_dir %{_libexecdir}/cni %define cni_doc_dir %{_docdir}/cni-plugins Name: cni-plugins -Version: 0.9.1 +Version: 1.1.1 Release: 0 Summary: Container Network Interface plugins License: Apache-2.0 Group: System/Management URL: https://github.com/containernetworking/plugins Source: %{name}-%{version}.tar.xz -BuildRequires: golang-packaging BuildRequires: shadow BuildRequires: systemd-rpm-macros BuildRequires: xz @@ -34,8 +33,6 @@ Requires: cni Requires(post): %fillup_prereq %{?systemd_requires} -# Make sure that the binary is not getting stripped. -%{go_nostrip} %description The CNI (Container Network Interface) project consists of a @@ -53,6 +50,9 @@ %setup -q %build +%ifnarch ppc64 +export GOFLAGS="-buildmode=pie" +%endif ./build_linux.sh %install ++++++ _service ++++++ --- /var/tmp/diff_new_pack.ZsCnif/_old 2022-04-02 18:19:52.594722289 +0200 +++ /var/tmp/diff_new_pack.ZsCnif/_new 2022-04-02 18:19:52.598722244 +0200 @@ -4,8 +4,8 @@ <param name="scm">git</param> <param name="filename">cni-plugins</param> <param name="exclude">.git</param> - <param name="versionformat">0.9.1</param> - <param name="revision">v0.9.1</param> + <param name="versionformat">1.1.1</param> + <param name="revision">v1.1.1</param> <param name="changesgenerate">enable</param> </service> <service name="recompress" mode="disabled"> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.ZsCnif/_old 2022-04-02 18:19:52.618722019 +0200 +++ /var/tmp/diff_new_pack.ZsCnif/_new 2022-04-02 18:19:52.622721975 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/containernetworking/plugins.git</param> - <param name="changesrevision">fa48f7515b50272b7106702a662fadbf2ead3d18</param></service></servicedata> + <param name="changesrevision">b1782e50d74797c84a55ab40562a61e8446b5f56</param></service></servicedata> (No newline at EOF) ++++++ cni-plugins-0.9.1.tar.xz -> cni-plugins-1.1.1.tar.xz ++++++ ++++ 166518 lines of diff (skipped)
