File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
# Except from etcd-$(version) and etcdctl-$(version) binaries, we also
27
27
# need etcd and etcdctl binaries for backward compatibility reasons.
28
28
# That binary will be set to the last version from $(BUNDLED_ETCD_VERSIONS).
29
- BUNDLED_ETCD_VERSIONS? =3.4.18 3.5.21 3.6.0-rc.2
29
+ BUNDLED_ETCD_VERSIONS? =3.4.18 3.5.21
30
30
31
31
# LATEST_ETCD_VERSION identifies the most recent etcd version available.
32
- LATEST_ETCD_VERSION? =3.6.0-rc.2
32
+ LATEST_ETCD_VERSION? =3.5.21
33
33
34
34
# REVISION provides a version number for this image and all it's bundled
35
35
# artifacts. It should start at zero for each LATEST_ETCD_VERSION and increment
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import (
28
28
)
29
29
30
30
var (
31
- supportedEtcdVersions = []string {"3.4.18" , "3.5.21" , "3.6.0-rc.2" }
31
+ supportedEtcdVersions = []string {"3.4.18" , "3.5.21" }
32
32
)
33
33
34
34
const (
You can’t perform that action at this time.
0 commit comments