From 18988432319f52814547b8ba77bdfa1e38f273c5 Mon Sep 17 00:00:00 2001 From: chrislovecnm Date: Mon, 12 Feb 2018 15:26:24 -0700 Subject: [PATCH] Updating Makefile to the correct versions for the 1.8.1 release --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5aa822baca704..0b16445e72f02 100644 --- a/Makefile +++ b/Makefile @@ -46,8 +46,8 @@ MAKEDIR:=$(strip $(shell dirname "$(realpath $(lastword $(MAKEFILE_LIST)))")) DNS_CONTROLLER_TAG=1.8.0 # Keep in sync with logic in get_workspace_status -KOPS_RELEASE_VERSION = 1.8.0 -KOPS_CI_VERSION = 1.8.1-beta.1 +KOPS_RELEASE_VERSION = 1.8.1 +KOPS_CI_VERSION = 1.8.2-alpha.1 # kops local location KOPS = ${LOCAL}/kops