Skip to content

v0.28.9

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 07:16
· 44 commits to master since this release
a5e854b

馃帀 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

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