File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ dependencies:
80
80
match : configs\[Etcd\] = Config{list\.GcEtcdRegistry, "etcd", "\d+\.\d+.\d+(-(alpha|beta|rc).\d+)?(-\d+)?"}
81
81
82
82
- name : " etcd-image"
83
- version : 3.6.3
83
+ version : 3.6.4
84
84
refPaths :
85
85
- path : cluster/images/etcd/Makefile
86
86
match : BUNDLED_ETCD_VERSIONS\?|LATEST_ETCD_VERSION\?
Original file line number Diff line number Diff line change 15
15
# Build the etcd image
16
16
#
17
17
# Usage:
18
- # [BUNDLED_ETCD_VERSIONS=3.4.18 3.5.21 3.6.3 ] [REGISTRY=registry.k8s.io] [ARCH=amd64] [BASEIMAGE=busybox] make (build|push)
18
+ # [BUNDLED_ETCD_VERSIONS=3.4.18 3.5.21 3.6.4 ] [REGISTRY=registry.k8s.io] [ARCH=amd64] [BASEIMAGE=busybox] make (build|push)
19
19
#
20
20
# The image contains different etcd versions to simplify
21
21
# upgrades. Thus be careful when removing any versions from here.
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.3
29
+ BUNDLED_ETCD_VERSIONS? =3.4.18 3.5.21 3.6.4
30
30
31
31
# LATEST_ETCD_VERSION identifies the most recent etcd version available.
32
- LATEST_ETCD_VERSION? =3.6.3
32
+ LATEST_ETCD_VERSION? =3.6.4
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.3 " }
31
+ supportedEtcdVersions = []string {"3.4.18" , "3.5.21" , "3.6.4 " }
32
32
)
33
33
34
34
const (
You can’t perform that action at this time.
0 commit comments