Skip to content

Commit

Permalink
Prepare for release v0.5.3 (#1712)
Browse files Browse the repository at this point in the history
Change-Id: Ie91b12e2678a5ce78c0e1a643463ea9cc3f25e64
  • Loading branch information
alculquicondor committed Feb 9, 2024
1 parent 9f9069f commit f816b7f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG/CHANGELOG-0.5.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v0.5.3

Changes since `v0.5.2`:

## Changes by Kind

### Bug or Regression

- Avoid finished Workloads from blocking quota after a Kueue restart (#1699, @trasc)
- Do not (re)create ProvReq if the state of admission check is Ready (#1620, @mimowo)
- Fix Kueue crashing at the log level 6 when re-admitting workloads (#1645, @mimowo)
- Kueue replicas are advertised as Ready only once the webhooks are functional.

This allows users to wait with the first requests until the Kueue deployment is available, so that the early requests don't fail. (#1682 #1713, @mimowo @trasc)
- Remove deleted pending workloads from the cache (#1687, @astefanutti)

## v0.5.2

Changes since `v0.5.1`:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Read the [overview](https://kueue.sigs.k8s.io/docs/overview/) to learn more.
To install the latest release of Kueue in your cluster, run the following command:

```shell
kubectl apply -f https://github.com/kubernetes-sigs/kueue/releases/download/v0.5.2/manifests.yaml
kubectl apply -f https://github.com/kubernetes-sigs/kueue/releases/download/v0.5.3/manifests.yaml
```

The controller runs in the `kueue-system` namespace.
Expand Down
2 changes: 1 addition & 1 deletion charts/kueue/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.5.2"
appVersion: "0.5.3"

0 comments on commit f816b7f

Please sign in to comment.