diff --git a/build/dependencies.yaml b/build/dependencies.yaml index 62fe217b80c..c8446d6f778 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -52,10 +52,6 @@ dependencies: match: ETCD_VERSION - path: cluster/gce/upgrade-aliases.sh match: ETCD_IMAGE|ETCD_VERSION - - 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= @@ -64,6 +60,14 @@ dependencies: - path: test/e2e/framework/nodes_util.go match: const etcdImage + - name: "etcd-image" + version: 3.4.9 + refPaths: + - path: cluster/images/etcd/Makefile + match: BUNDLED_ETCD_VERSIONS\?|LATEST_ETCD_VERSION\? + - path: cluster/images/etcd/migrate-if-needed.sh + match: BUNDLED_VERSIONS= + - name: "golang" version: 1.13.9 refPaths: