From 668fa320e3f4cf7e4a5542ad3081acd0e7323282 Mon Sep 17 00:00:00 2001
From: Beata Skiba <bskiba@google.com>
Date: Wed, 20 Feb 2019 11:36:50 +0100
Subject: [PATCH] Update VPA to beta in main README

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e666018ee7..1bbd22a115 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ This repository contains autoscaling-related components for Kubernetes.
 Cluster so that all pods have a place to run and there are no unneeded nodes. Works with GCP, AWS and Azure. Version 1.0 (GA) was released with kubernetes 1.8.
 
 [Vertical Pod Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler) - a set of components that automatically adjust the
-amount of CPU and memory requested by pods running in the Kubernetes Cluster. Current state - alpha.
+amount of CPU and memory requested by pods running in the Kubernetes Cluster. Current state - beta.
 
 [Addon Resizer](https://github.com/kubernetes/autoscaler/tree/master/addon-resizer) - a simplified version of vertical pod autoscaler that modifies
 resource requests of a deployment based on the number of nodes in the Kubernetes Cluster. Current state - beta.
-- 
GitLab