From 223106e443fc3a247010bc055918d9aab372b5bb Mon Sep 17 00:00:00 2001 From: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com> Date: Wed, 10 Apr 2024 01:44:48 -0400 Subject: [PATCH] Prepare release v0.6.2 (#1965) Change-Id: Icabeb0cca6f7680173d72be29a293731f93d8f9b --- CHANGELOG/CHANGELOG-0.6.md | 15 +++++++++++++++ Makefile | 2 +- README.md | 2 +- charts/kueue/Chart.yaml | 2 +- site/config.toml | 2 +- 5 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG/CHANGELOG-0.6.md b/CHANGELOG/CHANGELOG-0.6.md index 3755d13687..9f5bdf7137 100644 --- a/CHANGELOG/CHANGELOG-0.6.md +++ b/CHANGELOG/CHANGELOG-0.6.md @@ -1,3 +1,18 @@ +## v0.6.2 + +Changes since `v0.6.1`: + +### Bug or Regression + +- Avoid unnecessary preemptions when there are multiple candidates for preemption with the same admission timestamp (#1880, @alculquicondor) +- Fix Pods in Pod groups stuck with finalizers when deleted immediately after Succeeded (#1916, @alculquicondor) +- Fix preemption to reclaim quota that is blocked by an earlier pending Workload from another ClusterQueue in the same cohort. (#1868, @alculquicondor) +- Reduce number of Workload reconciliations due to wrong equality check. (#1917, @gabesaba) + +### Other (Cleanup or Flake) + +- Improve pod integration performance (#1953, @gabesaba) + ## v0.6.1 Changes Since `v0.6.0`: diff --git a/Makefile b/Makefile index e88b5c3923..5ebe93fed6 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ LD_FLAGS += -X '$(version_pkg).GitCommit=$(shell git rev-parse HEAD)' # Update these variables when preparing a new release or a release branch. # Then run `make prepare-release-branch` -RELEASE_VERSION=v0.6.1 +RELEASE_VERSION=v0.6.2 RELEASE_BRANCH=release-0.6 .PHONY: all diff --git a/README.md b/README.md index dbe6ae2820..553bfe6626 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,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 --server-side -f https://github.com/kubernetes-sigs/kueue/releases/download/v0.6.1/manifests.yaml +kubectl apply --server-side -f https://github.com/kubernetes-sigs/kueue/releases/download/v0.6.2/manifests.yaml ``` The controller runs in the `kueue-system` namespace. diff --git a/charts/kueue/Chart.yaml b/charts/kueue/Chart.yaml index ab98fe240f..5604645330 100644 --- a/charts/kueue/Chart.yaml +++ b/charts/kueue/Chart.yaml @@ -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: "v0.6.1" +appVersion: "v0.6.2" diff --git a/site/config.toml b/site/config.toml index 7d8733915d..0675d4e167 100644 --- a/site/config.toml +++ b/site/config.toml @@ -92,7 +92,7 @@ ignoreFiles = [] # The major.minor version tag for the version of the docs represented in this # branch of the repository. Used in the "version-banner" partial to display a # version number for this doc set. - version = "v0.6.1" + version = "v0.6.2" # Flag used in the "version-banner" partial to decide whether to display a # banner on every page indicating that this is an archived version of the docs.