Skip to content

Kueue v0.5.1

Compare
Choose a tag to compare
@alculquicondor alculquicondor released this 28 Nov 20:01
· 540 commits to main since this release
v0.5.1
8b9b1e8

Changes since v0.5.0:

Bug or Regression

  • Fix client-go libraries bug that can not operate clusterScoped resources like ClusterQueue and ResourceFlavor. (#1294, @tenzen-y)
  • Fixed fungiblity policy whenCanPreempt: Preempt. The admission should happen in the flavor for which preemptions were issued. (#1332, @alculquicondor)
  • Fix a bug that plain pods managed by kueue will remain a terminating condition forever. (#1342, @tenzen-y)
  • Fix fungibility policy Preempt where it was not able to utilize the next flavor if preemption was not possible. (#1366, @alculquicondor, @KunWuLuan)