From 5b6e46d6de11a411d16279a3bca628fadd37fd5f Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Mon, 13 Dec 2021 15:54:34 -0500 Subject: [PATCH] flowcontrol v1beta1 removal release --- content/en/docs/reference/using-api/deprecation-guide.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/en/docs/reference/using-api/deprecation-guide.md b/content/en/docs/reference/using-api/deprecation-guide.md index 0de8345d10..e34f81c757 100644 --- a/content/en/docs/reference/using-api/deprecation-guide.md +++ b/content/en/docs/reference/using-api/deprecation-guide.md @@ -24,6 +24,14 @@ deprecated API versions to newer and more stable API versions. The **v1.26** release will stop serving the following deprecated API versions: +#### Flow control resources {#flowcontrol-resources-v126} + +The **flowcontrol.apiserver.k8s.io/v1beta1** API version of FlowSchema and PriorityLevelConfiguration will no longer be served in v1.26. + +* Migrate manifests and API clients to use the **flowcontrol.apiserver.k8s.io/v1beta2** API version, available since v1.23. +* All existing persisted objects are accessible via the new API +* No notable changes + #### HorizontalPodAutoscaler {#horizontalpodautoscaler-v126} The **autoscaling/v2beta2** API version of HorizontalPodAutoscaler will no longer be served in v1.26.