Skip to content

Commit ef7d51e

Browse files
authored
Merge pull request kubernetes#131126 from joshjms/cleanup-3.6.0
Release etcd v3.5.21 image
2 parents d53dc8e + 0e2e687 commit ef7d51e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cluster/images/etcd/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
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.0-rc.2
29+
BUNDLED_ETCD_VERSIONS?=3.4.18 3.5.21
3030

3131
# 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
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

cluster/images/etcd/migrate/options.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
)
2929

3030
var (
31-
supportedEtcdVersions = []string{"3.4.18", "3.5.21", "3.6.0-rc.2"}
31+
supportedEtcdVersions = []string{"3.4.18", "3.5.21"}
3232
)
3333

3434
const (

0 commit comments

Comments
 (0)