We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b0352 commit 22b22ccCopy full SHA for 22b22cc
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
33
-KOPS_CI_VERSION=1.6.1-beta.1
+KOPS_RELEASE_VERSION=1.6.1
+KOPS_CI_VERSION=1.6.2-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