Sriov Network Device Plugin Versions Save

SRIOV network device plugin for Kubernetes

v3.6.1

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/k8snetworkplumbingwg/sriov-network-device-plugin/compare/v3.6.0...v3.6.1

v3.6.0

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/k8snetworkplumbingwg/sriov-network-device-plugin/compare/v3.5.1...v3.6.0

v3.5.1

1 year ago

What's Changed

Container image

  • ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.5.1

Full Changelog: https://github.com/k8snetworkplumbingwg/sriov-network-device-plugin/compare/v3.5.0...v3.5.1

v3.5.0

2 years ago

What's Changed

Container image

  • ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.5.0

Full Changelog: https://github.com/k8snetworkplumbingwg/sriov-network-device-plugin/compare/v3.4.0...v3.5.0

v3.4.0

2 years ago

What's Changed

Full Changelog: https://github.com/k8snetworkplumbingwg/sriov-network-device-plugin/compare/v3.3.2...v3.4.0

Container Image

  • ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.4.0

v3.3.2

3 years ago

Dependency updates

  • Update containernetworking/cni dependency #346
  • Update protobuf to fix CVE-2021-3121 #324

Fixes

  • Fix building with Go 1.16 #331
  • Fix DDPTool building with gcc 10 #333

Enhancements

  • Create GH container registry images for each new push to master and each new release #334
  • Update DDP docs #343

v3.3.1

3 years ago

Bug Fixes:

  • PCI address based filtering for accelerator devices was indicated as supported in documentation but not implemented with code. #301
  • Set Dockerfile golang alpine image to fix DDPTool build #317
  • Set Dockerfile alpine image to fix alpine APK proxy issue #318

v3.3

3 years ago

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

v3.2

4 years ago
  • Add support to pfNames selector with VF range and list (#193)
  • Configurable resource prefix per resource pools (#194)
  • Add ddp selector (#199)