|
| 1 | +## v0.9.2 |
| 2 | + |
| 3 | +## Changes by Kind |
| 4 | + |
| 5 | +### Bug or Regression |
| 6 | + |
| 7 | +- Added validation for Deployment queue-name to fail fast (#3580, @mbobrovskyi) |
| 8 | +- Added validation for StatefulSet queue-name to fail fast. (#3585, @mbobrovskyi) |
| 9 | +- Fix a bug which occasionally prevented updates to the PodTemplate of the Job on the management cluster |
| 10 | + when starting a Job (e.g. updating nodeSelectors), when using `MultiKueueBatchJobWithManagedBy` enabled. (#3731, @IrvingMg) |
| 11 | +- Fix dropping of reconcile requests for non-leading replica, which was resulting in workloads |
| 12 | + getting stuck pending after the rolling restart of Kueue. (#3613, @mimowo) |
| 13 | +- Fix memory leak due to workload entries left in MultiKueue cache. The leak affects the 0.9.0 and 0.9.1 |
| 14 | + releases which enable MultiKueue by default, even if MultiKueue is not explicitly used on the cluster. (#3843, @mimowo) |
| 15 | +- Fix misleading log messages from workload_controller indicating not existing LocalQueue or |
| 16 | + Cluster Queue. For example "LocalQueue for workload didn't exist or not active; ignored for now" |
| 17 | + could also be logged the ClusterQueue does not exist. (#3832, @PBundyra) |
| 18 | +- Fix preemption when using Hierarchical Cohorts by considering as preemption candidates workloads |
| 19 | + from ClusterQueues located further in the hierarchy tree than direct siblings. (#3705, @gabesaba) |
| 20 | +- Fix scheduling of workload which does not include the toleration for the taint in ResourceFlavor's spec.nodeTaints, |
| 21 | + if the toleration is specified on the ResourceFlavor itself. (#3724, @PBundyra) |
| 22 | +- Fix the bug which prevented the use of MultiKueue if there is a CRD which is not installed |
| 23 | + and removed from the list of enabled integrations. (#3631, @mszadkow) |
| 24 | +- TAS: Fixed bug that doesn't allow to update cache on delete Topology. (#3655, @mbobrovskyi) |
| 25 | +- TAS: The CQ referencing a Topology is deactivated if the topology does not exist. (#3819, @mimowo) |
| 26 | + |
| 27 | +### Other (Cleanup or Flake) |
| 28 | + |
| 29 | +- Replace deprecated gcr.io/kubebuilder/kube-rbac-proxy with registry.k8s.io/kubebuilder/kube-rbac-proxy. (#3749, @mbobrovskyi) |
| 30 | + |
1 | 31 | ## v0.9.1 |
2 | 32 |
|
3 | 33 | Changes since `v0.9.0`: |
|
0 commit comments