Split etcd version match into two entries

To have a separate entry for etcd image.
This commit is contained in:
jingyih 2020-06-14 12:19:35 -07:00
parent 303273d0e9
commit 2444f5ecb5

View File

@ -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: