@@ -101,7 +101,7 @@ configvar CSI_PROW_GO_VERSION_GINKGO "${CSI_PROW_GO_VERSION_BUILD}" "Go version
101101# kind version to use. If the pre-installed version is different,
102102# the desired version is downloaded from https://github.com/kubernetes-sigs/kind/releases/download/
103103# (if available), otherwise it is built from source.
104- configvar CSI_PROW_KIND_VERSION 2555d8e09d5a77ee718414cec9f6083dfa028dc5 " kind"
104+ configvar CSI_PROW_KIND_VERSION " v0.5.0 " " kind"
105105
106106# ginkgo test runner version to use. If the pre-installed version is
107107# different, the desired version is built from source.
@@ -126,19 +126,19 @@ configvar CSI_PROW_BUILD_JOB true "building code in repo enabled"
126126# use the same settings as for "latest" Kubernetes. This works
127127# as long as there are no breaking changes in Kubernetes, like
128128# deprecating or changing the implementation of an alpha feature.
129- configvar CSI_PROW_KUBERNETES_VERSION 1.13 .3 " Kubernetes"
129+ configvar CSI_PROW_KUBERNETES_VERSION 1.15 .3 " Kubernetes"
130130
131131# This is a hack to workaround the issue that each version
132132# of kind currently only supports specific patch versions of
133133# Kubernetes. We need to override CSI_PROW_KUBERNETES_VERSION
134134# passed in by our CI/pull jobs to the versions that
135- # kind v0.4 .0 supports.
135+ # kind v0.5 .0 supports.
136136#
137137# If the version is prefixed with "release-", then nothing
138138# is overridden.
139- override_k8s_version " 1.13.7 "
140- override_k8s_version " 1.14.3 "
141- override_k8s_version " 1.15.0 "
139+ override_k8s_version " 1.13.10 "
140+ override_k8s_version " 1.14.6 "
141+ override_k8s_version " 1.15.3 "
142142
143143# CSI_PROW_KUBERNETES_VERSION reduced to first two version numbers and
144144# with underscore (1_13 instead of 1.13.3) and in uppercase (LATEST
0 commit comments