Skip to content

Vertical Pod Autoscaler 0.12.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jbartosik jbartosik released this 20 Sep 12:40
· 2692 commits to master since this release
806eea1

Earlier versions of VPA will not work properly with Kubernetes 1.25 because of API removals.

Breaking changes:

  • Switch to using policy v1 API (#4895)
  • Switch to using CronJobs v1 API (#4887)

Other changes:

  • Switched to golang 1.19 (#5168), updated dependencies (including to Kubernetes 1.25)
  • Added metric_server_response metric (#5111)
  • Container resource recommendations are now sorted (#4979)
  • Some log verbosity changes (#4953)