v0.29.7
🎉 scheduler-plugins v0.29.7 is released!
New Images
🆕 The distroless image now supports four platforms: linux/amd64, linux/arm64, linux/s390x, and linux/ppc64le.
- registry.k8s.io/scheduler-plugins/kube-scheduler:v0.29.7
- registry.k8s.io/scheduler-plugins/controller:v0.29.7
Feature
Documentation
- 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
(#737, @zwpaper)
Bug or Regression
- Fix GHSA-8pgv-569h-w5rw in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.42.0 (#742, @jgu17)
- Rewrite handling of ephemeral storage and other non-NUMA-affine resources (#752, @ffromani)