We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60643a commit f69a313Copy full SHA for f69a313
Makefile
@@ -29,8 +29,8 @@ MAKEDIR:=$(strip $(shell dirname "$(realpath $(lastword $(MAKEFILE_LIST)))"))
29
# Keep in sync with upup/models/cloudup/resources/addons/dns-controller/
30
DNS_CONTROLLER_TAG=1.6.1
31
32
-KOPS_RELEASE_VERSION=1.6.0-beta.1
33
-KOPS_CI_VERSION=1.6.0-beta.2
+KOPS_RELEASE_VERSION=1.6.0
+KOPS_CI_VERSION=1.6.1-beta.1
34
KOPS=${GOPATH_1ST}/bin/kops
35
36
GITSHA := $(shell cd ${GOPATH_1ST}/src/k8s.io/kops; git describe --always)
0 commit comments