From b4ce36e40707c17efdf372733a9c7d8e6372c83e Mon Sep 17 00:00:00 2001 From: Kevin Wiesmueller Date: Wed, 15 May 2024 17:22:36 +0000 Subject: [PATCH] Bump vpa to 1.1.2 --- 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 0bc8c6d850..9a40d388b6 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.1.1" +const VerticalPodAutoscalerVersion = "1.1.2"