Skip to content

Commit

Permalink
Tag release 1.9.2
Browse files Browse the repository at this point in the history
Not doing a dns-controller release as it isn't needed.
  • Loading branch information
justinsb committed Jul 23, 2018
1 parent f98e353 commit cb54c6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ DNS_CONTROLLER_TAG=1.9.1

# 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.9.1
KOPS_CI_VERSION = 1.9.2-alpha.1
KOPS_RELEASE_VERSION = 1.9.2
KOPS_CI_VERSION = 1.9.3-alpha.1

# kops local location
KOPS = ${LOCAL}/kops
Expand Down
4 changes: 2 additions & 2 deletions tools/get_workspace_status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ GITSHA=$(git describe --always)

# 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.9.0
KOPS_CI_VERSION=1.9.1-alpha.1
KOPS_RELEASE_VERSION=1.9.2
KOPS_CI_VERSION=1.9.3-alpha.1

if [[ -z "${VERSION}" ]]; then
if [[ -z "${CI}" ]]; then
Expand Down

0 comments on commit cb54c6a

Please sign in to comment.