Update version to 1.6.0

This commit is contained in:
Justin Santa Barbara 2017-05-16 10:52:44 -04:00
parent a60643ab07
commit f69a313ce7
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ MAKEDIR:=$(strip $(shell dirname "$(realpath $(lastword $(MAKEFILE_LIST)))"))
# Keep in sync with upup/models/cloudup/resources/addons/dns-controller/
DNS_CONTROLLER_TAG=1.6.1
KOPS_RELEASE_VERSION=1.6.0-beta.1
KOPS_CI_VERSION=1.6.0-beta.2
KOPS_RELEASE_VERSION=1.6.0
KOPS_CI_VERSION=1.6.1-beta.1
KOPS=${GOPATH_1ST}/bin/kops
GITSHA := $(shell cd ${GOPATH_1ST}/src/k8s.io/kops; git describe --always)