Skip to content

Commit 0cec522

Browse files
committed
Add back older 3.5.X versions for consistency
1 parent 3b99682 commit 0cec522

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

pkg/etcdversions/mappings.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)