build: Alpha-sort dependencies.yaml

Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
Stephen Augustus 2020-04-30 20:57:46 -04:00
parent 8b47cbba4f
commit 82c2ce9eef

View File

@ -1,44 +1,4 @@
dependencies:
- name: "etcd"
version: 3.4.7
refPaths:
- path: cluster/gce/manifests/etcd.manifest
match: etcd_docker_tag|etcd_version
- path: build/workspace.bzl
match: ETCD_VERSION
- path: cluster/gce/manifests/etcd-empty-dir-cleanup.yaml
match: k8s.gcr.io/etcd-empty-dir-cleanup
- path: cluster/gce/upgrade-aliases.sh
match: ETCD_IMAGE|ETCD_VERSION
- path: cluster/images/etcd-empty-dir-cleanup/Makefile
match: ETCD_VERSION|TAG
- path: cluster/images/etcd/Makefile
match: BUNDLED_ETCD_VERSIONS\?|LATEST_ETCD_VERSION\?
- path: cluster/images/etcd/migrate-if-needed.sh
match: BUNDLED_VERSIONS=
- path: cmd/kubeadm/app/constants/constants.go
- path: hack/lib/etcd.sh
match: ETCD_VERSION=
- path: staging/src/k8s.io/sample-apiserver/artifacts/example/deployment.yaml
match: quay.io/coreos/etcd
- path: test/e2e/framework/nodes_util.go
match: const etcdImage
- name: "docker"
version: 19.03
refPaths:
- path: vendor/k8s.io/system-validators/validators/docker_validator.go
match: latestValidatedDockerVersion
- name: "golang"
version: 1.13.9
refPaths:
- path: build/build-image/cross/VERSION
- path: test/images/Makefile
match: GOLANG_VERSION
- name: "cni"
version: 0.8.5
refPaths:
@ -51,7 +11,6 @@ dependencies:
- path: test/e2e_node/remote/utils.go
match: cniVersion[\t\n\f\r ]*=
- name: "coredns-kube-up"
version: 1.6.7
refPaths:
@ -77,3 +36,41 @@ dependencies:
match: DEFAULT_CRICTL_VERSION=
- path: cluster/gce/windows/k8s-node-setup.psm1
match: CRICTL_VERSION =
- name: "docker"
version: 19.03
refPaths:
- path: vendor/k8s.io/system-validators/validators/docker_validator.go
match: latestValidatedDockerVersion
- name: "etcd"
version: 3.4.7
refPaths:
- path: cluster/gce/manifests/etcd.manifest
match: etcd_docker_tag|etcd_version
- path: build/workspace.bzl
match: ETCD_VERSION
- path: cluster/gce/manifests/etcd-empty-dir-cleanup.yaml
match: k8s.gcr.io/etcd-empty-dir-cleanup
- path: cluster/gce/upgrade-aliases.sh
match: ETCD_IMAGE|ETCD_VERSION
- path: cluster/images/etcd-empty-dir-cleanup/Makefile
match: ETCD_VERSION|TAG
- path: cluster/images/etcd/Makefile
match: BUNDLED_ETCD_VERSIONS\?|LATEST_ETCD_VERSION\?
- path: cluster/images/etcd/migrate-if-needed.sh
match: BUNDLED_VERSIONS=
- path: cmd/kubeadm/app/constants/constants.go
- path: hack/lib/etcd.sh
match: ETCD_VERSION=
- path: staging/src/k8s.io/sample-apiserver/artifacts/example/deployment.yaml
match: quay.io/coreos/etcd
- path: test/e2e/framework/nodes_util.go
match: const etcdImage
- name: "golang"
version: 1.13.9
refPaths:
- path: build/build-image/cross/VERSION
- path: test/images/Makefile
match: GOLANG_VERSION