Skip to content

Releases: k8snetworkplumbingwg/sriov-network-device-plugin

v3.7.0

03 Jun 10:50
3c041f8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.2...v3.7.0

v3.6.2

03 Dec 12:46
30652a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.1...v3.6.2

v3.6.1

28 Nov 16:34
94fcf0f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.0...v3.6.1

v3.6.0

10 Oct 08:21
1414269
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.1...v3.6.0

v3.5.1

04 Jul 09:34
6fff085
Compare
Choose a tag to compare

What's Changed

Container image

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

Full Changelog: v3.5.0...v3.5.1

v3.5.0

26 May 08:02
0f79c0e
Compare
Choose a tag to compare

What's Changed

Container image

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

Full Changelog: v3.4.0...v3.5.0

v3.4.0

29 Nov 16:26
7488066
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.2...v3.4.0

Container Image

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

v3.3.2: Update dependencies and fix DDPTool build issue

05 May 12:06
Compare
Choose a tag to compare

Dependency updates

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: Fix Dockerfile issues & filtering accelerator device

27 Jan 13:21
Compare
Choose a tag to compare

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: New features and bug fixes

22 Dec 11:24
726308c
Compare
Choose a tag to compare

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