cni-plugins: update to 1.9.1
authorDaniel Golle <redacted>
Fri, 8 May 2026 17:07:22 +0000 (18:07 +0100)
committerDaniel Golle <redacted>
Fri, 15 May 2026 12:45:40 +0000 (13:45 +0100)
Major version jump from 1.1.1 covering the 1.2.x - 1.9.x series.
Highlights:
 - portmap: implement netfilter (nft) backend; bandwidth: optimization
 - bridge: support "vlanTrunk" property and DAD/PVID support
 - macvlan: support "linkInContainer" mode
 - ipvlan: support "linkInContainer" mode
 - dhcp: support DHCP option 121 classless static routes
 - host-local: handle ranges with single IP
 - firewall: support "ingressPolicy" with iptables and nftables
 - tuning: allow specifying tx queue length
 - Go module bumps including security fixes
 - Minimum Go version: 1.23

Link: https://github.com/containernetworking/plugins/releases/tag/v1.9.1
Link: https://github.com/containernetworking/plugins/blob/v1.9.1/CHANGELOG.md
Signed-off-by: Daniel Golle <redacted>
utils/cni-plugins/Makefile

index b7e6d315fb14493284e1a3040d8a0ae3b8f0d413..2315c6f43784d123fd540d1cfa3053b0831dd4d3 100644 (file)
@@ -1,13 +1,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=cni-plugins
-PKG_VERSION:=1.1.1
-PKG_RELEASE:=2
+PKG_VERSION:=1.9.1
+PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_VERSION:=v$(PKG_VERSION)
 PKG_SOURCE_URL:=https://github.com/containernetworking/plugins
-PKG_MIRROR_HASH:=4372700fa1fb159235586432800f228d92246d13571f5a29aa9bc58291eac6d9
+PKG_MIRROR_HASH:=26cbc77b2cd9e929cadd058787c5fed39fa5bce48f78b40bf6970f0a06d07a57
 
 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>, Paul Spooren <mail@aparcar.org>
 PKG_LICENSE:=Apache-2.0
git clone https://git.99rst.org/PROJECT