From a58be16aa592270f85a3d9657760d765ade28885 Mon Sep 17 00:00:00 2001 From: Strahinja Kustudic Date: Wed, 12 Jul 2023 16:49:52 +0200 Subject: [PATCH] Add autoscaling/v2beta2 autoscaling/v2beta2 was missing and it is also now deprecated/removed. Signed-off-by: Strahinja Kustudic --- config/Map.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/Map.yaml b/config/Map.yaml index a375c24..fbb9aa8 100644 --- a/config/Map.yaml +++ b/config/Map.yaml @@ -87,6 +87,10 @@ mappings: newAPI: "apiVersion: autoscaling/v2\nkind: HorizontalPodAutoscaler\n" deprecatedInVersion: "v1.23" removedInVersion: "v1.25" + - deprecatedAPI: "apiVersion: autoscaling/v2beta2\nkind: HorizontalPodAutoscaler\n" + newAPI: "apiVersion: autoscaling/v2\nkind: HorizontalPodAutoscaler\n" + deprecatedInVersion: "v1.23" + removedInVersion: "v1.26" - deprecatedAPI: "apiVersion: batch/v1beta1\nkind: CronJob\n" newAPI: "apiVersion: batch/v1\nkind: CronJob\n" deprecatedInVersion: "v1.21"