From 1d4bd9921fe216e5abda734fff48961e323240ba Mon Sep 17 00:00:00 2001 From: Joachim Bartosik Date: Mon, 24 Jan 2022 14:39:06 +0100 Subject: [PATCH] VPA release 0.10.0 Issue #4404 --- 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 3d88dea6d07c..b18f012c29d4 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.9.0" +const VerticalPodAutoscalerVersion = "0.10.0"