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.13.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
## v0.13.9
2
+
3
+
Changes since `v0.13.8`:
4
+
5
+
## Changes by Kind
6
+
7
+
### Feature
8
+
9
+
-`ReclaimablePods` feature gate is introduced to enable users switching on and off the reclaimable Pods feature (#7536, @PBundyra)
10
+
11
+
### Bug or Regression
12
+
13
+
- Fix eviction of jobs with memory requests in decimal format (#7557, @brejman)
14
+
- Fix the bug for the StatefulSet integration that the scale up could get stuck if
15
+
triggered immediately after scale down to zero. (#7499, @IrvingMg)
16
+
- MultiKueue: Remove remoteClient from clusterReconciler when kubeconfig is detected as invalid or insecure, preventing workloads from being admitted to misconfigured clusters. (#7516, @mszadkow)
Kueue is a set of APIs and controller for job queueing. It is a job-level manager that decides when a job should be admitted to start (as in pods can be created) and when it should stop (as in active pods should be deleted).
0 commit comments