🎉 scheduler-plugins v0.30.6 is released!
New images
- registry.k8s.io/scheduler-plugins/kube-scheduler:v0.30.6
- registry.k8s.io/scheduler-plugins/controller:v0.30.6
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.30.6 0.30.6 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
- Documents update for release v0.28.8 by @Huang-Wei in #716
- Avoid unnecessary requeue operations in coscheduling by @Huang-Wei in #700
- Documents update for release v0.28.9 by @Huang-Wei in #719
- bump k8s deps to v1.29 on master by @Huang-Wei in #723
- [noderesourcetopology] move logging to the logr interface by @ffromani in #710
- pass existing context without using TODO() by @googs1025 in #728
- [noderesourcetopology] complete the contextual logging integration by @ffromani in #725
- fix log print and some nit issue by @googs1025 in #726
- [noderesourcetopology] improve classification of resources by @ffromani in #735
- site: add chart index to site by @zwpaper in #737
- Add ARG for base image customization by @jgu17 in #738
- add crd(podgroup, elasticquotas) field by @googs1025 in #731
- Fix CVE-2023-47108 in go.opentelemetry.io by @jgu17 in #742
- Revert "generate-internal-groups.sh -> kube_codegen.sh" by @Huang-Wei in #747
- docs: anyone should be any by @vsoch in #736
- replace deprecated method by @googs1025 in #739
- Fix typo: gochache => gocache by @yeahdongcn in #750
- bump codegen to 0.14.0 by @Huang-Wei in #749
- [noderesourcetopology] rewrite accounting of numa-affine resources with scope=container by @ffromani in #752
- add unit-test.sh args customizable by @googs1025 in #753
- Convert update-codegen.sh to new codegen by @rihib in #754
- [noderesourcetopology] update NRT when attributes change by @ffromani in #631
- fix: add validation for pggroup by @googs1025 in #758
- Add support for ppc64le and s390x architectures and distroless builds by @prb112 in #746
- Enable buildx in cloudbuild by @Huang-Wei in #766
- fix buildx command in cloudbuild by @Huang-Wei in #767
- increase the timeout of cloudbuild by @Huang-Wei in #768
- use high memory machine to speedup cloudbuild by @Huang-Wei in #769
- revert building platforms for linux/s390x and linux/ppc64le by @Huang-Wei in #770
- chore: fix EventsToRegister method comment by @googs1025 in #764
- revamp Makefile and build scripts to adapt to 'docker buildx' in local and cloudbuild by @Huang-Wei in #771
- extend build platforms to include linux/s390x,linux/ppc64le by @Huang-Wei in #772
- speed up build time using platform specific image/arguments by @Huang-Wei in #773
- bump k8s deps to v1.29.7 by @Huang-Wei in #774
- doc update for v0.29.7 by @Huang-Wei in #775
- Fix an issue that build params are not propagated by @Huang-Wei in #777
- update Helm's deployment spec by @Huang-Wei in #780
- Update helm chart's version to 0.29.7 by @Huang-Wei in #782
- fix image URLs in Helm chart by @Huang-Wei in #784
- update helm chart index to include version 0.29.7 by @Huang-Wei in #786
- add back previous Helm release entry by @Huang-Wei in #787
- add subtitle for trimaran in plugin list by @haorenfsa in #790
- bump k8s dependencies to v1.30.4 by @Huang-Wei in #792
- use
/bin/kube-scheduler
and/bin/controller
as the entrypoints of Dockerfiles by @Huang-Wei in #794 - solve struct literal uses unkeyed fields by @maoqide in #755
- nrt: log: introduce and use "generation" for cache by @ffromani in #798
- Ensure consistent casing in Dockerfiles by @LavredisG in #799
- KEP for PEAKS plugin by @knarayan in #763
- Fix leader election config in the helm chart by @chotiwat in #815
- Allow specifying the scheduler container entrypoint in the helm chart by @chotiwat in #814
- allow resources to be configured in Helm chart by @EladDolev in #802
- fix: fix wrong PreemptionToleration policy example by @odeinjul in #805
- bump k8s deps to v1.30.6 by @Huang-Wei in #817
- feature: use contextal logging by @googs1025 in #813
New Contributors
- @googs1025 made their first contribution in #728
- @vsoch made their first contribution in #736
- @yeahdongcn made their first contribution in #750
- @rihib made their first contribution in #754
- @prb112 made their first contribution in #746
- @haorenfsa made their first contribution in #790
- @maoqide made their first contribution in #755
- @LavredisG made their first contribution in #799
- @chotiwat made their first contribution in #815
- @odeinjul made their first contribution in #805
Full Changelog: v0.28.8...v0.30.6