feat(helm): update chart node-feature-discovery ( 0.16.6 → 0.19.0 ) - #5459
Open
renovate[bot] wants to merge 1 commit into
Open
feat(helm): update chart node-feature-discovery ( 0.16.6 → 0.19.0 )#5459renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
--- kubernetes/cluster-0/apps/system/node-feature-discovery/app Kustomization: flux-system/node-feature-discovery HelmRelease: system/node-feature-discovery
+++ kubernetes/cluster-0/apps/system/node-feature-discovery/app Kustomization: flux-system/node-feature-discovery HelmRelease: system/node-feature-discovery
@@ -14,13 +14,13 @@
chart: node-feature-discovery
interval: 30m
sourceRef:
kind: HelmRepository
name: kubernetes-sigs-nfd
namespace: flux-system
- version: 0.16.6
+ version: 0.17.2
install:
crds: CreateReplace
interval: 30m
upgrade:
crds: CreateReplace
values: |
Contributor
--- HelmRelease: system/node-feature-discovery ClusterRole: system/node-feature-discovery
+++ HelmRelease: system/node-feature-discovery ClusterRole: system/node-feature-discovery
@@ -5,12 +5,19 @@
name: node-feature-discovery
labels:
app.kubernetes.io/name: node-feature-discovery
app.kubernetes.io/instance: node-feature-discovery
app.kubernetes.io/managed-by: Helm
rules:
+- apiGroups:
+ - ''
+ resources:
+ - namespaces
+ verbs:
+ - watch
+ - list
- apiGroups:
- ''
resources:
- nodes
- nodes/status
verbs:
--- HelmRelease: system/node-feature-discovery Role: system/node-feature-discovery-worker
+++ HelmRelease: system/node-feature-discovery Role: system/node-feature-discovery-worker
@@ -14,12 +14,13 @@
resources:
- nodefeatures
verbs:
- create
- get
- update
+ - delete
- apiGroups:
- ''
resources:
- pods
verbs:
- get
--- HelmRelease: system/node-feature-discovery DaemonSet: system/node-feature-discovery-worker
+++ HelmRelease: system/node-feature-discovery DaemonSet: system/node-feature-discovery-worker
@@ -33,23 +33,23 @@
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
- image: registry.k8s.io/nfd/node-feature-discovery:v0.16.6
+ image: registry.k8s.io/nfd/node-feature-discovery:v0.17.2
imagePullPolicy: IfNotPresent
livenessProbe:
grpc:
port: 8082
initialDelaySeconds: 10
readinessProbe:
- failureThreshold: 10
grpc:
port: 8082
initialDelaySeconds: 5
+ failureThreshold: 10
env:
- name: NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
- name: POD_NAME
@@ -66,13 +66,12 @@
requests:
cpu: 5m
memory: 48Mi
command:
- nfd-worker
args:
- - -feature-gates=NodeFeatureAPI=true
- -feature-gates=NodeFeatureGroupAPI=false
- -metrics=8081
- -grpc-health=8082
ports:
- containerPort: 8081
name: metrics
@@ -94,15 +93,12 @@
- name: host-lib
mountPath: /host-lib
readOnly: true
- name: host-proc-swaps
mountPath: /host-proc/swaps
readOnly: true
- - name: source-d
- mountPath: /etc/kubernetes/node-feature-discovery/source.d/
- readOnly: true
- name: features-d
mountPath: /etc/kubernetes/node-feature-discovery/features.d/
readOnly: true
- name: nfd-worker-conf
mountPath: /etc/kubernetes/node-feature-discovery
readOnly: true
@@ -122,15 +118,12 @@
- name: host-lib
hostPath:
path: /lib
- name: host-proc-swaps
hostPath:
path: /proc/swaps
- - name: source-d
- hostPath:
- path: /etc/kubernetes/node-feature-discovery/source.d/
- name: features-d
hostPath:
path: /etc/kubernetes/node-feature-discovery/features.d/
- name: nfd-worker-conf
configMap:
name: node-feature-discovery-worker-conf
--- HelmRelease: system/node-feature-discovery Deployment: system/node-feature-discovery-master
+++ HelmRelease: system/node-feature-discovery Deployment: system/node-feature-discovery-master
@@ -34,26 +34,26 @@
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
- image: registry.k8s.io/nfd/node-feature-discovery:v0.16.6
+ image: registry.k8s.io/nfd/node-feature-discovery:v0.17.2
imagePullPolicy: IfNotPresent
+ startupProbe:
+ grpc:
+ port: 8082
+ failureThreshold: 30
livenessProbe:
grpc:
port: 8082
- initialDelaySeconds: 10
readinessProbe:
- failureThreshold: 10
grpc:
port: 8082
- initialDelaySeconds: 5
+ failureThreshold: 10
ports:
- - containerPort: 8080
- name: grpc
- containerPort: 8081
name: metrics
- containerPort: 8082
name: health
env:
- name: NODE_NAME
@@ -66,14 +66,13 @@
limits:
memory: 51Mi
requests:
cpu: 21m
memory: 51Mi
args:
- - -crd-controller=true
- - -feature-gates=NodeFeatureAPI=true
+ - -enable-leader-election
- -feature-gates=NodeFeatureGroupAPI=false
- -metrics=8081
- -grpc-health=8082
volumeMounts:
- name: nfd-master-conf
mountPath: /etc/kubernetes/node-feature-discovery
--- HelmRelease: system/node-feature-discovery Deployment: system/node-feature-discovery-gc
+++ HelmRelease: system/node-feature-discovery Deployment: system/node-feature-discovery-gc
@@ -27,13 +27,13 @@
serviceAccountName: node-feature-discovery-gc
dnsPolicy: ClusterFirstWithHostNet
securityContext: {}
hostNetwork: false
containers:
- name: gc
- image: registry.k8s.io/nfd/node-feature-discovery:v0.16.6
+ image: registry.k8s.io/nfd/node-feature-discovery:v0.17.2
imagePullPolicy: IfNotPresent
env:
- name: NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
--- HelmRelease: system/node-feature-discovery Job: system/node-feature-discovery-prune
+++ HelmRelease: system/node-feature-discovery Job: system/node-feature-discovery-prune
@@ -27,13 +27,13 @@
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
- image: registry.k8s.io/nfd/node-feature-discovery:v0.16.6
+ image: registry.k8s.io/nfd/node-feature-discovery:v0.17.2
imagePullPolicy: IfNotPresent
command:
- nfd-master
args:
- -prune
restartPolicy: Never |
Contributor
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
renovate
Bot
force-pushed
the
renovate/cluster-0-node-feature-discovery-0.x
branch
from
January 14, 2025 13:19
ad8372b to
010f42b
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-node-feature-discovery-0.x
branch
from
February 24, 2025 10:14
010f42b to
f78bfa8
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-node-feature-discovery-0.x
branch
from
April 24, 2025 19:28
f78bfa8 to
a255245
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-node-feature-discovery-0.x
branch
from
September 22, 2025 13:26
a255245 to
41d931a
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-node-feature-discovery-0.x
branch
from
October 2, 2025 14:30
41d931a to
5746282
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-node-feature-discovery-0.x
branch
from
October 7, 2025 18:46
5746282 to
f28d6f0
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-node-feature-discovery-0.x
branch
from
October 20, 2025 14:48
f28d6f0 to
499f75b
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-node-feature-discovery-0.x
branch
from
November 5, 2025 11:01
499f75b to
b315fd8
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-node-feature-discovery-0.x
branch
from
January 8, 2026 16:31
b315fd8 to
68868e6
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-node-feature-discovery-0.x
branch
from
June 22, 2026 17:44
68868e6 to
37f0761
Compare
| datasource | package | from | to | | ---------- | ---------------------- | ------ | ------ | | helm | node-feature-discovery | 0.16.6 | 0.19.0 |
renovate
Bot
force-pushed
the
renovate/cluster-0-node-feature-discovery-0.x
branch
from
July 10, 2026 15:56
37f0761 to
14aa956
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR contains the following updates:
0.16.6→0.19.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
kubernetes-sigs/node-feature-discovery (node-feature-discovery)
v0.19.0Compare Source
Highlights
-owner-refs/core.ownerRefs(pod,ds,node; defaultpod,ds) (#2545).core.noPublishFeaturesto slim published NodeFeature objects (#2530; whitespace-trim fix #2535).cpu-cpuid.X86_64_V1..V4(#2490).Action Required / Behavior Changes
list+watchonpods(wasgetonly). Helm and kustomize manifests ship the update, but deployments that bump only the image will crash-loop withpods is forbidden ... cannot list resource "pods"until the new RBAC is applied.env,expandenvandgetHostByNamewere removed from the available template functions (security hardening). Templates using them now fail to parse (function "env" not defined); the rule is skipped and an error is logged.updateStrategydefault (#2519): nowrollingUpdate: {maxUnavailable: "10%"}(was Kubernetes default1). Note fortype: OnDeleteusers: the chart's defaultrollingUpdateblock is deep-merged into your values; the API server accepts and ignores it (verified on v1.30). Optionally setworker.updateStrategy.rollingUpdate: nullfor a clean spec.resyncPeriod(nfd-master): drives both the informer resync and the (new in this release, #2415) periodic full reconcile that re-applies labels and cleans up drift. Setting it to0disables this safety net entirely.podin-owner-refs(default) or thePOD_UIDenv set on the worker; withds-only/empty owner refs and noPOD_UID, re-labeling falls back to the periodic reconcile interval.-owner-refs=nodeis unaffected.Fixes
Other
$BUILDPLATFORMvia tonistiigi/xx (#2512).v0.18.3Compare Source
What's Changed
This patch release adds support for ppc64le and s390x architectures by providing official NFD container images for them. It also fixes the "test" subcommand of kubectl-nfd plugin.
Full Changelog: kubernetes-sigs/node-feature-discovery@v0.18.2...v0.18.3
v0.18.2Compare Source
This patch release fixes the /metrics endpoint of nfd-topology-updater (#2343).
v0.18.1Compare Source
This patch release fixes the deployment of PodMonitor object when prometheus-operator metrics collection is enabled.
v0.18.0Compare Source
Changelog
Image compatibility (EXPERIMENTAL)
The image compatibility related features introduced in v0.17 have been improved and enhanced. Major new feature is the
nfd exportcommand.See the documentation for more details
Helm
The Helm chart is now served from the registry.k8s.io OCI registry at registry.k8s.io/nfd/charts/node-feature-discovery. One liner installation with
The release contains numerous small improvements and fixes to the Helm chart and its documentation, including:
global.imagePullSecretsparameter (#2191)Deprecations
The deprecated
autoDefaultNsconfiguration parameter of nfd-master was removed.Toleration for the deprecated
node-role.kubernetes.io/master:NoScheduletaint and affinity to the deprecatednode-role.kubernetes.io/masterlabel have been removed from the default nfd-master deployment manifests. If you still need these, they need to be explicitly added to the deployment (master.tolerationsandmaster.affinityin the Helm chart).Miscellaneous
Scalability
The release contains improvements and fixes to NFD scalability in larger clusters.
NodeFeatureRules
Label templating
The label templates in NodeFeatureRules now support sprig functions, greatly enhancing their flexibility.
New comparison operators
New comparison operators
Ge,LeandGeLewere added (#2085).Type field in MatchExpressions
New
Typefield was added toMatchExpressions, allowing to specify the type of the value being compared (#2096). Currently supported types are empty value (the default) andversion. Use ofversiontype enables version-aware comparisons.CPU features
Support for new CPUID flags were added, including AMXCOMPLEX, AMXTRANSPOSE and AMXTF32.
Memory features
NFD now detects availability of hugepages and reports them as
memory-hugepages.enabledandhugepages-<page-size>features (#2056).Network features
Detection of the MTU of network devices was added (#2044).
Metrics and health endpoints
The gRPC health endpoint was replaced by an HTTP healthz endpoint in all NFD daemons. In addition, both the metrics and healthz endpoints are now served on the same port (configurable with
--port, default 8080).Full Changelog
v0.17.4Compare Source
What's Changed
This release updates dependencies.
Full Changelog: kubernetes-sigs/node-feature-discovery@v0.17.3...v0.17.4
v0.17.3Compare Source
What's Changed
v0.17.2Compare Source
What's Changed
This patch release updates dependencies and fixes the worker.extraArgs value in the Helm chart.
Full Changelog: kubernetes-sigs/node-feature-discovery@v0.17.1...v0.17.2
v0.17.1Compare Source
This patch release makes it possible to run NFD in clusters where the OwnerReferencesPermissionEnforcement admission controller has been enabled. The release also contains bug fixes to the experimental
nfdimage compatibility tool.Full Changelog: kubernetes-sigs/node-feature-discovery@v0.17.0...v0.17.1
v0.17.0Compare Source
Changelog
Configurable restrictions (EXPERIMENTAL)
The nfd-master now has configuration options to restrict its capabilities, that is what modifications on node objects are allowed. See the nfd-master configuration file reference for documentation.
Image compatibity (EXPERIMENTAL)
There is an initiative to utilize NFD to implement system compatibility requirements for container images. As part of this work NFD v0.17 includes
nfdcommand line client for validating systems against image compatibility manifests. See the documentation for more details, including examples how to create container images with compatibility manifests and validating nodes.See the enhancement proposal for background information and design details.
Miscellaneous
Scalability
This release contains numerous fixes to fix issues and improve the scalability of NFD in larger clusters.
DMI features
Discovery of
system.dmiid.product_namewas added.CPUID features
Support for new CPUID flags were added, including AMX-FP8 and AVX-VNNI-INT16.
Helm chart
Numerous small improvements in the NFD Helm chart, mainly new configuration values (see chart parameters for documentation).
Deprecations
gRPC API
The NodeFeature API is now GA and the legacy gRPC API has been completely removed.
Hooks
Support for hooks (deprecated in v0.12 has been removed. See the customization guide for replacements.
ResourceLabels config option
The
resourceLabelsconfiguration file option (and the corresponding-resource-labelsflag), deprecated in v0.13 were removed. Use NodeFeatureRule object's extendedResources field instead.Dynamic configuration
Dynamic runt-time reconfiguration was removed. This improves robustness and consistency as some of the configuration options did not support dynamic configuration.
Upcoming changes
The separate metric and health ports will be united behind a single port and the corresponding Helm chart values will be removed in NFD v0.18. This should be invisible to most users.
List of PRs
(Full Changelog: kubernetes-sigs/node-feature-discovery@v0.17.0-devel...v0.17.0)
v0.16.9: .Compare Source
What's Changed
This release updates dependencies.
Full Changelog: kubernetes-sigs/node-feature-discovery@v0.16.8...v0.16.9
v0.16.8Compare Source
What's Changed
v0.16.7Compare Source
What's Changed
This patch release updates dependencies and makes it possible to run NFD in clusters where the OwnerReferencesPermissionEnforcement admission controller has been enabled.
Full Changelog: kubernetes-sigs/node-feature-discovery@v0.16.6...v0.16.7
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.