@@ -101,7 +101,7 @@ configvar CSI_PROW_GO_VERSION_GINKGO "${CSI_PROW_GO_VERSION_BUILD}" "Go version
101
101
# kind version to use. If the pre-installed version is different,
102
102
# the desired version is downloaded from https://github.com/kubernetes-sigs/kind/releases/download/
103
103
# (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"
105
105
106
106
# ginkgo test runner version to use. If the pre-installed version is
107
107
# different, the desired version is built from source.
@@ -126,19 +126,19 @@ configvar CSI_PROW_BUILD_JOB true "building code in repo enabled"
126
126
# use the same settings as for "latest" Kubernetes. This works
127
127
# as long as there are no breaking changes in Kubernetes, like
128
128
# 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"
130
130
131
131
# This is a hack to workaround the issue that each version
132
132
# of kind currently only supports specific patch versions of
133
133
# Kubernetes. We need to override CSI_PROW_KUBERNETES_VERSION
134
134
# passed in by our CI/pull jobs to the versions that
135
- # kind v0.4 .0 supports.
135
+ # kind v0.5 .0 supports.
136
136
#
137
137
# If the version is prefixed with "release-", then nothing
138
138
# 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 "
142
142
143
143
# CSI_PROW_KUBERNETES_VERSION reduced to first two version numbers and
144
144
# with underscore (1_13 instead of 1.13.3) and in uppercase (LATEST
0 commit comments