Skip to content

Descheduler v0.18.0

Compare
Choose a tag to compare
@damemi damemi released this 22 May 13:56
· 22 commits to release-1.18 since this release
d85ce22

Docker images are available on Google Container Registry:

docker run asia.gcr.io/k8s-artifacts-prod/descheduler/descheduler:v0.18.0
docker run eu.gcr.io/k8s-artifacts-prod/descheduler/descheduler:v0.18.0
docker run us.gcr.io/k8s-artifacts-prod/descheduler/descheduler:v0.18.0

Note: This release signals a switch in our previous release cycles to now match the current Kubernetes release (this is why we are releasing as v0.18.0, corresponding to Kubernetes 1.18, instead of v0.11.0). We plan to maintain regular releases to match with the Kubernetes version in this pattern.

New Features 🌈

Bug Fixes 🐛

  • #181 LowNodeUtilization strategy takes node taints into consideration @jw-s
  • #240 Fix serialization for NodeResourceUtilizationThresholds parameters @ingvagabund
  • #242 Fix container image location in Job and CronJob YAML @seanmalloy
  • #249 Update nodes on every iteration with CLI option --descheduling-interval @ingvagabund
  • #256 Fix early return from PodFitsAnyNode check @damemi
  • #275 RemoveDuplicates strategy now takes container image name into account @damemi
  • #276 Fix serialization for RemovePodsHavingTooManyRestarts parameters @damemi

Others 🏃