Skip to content

v25.3.1

Choose a tag to compare

@jgehrcke jgehrcke released this 12 Sep 14:31
· 344 commits to main since this release
v25.3.1
42270a3

Commits since last release: v25.3.0...v25.3.1

Fixes

  • Fixed kubelet plugin startup failing with [...] device container path [...] already exists on the host in some environments (#479).
  • Fixed a failing IMEX daemon startup probe in some environments using NVIDIA GPU driver 580+ (#510).
  • Fixed an edge case in informer cache handling which could result in a ComputeDomain never getting ready (#517).
  • Fixed a rare issue which could lead to permanently inconsistent ComputeDomain node label state (#518).
  • Fixed an edge case which prevented IMEX daemon startup because of a bad directory path (#519).
  • Fixed a rare problem in which a PrepareResources() retry attempt is performed after an authoritative UnprepareResources() action (#520).

Improvements

  • Added a kubeVersion constraint to the Helm chart, to fail chart installation immediately in environments that do not support DRA (#485).
  • Expanded logic that prevents rogue code from announcing resources in the name of this DRA driver (#476).