Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
kueue-v0.12.4.spdx.json | 2025-07-09 | 12.0 MB | |
kueue.vex.json | 2025-07-09 | 253 Bytes | |
prometheus.yaml | 2025-07-09 | 1.6 kB | |
visibility-apf.yaml | 2025-07-09 | 1.2 kB | |
kueueviz.yaml | 2025-07-09 | 4.4 kB | |
manifests-alpha-enabled.yaml | 2025-07-09 | 825.0 kB | |
manifests-dev.yaml | 2025-07-09 | 825.0 kB | |
manifests.yaml | 2025-07-09 | 825.0 kB | |
kueue-0.12.4.tgz | 2025-07-09 | 101.8 kB | |
kubectl-kueue-linux-arm64.tar.gz | 2025-07-09 | 32.0 MB | |
kubectl-kueue-linux-amd64.tar.gz | 2025-07-09 | 34.2 MB | |
kubectl-kueue-linux-arm64 | 2025-07-09 | 80.7 MB | |
kubectl-kueue-darwin-arm64 | 2025-07-09 | 82.0 MB | |
kubectl-kueue-darwin-amd64 | 2025-07-09 | 84.2 MB | |
kubectl-kueue-darwin-amd64.tar.gz | 2025-07-09 | 34.3 MB | |
kubectl-kueue-darwin-arm64.tar.gz | 2025-07-09 | 32.9 MB | |
kubectl-kueue-linux-amd64 | 2025-07-09 | 83.6 MB | |
README.md | 2025-07-09 | 1.0 kB | |
v0.12.4 source code.tar.gz | 2025-07-09 | 16.9 MB | |
v0.12.4 source code.zip | 2025-07-09 | 24.7 MB | |
Totals: 20 Items | 520.1 MB | 0 |
Changes since v0.12.3
:
Changes by Kind
Feature
- Helm: support for specifying nodeSelector and tolerations for all Kueue components (#5869, @zmalik)
Bug or Regression
- Fix a bug where the GroupKindConcurrency in Kueue Config is not propagated to the controllers (#5826, @tenzen-y)
- TAS: Fix a bug for the incompatible NodeFailureController name with Prometheus (#5824, @tenzen-y)
- TAS: Fix a bug that Kueue unintentionally gives up a workload scheduling in LeastFreeCapacity if there is at least one unmatched domain. (#5804, @PBundyra)
- TAS: Fix a bug that the tas-node-failure-controller unexpectedly is started under the HA mode even though the replica is not the leader. (#5851, @tenzen-y)
- TAS: Fix the bug when Kueue crashes if the preemption target, due to quota, is using a node which is already deleted. (#5843, @mimowo)
Other (Cleanup or Flake)
- KueueViz: reduce the image size from 1.14 GB to 267MB, resulting in faster pull and shorter startup time. (#5875, @mbobrovskyi)