File tree Expand file tree Collapse file tree 6 files changed +18
-6
lines changed
Expand file tree Collapse file tree 6 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1+ ## v0.11.6
2+
3+ Changes since ` v0.11.5 ` :
4+
5+ ## Changes by Kind
6+
7+ ### Bug or Regression
8+
9+ - Fix a bug that would allow a user to bypass localQueueDefaulting. (#5478 , @dgrove-oss )
10+ - RBAC permissions for the Cohort API to update & read by admins are now created out of the box. (#5434 , @vladikkuzn )
11+ - TAS: Fix a bug that LeastFreeCapacity Algorithm does not respect level ordering (#5468 , @tenzen-y )
12+
113## v0.11.5
214
315Changes since ` v0.11.4 ` :
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ LD_FLAGS += -X '$(version_pkg).GitCommit=$(shell git rev-parse HEAD)'
7979
8080# Update these variables when preparing a new release or a release branch.
8181# Then run `make prepare-release-branch`
82- RELEASE_VERSION =v0.11.5
82+ RELEASE_VERSION =v0.11.6
8383RELEASE_BRANCH =release-0.11
8484# Version used form Helm which is not using the leading "v"
8585CHART_VERSION := $(shell echo $(RELEASE_VERSION ) | cut -c2-)
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Read the [overview](https://kueue.sigs.k8s.io/docs/overview/) and watch the Kueu
5858To install the latest release of Kueue in your cluster, run the following command:
5959
6060``` shell
61- kubectl apply --server-side -f https://github.com/kubernetes-sigs/kueue/releases/download/v0.11.5 /manifests.yaml
61+ kubectl apply --server-side -f https://github.com/kubernetes-sigs/kueue/releases/download/v0.11.6 /manifests.yaml
6262```
6363
6464The controller runs in the ` kueue-system ` namespace.
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ version: 0.1.0
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " v0.11.5 "
24+ appVersion : " v0.11.6 "
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ $ helm install kueue kueue/ --create-namespace --namespace kueue-system
3737Or use the charts pushed to ` us-central1-docker.pkg.dev/k8s-staging-images/kueue/charts/kueue ` :
3838
3939``` bash
40- helm install kueue oci://us-central1-docker.pkg.dev/k8s-staging-images/kueue/charts/kueue --version=" 0.11.5 " --create-namespace --namespace=kueue-system
40+ helm install kueue oci://us-central1-docker.pkg.dev/k8s-staging-images/kueue/charts/kueue --version=" 0.11.6 " --create-namespace --namespace=kueue-system
4141```
4242
4343##### Verify that controller pods are running properly.
Original file line number Diff line number Diff line change @@ -90,10 +90,10 @@ ignoreFiles = []
9090 # The major.minor version tag for the version of the docs represented in this
9191 # branch of the repository. Used in the "version-banner" partial to display a
9292 # version number for this doc set.
93- version = " v0.11.5 "
93+ version = " v0.11.6 "
9494
9595 # Version of Kueue without the leading "v", as used for Helm charts.
96- chart_version = " 0.11.5 "
96+ chart_version = " 0.11.6 "
9797
9898 # Flag used in the "version-banner" partial to decide whether to display a
9999 # banner on every page indicating that this is an archived version of the docs.
You can’t perform that action at this time.
0 commit comments