Merge pull request #4475 from chrislovecnm/bump-bazel-kops-version

Updating kops version when using bazel
This commit is contained in:
k8s-ci-robot 2018-02-20 10:58:38 -08:00 committed by GitHub
commit f4554a539a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -44,6 +44,7 @@ MAKEDIR:=$(strip $(shell dirname "$(realpath $(lastword $(MAKEFILE_LIST)))"))
DNS_CONTROLLER_TAG=1.8.0
# Keep in sync with logic in get_workspace_status
# Update variables in tools/get_workplace_status.sh for the bazel build
KOPS_RELEASE_VERSION = 1.8.1
KOPS_CI_VERSION = 1.8.2-alpha.1

View File

@ -45,8 +45,10 @@ echo "BUILD_SCM_STATUS ${tree_status}"
# Compute KOPS_VERSION. Keep in sync with logic in Makefile
GITSHA=$(git describe --always)
KOPS_RELEASE_VERSION=1.8.0
KOPS_CI_VERSION=1.8.1-beta.1
# These variables need to match the values in our Makefile
# When we cut a new release we need to increment these accordingly
KOPS_RELEASE_VERSION=1.8.1
KOPS_CI_VERSION=1.8.2-alpha.1
if [[ -z "${VERSION}" ]]; then
if [[ -z "${CI}" ]]; then