Skip to content

v0.2.0

Compare
Choose a tag to compare
@marquiz marquiz released this 26 Jun 08:39
· 2648 commits to master since this release
v0.2.0
a410ed4

Changelog

New features

  • Add support for Kubernetes 1.8+ (#82)
  • Adding SR-IOV capability discovery to node-feature-discovery (#49)
  • Enable nfd framework on Arm64 platform
  • Added nonrotational storage detection
  • Add memory source and NUMA detection.
  • Export proxy env vars inside docker build. Makes it possible to build node-feature-discovery from behind a proxy server, e.g. in corporate networks.
  • Advertise selinux status by adding labels
  • Make it possible to run nfd as a DaemonSet (#105)
  • Added more Intel RDT capability discovery: CMT,MBM,MBA (#120)
  • Added template spec for configuring RBAC (#126)

Misc fixes

  • Fix to report the correct version inside container.
  • Upated RDT Discovery() to use exit status
  • Clean-up RDT helper programs.
  • Improved unit test coverage
  • Add GoReport Card Widget
  • Update Community Code of Conduct
  • Improve GoReportCard metrics, both gofmt and golint (#90)
  • Get node name from spec.nodeName instead of indirectly from pod. (#93)
  • Remove hardcoding of nfd source path (#94)
  • Use a specific released version of intel-cmt-cat

Known issues

  • Occasional restarts when run as a DaemonSet (issue #122).