From a1506ae810d86c66671178fa69864149f0f0d4d2 Mon Sep 17 00:00:00 2001 From: Rey Lejano Date: Mon, 6 Dec 2021 13:29:10 -0800 Subject: [PATCH] add hpa v2beta1 and v2beta2 to deprecation guide --- .../reference/using-api/deprecation-guide.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/content/en/docs/reference/using-api/deprecation-guide.md b/content/en/docs/reference/using-api/deprecation-guide.md index 579e4c04ac..0de8345d10 100644 --- a/content/en/docs/reference/using-api/deprecation-guide.md +++ b/content/en/docs/reference/using-api/deprecation-guide.md @@ -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.