Skip to content

Kueue v0.6.2

Latest
Compare
Choose a tag to compare
@alculquicondor alculquicondor released this 10 Apr 12:54
· 247 commits to main since this release
v0.6.2
223106e

Changes since v0.6.1:

Bug or Regression

  • Avoid unnecessary preemptions when there are multiple candidates for preemption with the same admission timestamp (#1880, @alculquicondor)
  • Fix Pods in Pod groups stuck with finalizers when deleted immediately after Succeeded (#1916, @alculquicondor)
  • Fix preemption to reclaim quota that is blocked by an earlier pending Workload from another ClusterQueue in the same cohort. (#1868, @alculquicondor)
  • Reduce number of Workload reconciliations due to wrong equality check. (#1917, @gabesaba)

Other (Cleanup or Flake)