Skip to content

Commit 2444f5e

Browse files
committed
Split etcd version match into two entries
To have a separate entry for etcd image.
1 parent 303273d commit 2444f5e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

build/dependencies.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ dependencies:
5252
match: ETCD_VERSION
5353
- path: cluster/gce/upgrade-aliases.sh
5454
match: ETCD_IMAGE|ETCD_VERSION
55-
- path: cluster/images/etcd/Makefile
56-
match: BUNDLED_ETCD_VERSIONS\?|LATEST_ETCD_VERSION\?
57-
- path: cluster/images/etcd/migrate-if-needed.sh
58-
match: BUNDLED_VERSIONS=
5955
- path: cmd/kubeadm/app/constants/constants.go
6056
- path: hack/lib/etcd.sh
6157
match: ETCD_VERSION=
@@ -64,6 +60,14 @@ dependencies:
6460
- path: test/e2e/framework/nodes_util.go
6561
match: const etcdImage
6662

63+
- name: "etcd-image"
64+
version: 3.4.9
65+
refPaths:
66+
- path: cluster/images/etcd/Makefile
67+
match: BUNDLED_ETCD_VERSIONS\?|LATEST_ETCD_VERSION\?
68+
- path: cluster/images/etcd/migrate-if-needed.sh
69+
match: BUNDLED_VERSIONS=
70+
6771
- name: "golang"
6872
version: 1.13.9
6973
refPaths:

0 commit comments

Comments
 (0)