File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,11 @@ download-etcd-versions:
188188 dev/download-etcd.sh 3.3.17
189189 dev/download-etcd.sh 3.4.3
190190 dev/download-etcd.sh 3.4.13
191+ dev/download-etcd.sh 3.5.0
192+ dev/download-etcd.sh 3.5.1
193+ dev/download-etcd.sh 3.5.3
194+ dev/download-etcd.sh 3.5.4
195+ dev/download-etcd.sh 3.5.6
191196 dev/download-etcd.sh 3.5.7
192197
193198.PHONY : test-short
Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ const (
3535 Version_3_3_17 = "3.3.17"
3636 Version_3_4_3 = "3.4.3"
3737 Version_3_4_13 = "3.4.13"
38+ Version_3_5_0 = "3.5.0"
39+ Version_3_5_1 = "3.5.1"
40+ Version_3_5_3 = "3.5.3"
41+ Version_3_5_4 = "3.5.4"
42+ Version_3_5_6 = "3.5.6"
3843 Version_3_5_7 = "3.5.7"
3944)
4045
@@ -47,6 +52,11 @@ var AllEtcdVersions = []string{
4752 Version_3_3_17 ,
4853 Version_3_4_3 ,
4954 Version_3_4_13 ,
55+ Version_3_5_0 ,
56+ Version_3_5_1 ,
57+ Version_3_5_3 ,
58+ Version_3_5_4 ,
59+ Version_3_5_6 ,
5060 Version_3_5_7 ,
5161}
5262
You can’t perform that action at this time.
0 commit comments