From 30b1bb49d539a134f0a5c4646e43c9fc5f151718 Mon Sep 17 00:00:00 2001 From: "Beata Lach (Skiba)" Date: Wed, 23 Sep 2020 11:33:43 +0200 Subject: [PATCH] Vertical Pod Autoscaler release 0.8.1 --- 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 ae5e3a6616..66113936d5 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.8.0" +const VerticalPodAutoscalerVersion = "0.8.1"