Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
kueue-v0.13.2.spdx.json | 2025-08-11 | 12.3 MB | |
kueue.vex.json | 2025-08-11 | 253 Bytes | |
manifests-dev.yaml | 2025-08-11 | 827.5 kB | |
manifests.yaml | 2025-08-11 | 827.5 kB | |
kueue-0.13.2.tgz | 2025-08-11 | 104.3 kB | |
kubectl-kueue-darwin-arm64.tar.gz | 2025-08-11 | 33.9 MB | |
kueueviz.yaml | 2025-08-11 | 4.4 kB | |
kubectl-kueue-darwin-amd64.tar.gz | 2025-08-11 | 35.3 MB | |
kubectl-kueue-darwin-amd64 | 2025-08-11 | 86.9 MB | |
kubectl-kueue-linux-amd64 | 2025-08-11 | 86.2 MB | |
visibility-apf.yaml | 2025-08-11 | 1.2 kB | |
kubectl-kueue-linux-amd64.tar.gz | 2025-08-11 | 35.2 MB | |
kubectl-kueue-darwin-arm64 | 2025-08-11 | 84.7 MB | |
kubectl-kueue-linux-arm64 | 2025-08-11 | 83.3 MB | |
manifests-alpha-enabled.yaml | 2025-08-11 | 827.5 kB | |
kubectl-kueue-linux-arm64.tar.gz | 2025-08-11 | 33.0 MB | |
prometheus.yaml | 2025-08-11 | 1.6 kB | |
README.md | 2025-08-11 | 980 Bytes | |
V0.13.2 source code.tar.gz | 2025-08-11 | 17.8 MB | |
V0.13.2 source code.zip | 2025-08-11 | 25.9 MB | |
Totals: 20 Items | 537.3 MB | 0 |
Changes since v0.13.1
:
Changes by Kind
Bug or Regression
- ElasticJobs: Fix the bug that scheduling of the Pending workloads was not triggered on scale-down of the running elastic Job which could result in admitting one or more of the queued workloads. (#6407, @ichekrygin)
- Fix support for PodGroup integration used by external controllers, which determine the the target LocalQueue and the group size only later. In that case the hash would not be computed resulting in downstream issues for ProvisioningRequest.
Now such an external controller can indicate the control over the PodGroup by adding
the kueue.x-k8s.io/pod-suspending-parent
annotation, and later patch the Pods by setting
other metadata, like the kueue.x-k8s.io/queue-name label to initiate scheduling of the PodGroup. (#6461, @pawloch00)
- TAS: fix the bug that Kueue is crashing when PodSet has size 0, eg. no workers in LeaderWorkerSet instance. (#6522, @mimowo)