From 2444f5ecb5da78066f24f4ea6360c2442fec8596 Mon Sep 17 00:00:00 2001 From: jingyih Date: Sun, 14 Jun 2020 12:19:35 -0700 Subject: [PATCH] Split etcd version match into two entries To have a separate entry for etcd image. --- build/dependencies.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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: