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:
8080 match : configs\[Etcd\] = Config{list\.GcEtcdRegistry, "etcd", "\d+\.\d+.\d+(-(alpha|beta|rc).\d+)?(-\d+)?"}
8181
8282 - name : " etcd-image"
83- version : 3.6.3
83+ version : 3.6.4
8484 refPaths :
8585 - path : cluster/images/etcd/Makefile
8686 match : BUNDLED_ETCD_VERSIONS\?|LATEST_ETCD_VERSION\?
Original file line number Diff line number Diff line change 1515# Build the etcd image
1616#
1717# 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)
1919#
2020# The image contains different etcd versions to simplify
2121# upgrades. Thus be careful when removing any versions from here.
2626# Except from etcd-$(version) and etcdctl-$(version) binaries, we also
2727# need etcd and etcdctl binaries for backward compatibility reasons.
2828# 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
3030
3131# LATEST_ETCD_VERSION identifies the most recent etcd version available.
32- LATEST_ETCD_VERSION? =3.6.3
32+ LATEST_ETCD_VERSION? =3.6.4
3333
3434# REVISION provides a version number for this image and all it's bundled
3535# 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 (
2828)
2929
3030var (
31- supportedEtcdVersions = []string {"3.4.18" , "3.5.21" , "3.6.3 " }
31+ supportedEtcdVersions = []string {"3.4.18" , "3.5.21" , "3.6.4 " }
3232)
3333
3434const (
You can’t perform that action at this time.
0 commit comments