kubernetes-sigs / kueue

Kubernetes-native Job Queueing
https://kueue.sigs.k8s.io
Apache License 2.0
1.47k stars 262 forks source link

☂️ Release v0.10.0 requirements #3599

Open mimowo opened 5 days ago

mimowo commented 5 days ago

We are targeting the release for the first week of Dev 2024. Since the date is close and 0.9 was not so long ago we may skip release candidate.

### Must Haves
- [ ] https://github.com/kubernetes-sigs/kueue/pull/3487
- [ ] https://github.com/kubernetes-sigs/kueue/issues/3533
### Nice To Haves
- [ ] https://github.com/kubernetes-sigs/kueue/issues/3232
- [ ] https://github.com/kubernetes-sigs/kueue/pull/3616
mimowo commented 5 days ago

It is going to be a smaller release than before, but we make it to release the TAS rank-based ordering which is awaited by users. Let me know if we you know about some other candidate features that could make it

cc @tenzen-y @mwielgus @mwysokin @dgrove-oss @kannon92

mimowo commented 5 days ago

@dgrove-oss @tenzen-y Maybe we could consider graduating ConfigurableResourceTransformations to Beta?

dgrove-oss commented 4 days ago

Maybe we could consider graduating ConfigurableResourceTransformations to Beta?

It's relatively low risk (changing the feature gate to enable by default) and doesn't add/change any API. There hasn't been much time to get user feedback, but that's probably ok.

tenzen-y commented 3 days ago

@dgrove-oss @tenzen-y Maybe we could consider graduating ConfigurableResourceTransformations to Beta?

Does this indicate that we will graduate both ConfigurableResourceTransformations and WorkloadResourceRequestsSummary to beta?

mimowo commented 3 days ago

Yes, I see no blockers for that

tenzen-y commented 3 days ago

Yes, I see no blockers for that

SGTM, let us collect feedbacks by graduating those to beta

mimowo commented 3 days ago

@dgrove-oss feel free to submit a PR for that