diff --git a/content/en/docs/reference/using-api/deprecation-guide.md b/content/en/docs/reference/using-api/deprecation-guide.md index 579e4c04ac824..23b08f5eb92cf 100644 --- a/content/en/docs/reference/using-api/deprecation-guide.md +++ b/content/en/docs/reference/using-api/deprecation-guide.md @@ -21,6 +21,18 @@ deprecated API versions to newer and more stable API versions. ## Removed APIs by release +### v1.27 + +The **v1.27** release will stop serving the following deprecated API versions: + +#### HorizontalPodAutoscaler {#horizontalpodautoscaler-v127} + +The **autoscaling/v2beta2** API version of HorizontalPodAutoscaler will no longer be served in v1.27. + +* 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 +* No notable changes + ### v1.25 The **v1.25** release will stop serving the following deprecated API versions: