From f4b1bfb9d609442c8848de392135ac81ebb94fe4 Mon Sep 17 00:00:00 2001 From: Joachim Bartosik Date: Tue, 10 Jan 2023 10:07:55 +0100 Subject: [PATCH] VPA release 0.13.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 21fade3b616f..18e056fb1dff 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 = "0.12.0" +const VerticalPodAutoscalerVersion = "0.13.0"