🎉 scheduler-plugins v0.31.8 is released!
New images
- registry.k8s.io/scheduler-plugins/kube-scheduler:v0.31.8
- registry.k8s.io/scheduler-plugins/controller:v0.31.8
Helm charts
Helm charts are now hosted on https://scheduler-plugins.sigs.k8s.io/. You can install a scheduler-plugin chart via:
$ helm install --repo https://scheduler-plugins.sigs.k8s.io scheduler-plugins scheduler-plugins
or update existing repo via:
$ helm repo update scheduler-plugins
$ helm search repo scheduler-plugins --versions
NAME CHART VERSION APP VERSION DESCRIPTION
scheduler-plugins/scheduler-plugins 0.31.8 0.31.8 deploy scheduler plugin as a second scheduler i...
scheduler-plugins/scheduler-plugins 0.30.12 0.30.12 deploy scheduler plugin as a second scheduler i...
scheduler-plugins/scheduler-plugins 0.29.7 0.29.7 deploy scheduler plugin as a second scheduler i...
scheduler-plugins/scheduler-plugins 0.28.8 0.28.8 deploy scheduler plugin as a second scheduler i...
What's Changed
- doc update for v0.30.6 by @Huang-Wei in #820
- update helm chart index to include version 0.30.6 by @Huang-Wei in #822
- Dynamically add required RBAC in Helm chart by @EladDolev in #818
- allow priorityClassName to be configured in Helm chart by @shkrid in #824
- feature: use contextal logging for integration by @googs1025 in #823
- migrate misplaced RBAC in Helm chart by @EladDolev in #825
- chore: renew verify conextual structured script by @googs1025 in #831
- Allow leader election for scheduler-plugins-controller in Helm chart by @shkrid in #827
- cleanup: remove vendoring by @binacs in #834
- bump k8s deps to v1.31.2 by @Huang-Wei in #832
- refactor: replace math.Min/math.Max with min/max by @alexandear in #835
- refactor: replace deprecated sets.String with sets.Set by @alexandear in #836
- bug(preemption): fix SelectVictimsOnNode method consistent with default scheduler by @googs1025 in #838
- fix(util): fix the problem of pod overhead not being calculated by @googs1025 in #840
- Code changes for PEAKS plugin by @fali007 in #841
- cache assigned pod count by @KunWuLuan in #708
- fix(QOSSort): refine queue sorting logic by adding inqueue timestamp by @googs1025 in #855
- flake: fix qos sort plugin flaky integration test by @googs1025 in #861
- CVE-2024-45338: uplift golang.org/x/net version to 0.33.0 by @sharimsft in #857
- feature: add more integation test case for qos sort plugin by @googs1025 in #866
- add more integration test for allocatable plugin by @googs1025 in #878
- chore: add more contextual logging info for plugins by @googs1025 in #883
- nominate googs1025 for scheduler-plugins reviewers by @googs1025 in #889
- bump k8s deps to v1.31.8 by @Huang-Wei in #894
- Compose a cached reader as a cacheOption when initializing a controller-runtime client by @Huang-Wei in #895
- clientutil: verify if cache is synced by @Huang-Wei in #897
- clientutil: fix a typo by @Huang-Wei in #899
- helm: update the helm chart's index to include 0.30.12 by @Huang-Wei in #900
- doc update for v0.31.8 by @Huang-Wei in #898
New Contributors
- @shkrid made their first contribution in #824
- @alexandear made their first contribution in #835
- @fali007 made their first contribution in #841
- @sharimsft made their first contribution in #857
Full Changelog: v0.30.6...v0.31.8