v0.28.9
·
176 commits
to master
since this release
🎉 scheduler-plugins v0.28.9 is released!
New Images
- registry.k8s.io/scheduler-plugins/kube-scheduler:v0.28.9
- registry.k8s.io/scheduler-plugins/controller:v0.28.9
Changes by Kind
Feature
- Adds ability to change NodeSelector, affinity, and tolerance to Helm Chart. (#697, @mochizuki875)
- Introduce new Scoring plugin called SySched that will rank feasible nodes based on the relative risks of pods' system call usage. (#568, @salmanyam)
- Performance fix to eliminate unnecessary re-queue actions in coscheduling plugin (#700, @Huang-Wei)
- Release helm chart as artifact (#692, @zwpaper)
Bug or Regression
- Golang.org/x/net is bumped to v0.23.0 to address CVE-2023-45288 (#714, @Huang-Wei)
Other (Cleanup or Flake)
+kubebuilder:metadata:annotations
is recommended but no longer mandatory to be defined in CRD types.go (#699, @Huang-Wei)- Bump k8s deps to v1.28.8