Skip to content

v0.12.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jthomperoo jthomperoo released this 15 Jan 15:09
· 11 commits to master since this release
bc5a010

[v0.12.0] - 2023-01-15

Changed

  • See the migration guide from v0.11.2
    here
    .
  • BREAKING CHANGE PHPA spec upgraded from autoscaling/v2beta2 to autoscaling/v2 for the following definitions:
    • CrossVersionObjectReference in the scaleTargetRef field.
    • MetricSpec in the metrics field.
    • MetricStatus in the currentMetrics field.
  • Upgraded to k8shorizmetrics v2.0.0.
  • Upgraded from autoscaling/v2beta2 to autoscaling/v2.
  • Upgraded to Go v1.19.

Removed

  • BREAKING CHANGE Removed downscaleStabilization, replaced with behavior, scaleDown,
    stabilizationWindowSeconds.

Added