From 10efaae612e6c2a8052ba7c18aa88d8495cc9793 Mon Sep 17 00:00:00 2001 From: Luiz Antonio Date: Mon, 11 Mar 2024 09:21:07 -0400 Subject: [PATCH] Bump VPA version to 1.1.0 --- vertical-pod-autoscaler/common/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vertical-pod-autoscaler/common/version.go b/vertical-pod-autoscaler/common/version.go index 656f835d30dd..6be52fc3c230 100644 --- a/vertical-pod-autoscaler/common/version.go +++ b/vertical-pod-autoscaler/common/version.go @@ -17,4 +17,4 @@ limitations under the License. package common // VerticalPodAutoscalerVersion is the version of VPA. -const VerticalPodAutoscalerVersion = "1.0.0" +const VerticalPodAutoscalerVersion = "1.1.0"