You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG/CHANGELOG-0.11.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,22 @@
1
+
## v0.11.5
2
+
3
+
Changes since `v0.11.4`:
4
+
5
+
## Changes by Kind
6
+
7
+
### Bug or Regression
8
+
9
+
- Fix Kueue crash caused by race condition when deleting ClusterQueue (#5296, @gabesaba)
10
+
- Fix RayJob webhook validation when `LocalQueueDefaulting` feature is enabled. (#5073, @MaysaMacedo)
11
+
- Fix a bug where PropagateResourceRequests would always trigger an API status patch call. (#5132, @alexeldeib)
12
+
- Fix panic due to nil ptr exception in scheduler when ClusterQueue is deleted concurrently. (#5207, @sohankunkerkar)
13
+
- Fix the bug which prevented running Jobs (with queue-name label) owned by other Jobs for which Kueue does not
14
+
have the necessary RBAC permissions (for example kserve or CronJob). (#5263, @mimowo)
15
+
- TAS: Fix RBAC configuration for the Topology API (#5122, @qti-haeyoon)
16
+
- TAS: Fix the bug where TAS workloads may be admitted after restart of the Kueue controller. (#5334, @mimowo)
17
+
- TAS: fix accounting of TAS usage for workloads with multiple PodSets. This bug could prevent admitting workloads which otherwise could fit. (#5342, @lchrzaszcz)
18
+
- TAS: fix issues with the initialization of TAS cache in case of errors in event handlers. (#5351, @mimowo)
0 commit comments