Changelog for
cni-1.2.2-1.0.2.1.sr20240605.x86_64.rpm :
* Tue Jun 25 2024 dcermakAATTsuse.com- Update to version 1.2.2:
* libcni: remove use of Masterminds/semver
* Thu Jun 20 2024 dcermakAATTsuse.com- Update to version 1.2.1:
* SPEC: add warning about preserving shared resources for GC
* Fix faulty json.Marshal behavior for embeds types.NetConf
* libcni: implement disableGC
* Spec: add disableGC flag
* GetCachedAttachments should ignore missing directories
* libcni: always delete the cache on conflist for CNI DEL
* supplement ns building files for darwin os
* Tue Apr 16 2024 Dan Čermák
- Remove 0001-fix-upstream-CVE-2021-38561.patch, patch has been merged into golang.org/x/text version 0.3.7, vendored bundle now contains 0.14.0- Stop shipping development files DCO & CONTRIBUTING.md- New upstream release 1.2.0 with spec 1.1.0:
* GC verb
* STATUS verb
* Version negotiation
* Mon Oct 09 2023 Dan Čermák - Bump BuildRequired golang version to >= 1.21, fixes bsc#1216006
* Fri Dec 30 2022 Andrea Manzini - added patch 0001-fix-upstream-CVE-2021-38561.patch for [bsc#1206711]
* Thu Dec 29 2022 andrea.manziniAATTsuse.com- Update to version 1.1.2:
* Fix successfully unmarshalled nil raw result
* spec: fix format
* invoke: if Result CNIVersion is empty use netconf CNIVersion
* cnitool: address golint error
* libcni: handle empty version when parsing version
* Switch to ginkgo/v2
* add security heading to README
* Maintainers: add Mike Zappa
* introduce hybridnet to thrid-party plugins
* Fix incorrect pointer inputs to `json.Unmarshal`
* fix version of cni v0.8.1 does not have a directory of github.com/containernetworking/cni/pkg/types/100 refer to https://github.com/containernetworking/cni/tree/v0.8.1/pkg/types
* Spec: Container runtime shall tear down namespaces
* Update README.md
* Updated README.md to include Netlox loxilight CNI
* documentation: update Multus link in README.md to point to the k8snetworkplumbingwg repository
* [exec-plugins]: support plugin lists
* skel: remove superfluous err nil check in (
*dispatcher).pluginMain
* Remove Gabe Rosenhouse as maintainer
* skel: print out CNI versions supported in help text.
* Thu Nov 10 2022 Andrea Manzini - Update to version 1.1.2:
* spec: fix format
* libcni: handle empty version when parsing version
* [exec-plugins]: support plugin lists This is a minor update to the CNI libraries and tooling. This does not bump the protocol / spec version, which remains at v1.0.0
* Sat Mar 26 2022 Enrico Belleri - Update to version v1.0.1:
* Rewritten spec + non-List configurations are removed + the version field in the interfaces array was redundant and is removed
* libcni improvements- Employ RPM macros.go where feasible- Use vendor tarball- Remove ./build.sh
* Mon May 31 2021 John Paul Adrian Glaubitz - Update to version 0.8.1:
* This is a security release that fixes a single bug: bsc#1181961 aka CVE-2021-20206 - Tighten up plugin-finding logic (#811).
* Sat Apr 24 2021 Dirk Müller - use buildmode=pie (cnitool is installed into sbindir)
* Tue Mar 16 2021 Jeff Kowalczyk - Set GO111MODULE=auto to build with go1.16+
* Default changed to GO111MODULE=on in go1.16
* Set temporarily until using upstream release with go.mod
* Drop BuildRequires: golang-packaging not currently using macros
* Add BuildRequires: golang(API) >= 1.13 recommended dependency expression