Skip to content

Commit 82c2ce9

Browse files
committed
build: Alpha-sort dependencies.yaml
Signed-off-by: Stephen Augustus <[email protected]>
1 parent 8b47cbb commit 82c2ce9

File tree

1 file changed

+38
-41
lines changed

1 file changed

+38
-41
lines changed

build/dependencies.yaml

Lines changed: 38 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,4 @@
11
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-
422
- name: "cni"
433
version: 0.8.5
444
refPaths:
@@ -51,7 +11,6 @@ dependencies:
5111
- path: test/e2e_node/remote/utils.go
5212
match: cniVersion[\t\n\f\r ]*=
5313

54-
5514
- name: "coredns-kube-up"
5615
version: 1.6.7
5716
refPaths:
@@ -77,3 +36,41 @@ dependencies:
7736
match: DEFAULT_CRICTL_VERSION=
7837
- path: cluster/gce/windows/k8s-node-setup.psm1
7938
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

Comments
 (0)