Skip to content

Vertical Pod Autoscaler 0.10.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jbartosik jbartosik released this 26 Jan 12:59
· 3223 commits to master since this release
6d1a151

API changes:

Other notable changes:

  • Added support for running VPA out of cluster (#3769).
  • Use v1 API for storage instead of v1beta2 (#3810).
  • Allow configuring default update threshold (#3962).
  • Use v1 API to register admission webhook (#4124).
    • This is potentially breaking change. By default VPA will delete old webhook and create a new one. But if you manage webhook yourself you must update the webhook to use v1 API. You should update webhook if:
      • Are running Admission Controller with --register-webhook=false or
      • Have an automation that will overwrite the change to the webhook.

Bug fixes:

  • Use correct timestamp for checkpoints (#4250).
  • Issues with setting limits (#3903, #4113)
  • Deploying VPA in different namespaces #(4243).
  • Loading history (#4102).