feat(helm): update node-feature-discovery ( 0.18.3 ➔ 0.19.0 ) - #805
Open
renovate[bot] wants to merge 1 commit into
Open
feat(helm): update node-feature-discovery ( 0.18.3 ➔ 0.19.0 )#805renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Argo CD Diff PreviewSummary: Modified (2):
± infra (+1|-1)
± node-feature-discovery (+7|-12)infra (kubernetes/bootstrap/infra.yaml)Application: argocd/node-feature-discovery destination:
namespace: infra
server: https://kubernetes.default.svc
info:
- name: Chart
- value: node-feature-discovery@0.18.3
+ value: node-feature-discovery@0.19.0
project: default
source:
path: kubernetes/infra/node-feature-discovery/
repoURL: https://github.com/mpeterson/homelab
targetRevision: mainnode-feature-discovery (kubernetes/infra/node-feature-discovery/app.yaml)DaemonSet: infra/node-feature-discovery-worker app.kubernetes.io/name: node-feature-discovery
role: worker
spec:
containers:
- args:
- - -feature-gates=NodeFeatureGroupAPI=false
+ - -owner-refs=pod,ds
- -port=8080
command:
- nfd-worker
env:
- name: NODE_NAME
@@ skipped 6 lines (40 -> 45) @@
fieldPath: metadata.name
- name: POD_UID
valueFrom:
fieldRef:
fieldPath: metadata.uid
- image: registry.k8s.io/nfd/node-feature-discovery:v0.18.3
+ image: registry.k8s.io/nfd/node-feature-discovery:v0.19.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /healthz
port: http
@@ skipped 77 lines (58 -> 134) @@
items:
- key: nfd-worker.conf
path: nfd-worker.conf
name: node-feature-discovery-worker-conf
name: nfd-worker-conf
+ updateStrategy:
+ rollingUpdate:
+ maxUnavailable: 10%Deployment: infra/node-feature-discovery-gc env:
- name: NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
- image: registry.k8s.io/nfd/node-feature-discovery:v0.18.3
+ image: registry.k8s.io/nfd/node-feature-discovery:v0.19.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /healthz
port: httpDeployment: infra/node-feature-discovery-master values:
- ""
weight: 1
containers:
- args:
- - -enable-leader-election
- - -feature-gates=NodeFeatureGroupAPI=false
- -port=8080
command:
- nfd-master
env:
- name: NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
- image: registry.k8s.io/nfd/node-feature-discovery:v0.18.3
+ image: registry.k8s.io/nfd/node-feature-discovery:v0.19.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /healthz
port: httpClusterRole: node-feature-discovery-gc resources:
- nodes
verbs:
- list
- watch
-- apiGroups:
- - ""
- resources:
- - nodes/proxy
- verbs:
- - get
- apiGroups:
- topology.node.k8s.io
resources:
- noderesourcetopologies
verbs:Stats: |
renovate
Bot
force-pushed
the
renovate/node-feature-discovery-0.x
branch
6 times, most recently
from
July 22, 2026 03:15
1975c97 to
571aaec
Compare
renovate
Bot
force-pushed
the
renovate/node-feature-discovery-0.x
branch
21 times, most recently
from
August 7, 2026 04:33
8070a1b to
45e1272
Compare
renovate
Bot
force-pushed
the
renovate/node-feature-discovery-0.x
branch
13 times, most recently
from
August 19, 2026 22:05
faf8640 to
6f220d0
Compare
renovate
Bot
force-pushed
the
renovate/node-feature-discovery-0.x
branch
14 times, most recently
from
August 27, 2026 02:13
7e71186 to
fbd87ea
Compare
renovate
Bot
force-pushed
the
renovate/node-feature-discovery-0.x
branch
2 times, most recently
from
August 27, 2026 12:57
33bf59f to
77a0f95
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.18.3→0.19.00.18.3→0.19.0Release 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).Configuration
📅 Schedule: (in timezone Asia/Jerusalem)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.