Skip to content

v3.3: New features and bug fixes

Compare
Choose a tag to compare
@martinkennelly martinkennelly released this 22 Dec 11:24
· 281 commits to master since this release
726308c

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

New Features:

  • Allow configuration per node instead of per k8 cluster #279
  • Support for running within a VM with no iommu support #272
  • Add rootDevices selector for netDevice #264
  • Include contribution guide #150
  • Improve RDMA logging #226
  • Add VF creation dependency docs before starting DP #244
  • Update NVidia VF setup instructions #252
  • Ability to share /dev/vhost-net #228
  • Include ARM64 daemonset #227
  • Add pciAddress selector #195
  • Add go mod support #225

Bug fixes:

  • Receive termination signal correctly #284
  • Fix help output #296
  • Fix overlapping pf names causing false matches #263
  • Fix golang/x/text dependency CVE #254
  • Change image pull policy from never to IfNotPresent so user doesn't need to manually pull #243
  • Skip devices that do not have PF names when "pfNames" selector is used #235
  • Clean go modules correctly #233