Skip to content

chore(deps): Update kubernetes#21

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
renovate/kubernetes
Open

chore(deps): Update kubernetes#21
github-actions[bot] wants to merge 1 commit into
mainfrom
renovate/kubernetes

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 22, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence Type Update
k8s.io/api v0.36.1v0.36.2 age confidence require patch
k8s.io/apimachinery v0.36.1v0.36.2 age confidence require patch
k8s.io/client-go v0.36.1v0.36.2 age confidence require patch
k8s.io/utils ff6756fcf1189d age confidence require digest
sigs.k8s.io/node-feature-discovery v0.18.3v0.19.0 age confidence require minor
sigs.k8s.io/node-feature-discovery/api/nfd v0.18.3v0.19.0 age confidence require minor

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

kubernetes/api (k8s.io/api)

v0.36.2

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.36.2

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.36.2

Compare Source

kubernetes-sigs/node-feature-discovery (sigs.k8s.io/node-feature-discovery)

v0.19.0

Compare Source

Highlights
  • Immediate node re-labeling after a node rebuild (#​2545): nfd-master detects a recreated Node via the surviving NodeFeature's owner-reference / pod-UID annotation and re-labels immediately instead of waiting for the periodic reconcile.
  • Configurable NodeFeature owner references: -owner-refs / core.ownerRefs (pod, ds, node; default pod,ds) (#​2545).
  • core.noPublishFeatures to slim published NodeFeature objects (#​2530; whitespace-trim fix #​2535).
  • New x86-64 microarchitecture level labels cpu-cpuid.X86_64_V1..V4 (#​2490).
  • nfd-topology-updater: per-pod lookups served from a node-scoped Pod informer, eliminating high-volume per-pod GETs at scale (#​2509). Requires an RBAC update — see Action Required.
  • nfd-master reconciles only on NodeFeature/NodeFeatureRule/NodeFeatureGroup spec changes (#​2532); MatchInRegexp pattern compilation cached (#​2531).
Action Required / Behavior Changes
  1. nfd-topology-updater RBAC (#​2509): the ClusterRole needs list+watch on pods (was get only). Helm and kustomize manifests ship the update, but deployments that bump only the image will crash-loop with pods is forbidden ... cannot list resource "pods" until the new RBAC is applied.
  2. NodeFeatureRule templates (#​2507): env, expandenv and getHostByName were 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.
  3. Helm worker updateStrategy default (#​2519): now rollingUpdate: {maxUnavailable: "10%"} (was Kubernetes default 1). Note for type: OnDelete users: the chart's default rollingUpdate block is deep-merged into your values; the API server accepts and ignores it (verified on v1.30). Optionally set worker.updateStrategy.rollingUpdate: null for a clean spec.
  4. 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 to 0 disables this safety net entirely.
  5. Node-rebuild re-labeling dependency (#​2545): immediate re-label requires pod in -owner-refs (default) or the POD_UID env set on the worker; with ds-only/empty owner refs and no POD_UID, re-labeling falls back to the periodic reconcile interval. -owner-refs=node is unaffected.
Fixes
  • nfd-master: don't remove node labels when the NodeFeature cache is incomplete; add periodic reconciliation to clean up genuinely absent NodeFeatures (#​2415).
  • nfd-master: prevent stop() panic and informer leak on init failure (#​2534).
  • nfd-worker: trim whitespace in comma-separated command-line list values (#​2535).
  • Helm: render post-delete prune job resources at container level so they actually apply (#​2515).
Other
  • Container images cross-compile from $BUILDPLATFORM via tonistiigi/xx (#​2512).
  • Reduced cognitive complexity refactors in nfd-master controller and nfd-worker config (#​2536); nfd-master command-line unit tests (#​2469); codecov upload non-fatal in CI verify (#​2527); template/custom-api input-validation hardening (#​2507).

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@github-actions
github-actions Bot force-pushed the renovate/kubernetes branch from 70d406d to 58af4f1 Compare June 25, 2026 08:24
@github-actions github-actions Bot changed the title chore(deps): Update kubernetes to v0.36.2 chore(deps): Update kubernetes Jun 25, 2026
@github-actions github-actions Bot changed the title chore(deps): Update kubernetes chore(deps): Update kubernetes to v0.36.2 Jun 29, 2026
@github-actions
github-actions Bot force-pushed the renovate/kubernetes branch from 58af4f1 to 6b71ca1 Compare July 6, 2026 09:01
@github-actions github-actions Bot changed the title chore(deps): Update kubernetes to v0.36.2 chore(deps): Update kubernetes Jul 6, 2026
@github-actions github-actions Bot changed the title chore(deps): Update kubernetes chore(deps): Update kubernetes to v0.36.2 Jul 7, 2026
@github-actions
github-actions Bot force-pushed the renovate/kubernetes branch from 6b71ca1 to 67303f9 Compare July 14, 2026 07:11
@github-actions github-actions Bot changed the title chore(deps): Update kubernetes to v0.36.2 chore(deps): Update kubernetes Jul 14, 2026
@github-actions

Copy link
Copy Markdown
Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.52.0 -> v0.53.0
golang.org/x/net v0.55.0 -> v0.56.0
golang.org/x/text v0.37.0 -> v0.38.0
google.golang.org/grpc v1.81.1 -> v1.82.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants