|
| 1 | +## v0.7.1 |
| 2 | + |
| 3 | +Changes since `v0.7.0`: |
| 4 | + |
| 5 | +### Feature |
| 6 | + |
| 7 | +- Improved logging for scheduling and preemption in levels 4 and 5 (#2510, @gabesaba, @alculquicondor) |
| 8 | +- MultiKueue: Remove remote objects synchronously when the worker cluster is reachable. (#2360, @trasc) |
| 9 | + |
| 10 | +### Bug or Regression |
| 11 | + |
| 12 | +- Fix check that prevents preemptions when a workload requests 0 for a resource that is at nominal or over it. (#2524, @mbobrovskyi, @alculquicondor) |
| 13 | +- Fix for the scenario when a workload doesn't match some resource flavors due to affinity or taints |
| 14 | + could cause the workload to be continuously retried. (#2440, @KunWuLuan) |
| 15 | +- Fix missing fairSharingStatus in ClusterQueue (#2432, @mbobrovskyi) |
| 16 | +- Fix missing metric cluster_queue_status. (#2475, @mbobrovskyi) |
| 17 | +- Fix panic that could occur when a ClusterQueue is deleted while Kueue was updating the ClusterQueue status. (#2464, @mbobrovskyi) |
| 18 | +- Fix panic when there is not enough quota to assign flavors to a Workload in the cohort, when FairSharing is enabled. (#2449, @mbobrovskyi) |
| 19 | +- Fix performance issue in logging when processing LocalQueues. (#2492, @alexandear) |
| 20 | +- Fix race condition on delete workload from queue manager. (#2465, @mbobrovskyi) |
| 21 | +- MultiKueue: Do not reject a JobSet if the corresponding cluster queue doesn't exist (#2442, @vladikkuzn) |
| 22 | +- MultiKueue: Skip garbage collection for disconnected clients which could occasionally result in panic. (#2370, @trasc) |
| 23 | +- Show weightedShare in ClusterQueue status.fairSharing even if the value is zero (#2522, @alculquicondor) |
| 24 | +- Skip duplicate Tolerations when an admission check introduces a toleration that the job also set. (#2499, @trasc) |
| 25 | + |
1 | 26 | ## v0.7.0 |
2 | 27 |
|
3 | 28 | Changes since `v0.6.0`: |
|
0 commit comments