Merge pull request #30776 from reylejano/deprecation-guide-hpa

Add hpa v2beta1 and v2beta2 to deprecation guide
pull/30721/head^2
Kubernetes Prow Robot 2021-12-09 02:50:09 -08:00 committed by GitHub
commit 0a2da8cb46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -20,6 +20,16 @@ deprecated API versions to newer and more stable API versions.
## Removed APIs by release
### v1.26
The **v1.26** release will stop serving the following deprecated API versions:
#### HorizontalPodAutoscaler {#horizontalpodautoscaler-v126}
The **autoscaling/v2beta2** API version of HorizontalPodAutoscaler will no longer be served in v1.26.
* Migrate manifests and API clients to use the **autoscaling/v2** API version, available since v1.23.
* All existing persisted objects are accessible via the new API
### v1.25
@ -60,6 +70,13 @@ The **events.k8s.io/v1beta1** API version of Event will no longer be served in v
* use `reportingController` instead of the deprecated `source.component` field (which is renamed to `deprecatedSource.component` and not permitted in new **events.k8s.io/v1** Events)
* use `reportingInstance` instead of the deprecated `source.host` field (which is renamed to `deprecatedSource.host` and not permitted in new **events.k8s.io/v1** Events)
#### HorizontalPodAutoscaler {#horizontalpodautoscaler-v125}
The **autoscaling/v2beta1** API version of HorizontalPodAutoscaler will no longer be served in v1.25.
* Migrate manifests and API clients to use the **autoscaling/v2** API version, available since v1.23.
* All existing persisted objects are accessible via the new API
#### PodDisruptionBudget {#poddisruptionbudget-v125}
The **policy/v1beta1** API version of PodDisruptionBudget will no longer be served in v1.25.