@@ -3,9 +3,9 @@ dependencies:
3
3
version : 3.3.10
4
4
refPaths :
5
5
- path : cluster/gce/manifests/etcd.manifest
6
- match : etcd_docker_tag|etcd_version
6
+ match : etcd_docker_tag|etcd_version
7
7
- path : build/workspace.bzl
8
- match : ETCD_VERSION
8
+ match : ETCD_VERSION
9
9
- path : cluster/gce/manifests/etcd-empty-dir-cleanup.yaml
10
10
match : k8s.gcr.io/etcd-empty-dir-cleanup
11
11
- path : cluster/gce/upgrade-aliases.sh
@@ -22,7 +22,7 @@ dependencies:
22
22
- path : staging/src/k8s.io/sample-apiserver/artifacts/example/rc.yaml
23
23
match : quay.io/coreos/etcd
24
24
- path : test/e2e/framework/nodes_util.go
25
- match : const etcdImage
25
+ match : const etcdImage
26
26
27
27
- name : " docker"
28
28
version : 18.09
@@ -31,10 +31,10 @@ dependencies:
31
31
match : latestValidatedDockerVersion
32
32
- path : cmd/kubeadm/app/util/system/docker_validator_test.go
33
33
match : ServerVersion
34
-
34
+
35
35
36
36
- name : " golang"
37
- version : 1.12.7
37
+ version : 1.12.8
38
38
refPaths :
39
39
- path : build/build-image/cross/Dockerfile
40
40
match : " golang:"
@@ -43,7 +43,7 @@ dependencies:
43
43
match : go_version
44
44
- path : test/images/Makefile
45
45
match : GOLANG_VERSION
46
-
46
+
47
47
48
48
- name : " cni"
49
49
version : 0.7.5
@@ -60,7 +60,7 @@ dependencies:
60
60
match : DEFAULT_CNI_VERSION=
61
61
- path : test/e2e_node/remote/utils.go
62
62
match : cniVersion[\t\n\f\r ]*=
63
-
63
+
64
64
65
65
- name : " coredns-kube-up"
66
66
version : 1.3.1
@@ -79,10 +79,9 @@ dependencies:
79
79
match : CoreDNSVersion =
80
80
81
81
- name : " crictl"
82
- version : 1.14.0
82
+ version : 1.14.0
83
83
refPaths :
84
84
- path : build/workspace.bzl
85
85
match : CRI_TOOLS_VERSION =
86
86
- path : cluster/gce/gci/configure.sh
87
87
match : DEFAULT_CRICTL_VERSION=
88
-
0 commit comments