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.5.2 #1539

Closed tenzen-y closed 7 months ago

tenzen-y commented 8 months ago

Release Checklist

Changelog

Changes since `v0.5.1`:

### Bug or Regression

- Add Missing RBAC on integration finalizers sub-resources (#1486, @astefanutti)
- Added event for QuotaReserved and fixed event for Admitted to trigger when admission checks complete (#1436, @trasc)
- Avoid recreating a Workload for a finished Job and finalize a job when the workload is declared finished. (#1572, @alculquicondor)
- Fix a bug in the pod integration where a Workload can be left with a finalizer when a pod is not found. (#1524, @achernevskii)
- Remove finalizer from Workloads that are orphaned (have no owners). (#1523, @achernevskii, @woehrl01, @trasc)
- Add Mutating WebhookConfigurations for the AdmissionCheck, RayJob, and JobSet to helm charts (#1570, @B1F030)
- Add Validating/Mutating WebhookConfigurations for the KubeflowJobs like PyTorchJob (#1462, @tenzen-y)
- Add events for transitions of the provisioning AdmissionCheck (#1394, @stuton)
- Support for retry of provisioning request. (#1595, @mimowo)
- Webhooks are served in non-leading replicas (#1511, @astefanutti)
tenzen-y commented 8 months ago

cc @alculquicondor

tenzen-y commented 8 months ago

We're waiting for https://github.com/kubernetes-sigs/kueue/pull/1523.

tenzen-y commented 8 months ago

Also, we're waiting for #1567.

tenzen-y commented 7 months ago

All waiting PRs were done.

alculquicondor commented 7 months ago

I want to add #1585

tenzen-y commented 7 months ago

I want to add #1585

It makes sense.

tenzen-y commented 7 months ago

All required PRs are completed.

tenzen-y commented 7 months ago

I updated the release-note.

alculquicondor commented 7 months ago

Release notes LGTM

tenzen-y commented 7 months ago

/close

k8s-ci-robot commented 7 months ago

@tenzen-y: Closing this issue.

In response to [this](https://github.com/kubernetes-sigs/kueue/issues/1539#issuecomment-1899344662): >/close > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.