kubernetes-sigs / kueue

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

Release v0.3.1 #766

Closed alculquicondor closed 1 year ago

alculquicondor commented 1 year ago

Release Checklist

Changelog

- Fix a bug that the validation webhook doesn't validate the queue name set as a label when creating MPIJob. #711
- Fix a bug that updates a queue name in workloads with an empty value when using framework jobs that use batch/job internally, such as MPIJob. #713
- Fix a bug in which borrowed values are set to a non-zero value even though the ClusterQueue doesn't belong to a cohort. #759 
- Fix: Enforce borrowed=0 if ClusterQueue doesn't belong to a cohort. #761
- Fixed adding suspend=true job/mpijob by the default webhook. #765
alculquicondor commented 1 year ago

Waiting on an integration test for #758

alculquicondor commented 1 year ago

/assign /cc @tenzen-y

tenzen-y commented 1 year ago

Thank you for creating this!