v0.12.0
Pre-release
Pre-release
[v0.12.0] - 2023-01-15
Changed
- See the migration guide from
v0.11.2
here. - BREAKING CHANGE PHPA spec upgraded from
autoscaling/v2beta2
toautoscaling/v2
for the following definitions:CrossVersionObjectReference
in thescaleTargetRef
field.MetricSpec
in themetrics
field.MetricStatus
in thecurrentMetrics
field.
- Upgraded to k8shorizmetrics
v2.0.0
. - Upgraded from
autoscaling/v2beta2
toautoscaling/v2
. - Upgraded to Go
v1.19
.
Removed
- BREAKING CHANGE Removed
downscaleStabilization
, replaced withbehavior
,scaleDown
,
stabilizationWindowSeconds
.
Added
- Support for HPA scaling
behaviors.