From 82c2ce9eef162b079b17886162d3ede9f8165b6f Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Thu, 30 Apr 2020 20:57:46 -0400 Subject: [PATCH] build: Alpha-sort dependencies.yaml Signed-off-by: Stephen Augustus --- build/dependencies.yaml | 79 ++++++++++++++++++++--------------------- 1 file changed, 38 insertions(+), 41 deletions(-) diff --git a/build/dependencies.yaml b/build/dependencies.yaml index dc0396b3cf1..f5307c3a7d2 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -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