1
1
dependencies :
2
- - name : " etcd"
3
- version : 3.4.7
4
- refPaths :
5
- - path : cluster/gce/manifests/etcd.manifest
6
- match : etcd_docker_tag|etcd_version
7
- - path : build/workspace.bzl
8
- match : ETCD_VERSION
9
- - path : cluster/gce/manifests/etcd-empty-dir-cleanup.yaml
10
- match : k8s.gcr.io/etcd-empty-dir-cleanup
11
- - path : cluster/gce/upgrade-aliases.sh
12
- match : ETCD_IMAGE|ETCD_VERSION
13
- - path : cluster/images/etcd-empty-dir-cleanup/Makefile
14
- match : ETCD_VERSION|TAG
15
- - path : cluster/images/etcd/Makefile
16
- match : BUNDLED_ETCD_VERSIONS\?|LATEST_ETCD_VERSION\?
17
- - path : cluster/images/etcd/migrate-if-needed.sh
18
- match : BUNDLED_VERSIONS=
19
- - path : cmd/kubeadm/app/constants/constants.go
20
- - path : hack/lib/etcd.sh
21
- match : ETCD_VERSION=
22
- - path : staging/src/k8s.io/sample-apiserver/artifacts/example/deployment.yaml
23
- match : quay.io/coreos/etcd
24
- - path : test/e2e/framework/nodes_util.go
25
- match : const etcdImage
26
-
27
- - name : " docker"
28
- version : 19.03
29
- refPaths :
30
- - path : vendor/k8s.io/system-validators/validators/docker_validator.go
31
- match : latestValidatedDockerVersion
32
-
33
-
34
- - name : " golang"
35
- version : 1.13.9
36
- refPaths :
37
- - path : build/build-image/cross/VERSION
38
- - path : test/images/Makefile
39
- match : GOLANG_VERSION
40
-
41
-
42
2
- name : " cni"
43
3
version : 0.8.5
44
4
refPaths :
@@ -51,7 +11,6 @@ dependencies:
51
11
- path : test/e2e_node/remote/utils.go
52
12
match : cniVersion[\t\n\f\r ]*=
53
13
54
-
55
14
- name : " coredns-kube-up"
56
15
version : 1.6.7
57
16
refPaths :
@@ -77,3 +36,41 @@ dependencies:
77
36
match : DEFAULT_CRICTL_VERSION=
78
37
- path : cluster/gce/windows/k8s-node-setup.psm1
79
38
match : CRICTL_VERSION =
39
+
40
+ - name : " docker"
41
+ version : 19.03
42
+ refPaths :
43
+ - path : vendor/k8s.io/system-validators/validators/docker_validator.go
44
+ match : latestValidatedDockerVersion
45
+
46
+ - name : " etcd"
47
+ version : 3.4.7
48
+ refPaths :
49
+ - path : cluster/gce/manifests/etcd.manifest
50
+ match : etcd_docker_tag|etcd_version
51
+ - path : build/workspace.bzl
52
+ match : ETCD_VERSION
53
+ - path : cluster/gce/manifests/etcd-empty-dir-cleanup.yaml
54
+ match : k8s.gcr.io/etcd-empty-dir-cleanup
55
+ - path : cluster/gce/upgrade-aliases.sh
56
+ match : ETCD_IMAGE|ETCD_VERSION
57
+ - path : cluster/images/etcd-empty-dir-cleanup/Makefile
58
+ match : ETCD_VERSION|TAG
59
+ - path : cluster/images/etcd/Makefile
60
+ match : BUNDLED_ETCD_VERSIONS\?|LATEST_ETCD_VERSION\?
61
+ - path : cluster/images/etcd/migrate-if-needed.sh
62
+ match : BUNDLED_VERSIONS=
63
+ - path : cmd/kubeadm/app/constants/constants.go
64
+ - path : hack/lib/etcd.sh
65
+ match : ETCD_VERSION=
66
+ - path : staging/src/k8s.io/sample-apiserver/artifacts/example/deployment.yaml
67
+ match : quay.io/coreos/etcd
68
+ - path : test/e2e/framework/nodes_util.go
69
+ match : const etcdImage
70
+
71
+ - name : " golang"
72
+ version : 1.13.9
73
+ refPaths :
74
+ - path : build/build-image/cross/VERSION
75
+ - path : test/images/Makefile
76
+ match : GOLANG_VERSION
0 commit comments