From b8d23dc3a9853c77913bdeb678056ffda58a7252 Mon Sep 17 00:00:00 2001 From: Karol Wychowaniec <kawych@google.com> Date: Thu, 16 Nov 2017 10:42:58 +0100 Subject: [PATCH] Bump Addon Resizer version to 1.8.0 --- addon-resizer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon-resizer/Makefile b/addon-resizer/Makefile index 3c76eef2a3..e8cec511d7 100644 --- a/addon-resizer/Makefile +++ b/addon-resizer/Makefile @@ -25,7 +25,7 @@ OUT_DIR = build PACKAGE = k8s.io/autoscaler/addon-resizer PREFIX = gcr.io/google_containers -TAG = 1.7 +TAG = 1.8.0 # Rules for building the real image for deployment to gcr.io -- GitLab