1
1
dependencies :
2
+ - name : " cni"
3
+ version : 0.8.5
4
+ refPaths :
5
+ - path : build/workspace.bzl
6
+ match : CNI_VERSION =
7
+ - path : cluster/gce/gci/configure.sh
8
+ match : DEFAULT_CNI_VERSION=
9
+ - path : cluster/gce/config-common.sh
10
+ match : WINDOWS_CNI_VERSION=
11
+ - path : test/e2e_node/remote/utils.go
12
+ match : cniVersion[\t\n\f\r ]*=
13
+
14
+ - name : " coredns-kube-up"
15
+ version : 1.6.7
16
+ refPaths :
17
+ - path : cluster/addons/dns/coredns/coredns.yaml.base
18
+ match : k8s.gcr.io/coredns
19
+ - path : cluster/addons/dns/coredns/coredns.yaml.in
20
+ match : k8s.gcr.io/coredns
21
+ - path : cluster/addons/dns/coredns/coredns.yaml.sed
22
+ match : k8s.gcr.io/coredns
23
+
24
+ - name : " coredns-kubeadm"
25
+ version : 1.6.7
26
+ refPaths :
27
+ - path : cmd/kubeadm/app/constants/constants.go
28
+ match : CoreDNSVersion =
29
+
30
+ - name : " crictl"
31
+ version : 1.17.0
32
+ refPaths :
33
+ - path : build/workspace.bzl
34
+ match : CRI_TOOLS_VERSION =
35
+ - path : cluster/gce/gci/configure.sh
36
+ match : DEFAULT_CRICTL_VERSION=
37
+ - path : cluster/gce/windows/k8s-node-setup.psm1
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
+
2
46
- name : " etcd"
3
47
version : 3.4.7
4
48
refPaths :
@@ -24,56 +68,109 @@ dependencies:
24
68
- path : test/e2e/framework/nodes_util.go
25
69
match : const etcdImage
26
70
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
71
- name : " golang"
35
72
version : 1.13.9
36
73
refPaths :
37
74
- path : build/build-image/cross/VERSION
38
75
- path : test/images/Makefile
39
76
match : GOLANG_VERSION
40
77
78
+ - name : " k8s.gcr.io/debian-base"
79
+ version : 2.1.0
80
+ refPaths :
81
+ - path : build/debian-base/Makefile
82
+ match : TAG \?=
41
83
42
- - name : " cni "
43
- version : 0.8.5
84
+ - name : " k8s.gcr.io/debian-base: dependents "
85
+ version : 2.0.0
44
86
refPaths :
87
+ - path : build/common.sh
88
+ match : debian_base_version=
45
89
- path : build/workspace.bzl
46
- match : CNI_VERSION =
47
- - path : cluster/gce/gci/configure.sh
48
- match : DEFAULT_CNI_VERSION=
49
- - path : cluster/gce/config-common.sh
50
- match : WINDOWS_CNI_VERSION=
51
- - path : test/e2e_node/remote/utils.go
52
- match : cniVersion[\t\n\f\r ]*=
90
+ match : tag =
91
+ - path : build/debian-iptables/Makefile
92
+ match : BASEIMAGE\?\=\$\(BASE_REGISTRY\)\/debian-base-\$\(ARCH\)
93
+ - path : cluster/images/etcd/Makefile
94
+ match : BASEIMAGE\?\=k8s\.gcr\.io\/debian-base:v\d+\.\d+\.\d+
95
+ - path : cluster/images/etcd/Makefile
96
+ match : BASEIMAGE\?\=k8s\.gcr\.io\/debian-base-arm:v\d+\.\d+\.\d+
97
+ - path : cluster/images/etcd/Makefile
98
+ match : BASEIMAGE\?\=k8s\.gcr\.io\/debian-base-arm64:v\d+\.\d+\.\d+
99
+ - path : cluster/images/etcd/Makefile
100
+ match : BASEIMAGE\?\=k8s\.gcr\.io\/debian-base-ppc64le:v\d+\.\d+\.\d+
101
+ - path : cluster/images/etcd/Makefile
102
+ match : BASEIMAGE\?\=k8s\.gcr\.io\/debian-base-s390x:v\d+\.\d+\.\d+
103
+ - path : cluster/images/etcd-empty-dir-cleanup/Dockerfile
104
+ match : k8s.gcr.io\/debian-base:v\d+\.\d+\.\d+
53
105
106
+ - name : " k8s.gcr.io/debian-iptables"
107
+ version : 12.0.1
108
+ refPaths :
109
+ - path : build/debian-iptables/Makefile
110
+ match : TAG\?=
54
111
55
- - name : " coredns-kube-up "
56
- version : 1.6.7
112
+ - name : " k8s.gcr.io/debian-iptables: dependents "
113
+ version : 12.0.1
57
114
refPaths :
58
- - path : cluster/addons/dns/coredns/coredns.yaml.base
59
- match : k8s.gcr.io/coredns
60
- - path : cluster/addons/dns/coredns/coredns.yaml.in
61
- match : k8s.gcr.io/coredns
62
- - path : cluster/addons/dns/coredns/coredns.yaml.sed
63
- match : k8s.gcr.io/coredns
115
+ - path : build/common.sh
116
+ match : debian_iptables_version=
117
+ - path : build/workspace.bzl
118
+ match : tag =
64
119
65
- - name : " coredns-kubeadm "
66
- version : 1.6.7
120
+ - name : " k8s.gcr.io/pause "
121
+ version : 3.3
67
122
refPaths :
68
- - path : cmd/kubeadm/app/constants/constants.go
69
- match : CoreDNSVersion =
123
+ - path : build/pause/Makefile
124
+ match : TAG =
70
125
71
- - name : " crictl "
72
- version : 1.17.0
126
+ - name : " k8s.gcr.io/pause: dependents "
127
+ version : 3.2
73
128
refPaths :
74
- - path : build/workspace.bzl
75
- match : CRI_TOOLS_VERSION =
76
- - path : cluster/gce/gci/configure.sh
77
- match : DEFAULT_CRICTL_VERSION=
78
- - path : cluster/gce/windows/k8s-node-setup.psm1
79
- match : CRICTL_VERSION =
129
+ - path : cmd/kubeadm/app/constants/constants_unix.go
130
+ match : PauseVersion\s+=
131
+ - path : cmd/kubeadm/app/util/template_test.go
132
+ match : validTmpl\s+=
133
+ - path : cmd/kubeadm/app/util/template_test.go
134
+ match : validTmplOut\s+=
135
+ - path : cmd/kubeadm/app/util/template_test.go
136
+ match : doNothing\s+=
137
+ - path : cmd/kubelet/app/options/container_runtime.go
138
+ match : defaultPodSandboxImageVersion\s+=
139
+ - path : hack/testdata/pod-with-precision.json
140
+ match : k8s.gcr.io\/pause:\d+\.\d+
141
+ - path : pkg/kubelet/dockershim/docker_sandbox.go
142
+ match : k8s.gcr.io\/pause:\d+\.\d+
143
+ - path : staging/src/k8s.io/kubectl/testdata/set/multi-resource-yaml.yaml
144
+ match : k8s.gcr.io\/pause:\d+\.\d+
145
+ - path : staging/src/k8s.io/kubectl/testdata/set/namespaced-resource.yaml
146
+ match : k8s.gcr.io\/pause:\d+\.\d+
147
+ - path : test/cmd/core.sh
148
+ match : k8s.gcr.io\/pause:\d+\.\d+
149
+ - path : test/fixtures/pkg/kubectl/cmd/set/multi-resource-yaml.yaml
150
+ match : k8s.gcr.io\/pause:\d+\.\d+
151
+ - path : test/fixtures/pkg/kubectl/cmd/set/namespaced-resource.yaml
152
+ match : k8s.gcr.io\/pause:\d+\.\d+
153
+ - path : test/integration/benchmark-controller.json
154
+ match : k8s.gcr.io\/pause:\d+\.\d+
155
+ - path : test/integration/scheduler_perf/config/pod-default.yaml
156
+ match : k8s.gcr.io\/pause:\d+\.\d+
157
+ - path : test/integration/scheduler_perf/config/pod-with-node-affinity.yaml
158
+ match : k8s.gcr.io\/pause:\d+\.\d+
159
+ - path : test/integration/scheduler_perf/config/pod-with-pod-affinity.yaml
160
+ match : k8s.gcr.io\/pause:\d+\.\d+
161
+ - path : test/integration/scheduler_perf/config/pod-with-pod-anti-affinity.yaml
162
+ match : k8s.gcr.io\/pause:\d+\.\d+
163
+ - path : test/integration/scheduler_perf/config/pod-with-preferred-pod-affinity.yaml
164
+ match : k8s.gcr.io\/pause:\d+\.\d+
165
+ - path : test/integration/scheduler_perf/config/pod-with-preferred-pod-anti-affinity.yaml
166
+ match : k8s.gcr.io\/pause:\d+\.\d+
167
+ - path : test/integration/scheduler_perf/config/pod-with-preferred-topology-spreading.yaml
168
+ match : k8s.gcr.io\/pause:\d+\.\d+
169
+ - path : test/integration/scheduler_perf/config/pod-with-secret-volume.yaml
170
+ match : k8s.gcr.io\/pause:\d+\.\d+
171
+ - path : test/integration/scheduler_perf/config/pod-with-topology-spreading.yaml
172
+ match : k8s.gcr.io\/pause:\d+\.\d+
173
+ - path : test/utils/runners.go
174
+ match : k8s.gcr.io\/pause:\d+\.\d+
175
+ - path : test/utils/image/manifest.go
176
+ match : configs\[Pause\] = Config{gcRegistry, "pause", "\d+\.\d+"}
0 commit comments