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.6.1 #1842

Closed tenzen-y closed 5 months ago

tenzen-y commented 5 months ago

Release Checklist

Changelog

Changes Since `v0.6.0`:

### Feature

- Added MultiKueue worker connection monitoring and reconnect. (#1809, @trasc)
- The Failed pods in a pod-group are finalized once a replacement pods are created. (#1801, @trasc)

### Bug or Regression

- Exclude Pod labels, preemptionPolicy and container images when determining whether pods in a pod group have the same shape. (#1760, @alculquicondor)
- Fix incorrect quota management when lendingLimit enabled in preemption (#1826, @kerthcet, @B1F030)
- Fix the configuration for the number of reconcilers for the Pod integration. It was only reconciling one group at a time. (#1837, @alculquicondor)
- Kueue visibility API is no longer installed by default. Users can install it via helm or applying the visibility-api.yaml artifact. (#1764, @trasc)
- WaitForPodsReady: Fix a bug that the requeueState isn't reset. (#1843, @tenzen-y)

### Other (Cleanup or Flake)

- Avoid API calls for admission attempts when Workload already has condition Admitted=false (#1845, @alculquicondor)
- Skip requeueing of Workloads when there is a status update for a ClusterQueue, saving on API calls for Workloads that were already attempted for admission. (#1832, @alculquicondor)
tenzen-y commented 5 months ago

@mimowo @alculquicondor Please let me know if there is any possible issues we should include in this release.

alculquicondor commented 5 months ago

Just https://github.com/kubernetes-sigs/kueue/pull/1845

tenzen-y commented 5 months ago

#1846 should be included in this.

alculquicondor commented 5 months ago

1846 does not affect 0.6, right?

tenzen-y commented 5 months ago

1846 does not affect 0.6, right?

Yes, that's right. I found it by @astefanutti's comment.

https://github.com/kubernetes-sigs/kueue/pull/1846#issuecomment-1998026703

alculquicondor commented 5 months ago

PTAL at release notes.

tenzen-y commented 5 months ago

PTAL at release notes.

I removed unnecessary spaces from release notes. Could you perform a command to get the release note again?

alculquicondor commented 5 months ago

It looks like there was only one. Updated. And #1847 as well.

tenzen-y commented 5 months ago

It looks like there was only one. Updated. And #1847 as well.

LGTM!

alculquicondor commented 5 months ago

/close

k8s-ci-robot commented 5 months ago

@alculquicondor: Closing this issue.

In response to [this](https://github.com/kubernetes-sigs/kueue/issues/1842#issuecomment-1999545050): >/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.