Skip to content

Commit 7cc3faf

Browse files
authored
Merge pull request #133225 from ivanvc/build-etcd-3.6.4
Build etcd v3.6.4 image
2 parents a493baf + b562335 commit 7cc3faf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build/dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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\?

cluster/images/etcd/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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.
@@ -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.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

cluster/images/etcd/migrate/options.go

Lines changed: 1 addition & 1 deletion
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.3"}
31+
supportedEtcdVersions = []string{"3.4.18", "3.5.21", "3.6.4"}
3232
)
3333

3434
const (

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy