Changelog
- Detection of CPU model
- Detect Intel Control-flow Enforcement Technology (CET)
- Detect intel-iommu/version attribute of PCI devices
- Detect IBM Secure Execution (S390x)
- Helm chart:
- Support configuring
-resource-labels
for nfd-master - Configurable annotations to DaemonSet (nfd-master) and Deployment (nfd-worker)
- Create ServiceAccount for nfd-worker
- Support configuring
List of PRs
- README: bump to v0.10.0 (#720)
- scripts/update-gh-pages: fix symlink to stable version (#724)
- go.mod: bump kubernetes to v1.23.1 (#725)
- github: re-organize the release process slightly (#721)
- Fix GoLinter Issues in the files (#711)
- Multi ARCH build amd64, arm64 (#698)
- Adding missing target dep (#728)
- cloudbuild.yaml: set HOME to /root (#730)
- cloudbuild.yaml: double the timeout (#731)
- cloudbuild.yaml: increase timeout to 2400s (#733)
- cloudbuild.yaml: increase timeout to 1 hour (#734)
- cloudbuild.yaml: increase timeout to 1h 20min (#735)
- Increase timeout in test setups (#738)
- scripts: configure docker auth in push-image.sh (#739)
- cloudbuild.yaml: upgrade machine type to n1-highcpu-8 (#740)
- scripts/test-infra: separate task for multiarch image build (#742)
- nfd-master: print gRPC server error correctly (#732)
- nfd-master: do graceful stop of gRPC server (#736)
- cloudbuild.yaml: decrease timeout to 25 minutes (#741)
- docs: clarify deployment requirements (#745)
- docs: drop topology-updater cmdline help from developer guide (#748)
- README: point to v0.10.1 (#753)
- docs: update helm document to match values.yaml (#727)
- docs: fix operator deployment instructions (#726)
- scripts/prepare-release: fix upating of readme (#755)
- docs: re-fix operator deployment instructions (#762)
- docs: use new custom rule format in worker config reference (#754)
- go.mod: update to klauspost/cpuid/v2@v2.0.11 (#771)
- docs: Update default K8S_NAMESPACE (#773)
- tls: require min TLS version 1.3 (#781)
- Add ServiceAccount for nfd-worker (#782)
- Additional Lint Fixes in Codebase (#779)
- Fixed the incorrect references (#769)
- source/pci: detect intel-iommu/version (#716)
- topologyupdater: Prevent crash with incorrect node id (#783)
- deployment/helm: add resourceLabels to master args (#793)
- Fix a couple typos (#796)
- apis/nfd: empty match expression set returns no features for templates (#787)
- helm: add annotations to daemonset and deployment (#794)
- Add cpu-model feature detection (#792)
- cpu: Discover IBM Secure Execution (#790)