Skip to content

Releases: k8snetworkplumbingwg/sriov-cni

v2.8.1

20 Aug 13:08
fca6591
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.0...v2.8.1

v2.8.0

26 May 15:48
36570f5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.0...v2.8.0

v2.7.0

24 Nov 17:15
011ae68
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.3...v2.7.0

v2.6.3

04 Jul 09:30
ba420ed
Compare
Choose a tag to compare

What's Changed

Container Image

  • ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.6.3

Full Changelog: v2.6.2...v2.6.3

v2.6.2

09 Nov 13:43
4465f17
Compare
Choose a tag to compare

What's Changed

Container Image

  • ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.6.2

Full Changelog: v2.6.1...v2.6.2

Improvements / Bug fixes

11 Jun 15:32
e60316c
Compare
Choose a tag to compare

Improvements

  • Improve daemonset security (#170)
  • set vlan to 0 if not defined. (#180)

Bug/vulnerability fixes

  • Release IPAM resources for exited containers (#164)
  • Always add the MAC address to the response (#167)
  • CVE-2021-20206 (#168)
  • Allow daemonset to handle termination signals (#171)
  • Fix possible dead loop in sriov pod deletion (#181)
  • Fix 1.16 build (#182)

v2.6: Enable IP address allocation for DPDK interfaces and bug fixes

21 Dec 17:23
bcc60a3
Compare
Choose a tag to compare

Project has moved from Intel to Network Plumbing Working Group with new URL https://github.com/k8snetworkplumbingwg/sriov-cni

New features:

  • Enable IP address allocation for DPDK interface #142
  • Contribution guide #150

Bug fixes:

  • Fix return of wrong MAC address value in result #144
  • Fix not cleaning mod cache #152
  • Fix shell script issues resulting from shellcheck scan #140
  • Correct docker files resulting from hadolint scan #139

v2.3

09 Apr 10:55
f356b6b
Compare
Choose a tag to compare
  • Changed temp interface naming format (#112)
  • Restore original VF value when needed (#114)
  • Remove unused dpdk pkg (#122)

Released version 2.2

05 Nov 10:04
2aa9b0e
Compare
Choose a tag to compare

Features:

  • Added support for TX rates for SR-IOV VFs
  • Added support for setting VF MAC address from CNI RuntimeConfig
  • Allow setting link_state in spec conf for test environment
  • Allow configuring VF flags for spoofcheck, trust mode
  • Added support for VLAN QoS configuration
  • Added k8s v1.16 daemonset

Fix:

  • Fix: a possible runtime error with wrong config in spec

Releasing version 2.1

13 Jun 13:02
Compare
Choose a tag to compare
  • Deprecate "dpdk" config field
    • To be more align with SR-IOV network device plugin integration
    • DPDK drivers are to be attached before device discovery by device plugin
    • Supported DPDK mode drivers are auto detected
  • Deprecate "l2mode", and "cniDir" fields
  • Deployment using K8s Daemonset