Skip to content

Commit 92c2664

Browse files
committed
Update etcd to v3.5.19
Signed-off-by: Masayuki Ishii <[email protected]>
1 parent e089564 commit 92c2664

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Makefile for sabakan
22

33
# configuration variables
4-
ETCD_VERSION = 3.5.14
4+
ETCD_VERSION = 3.5.19
55
GO_FILES=$(shell find -name '*.go' -not -name '*_test.go')
66
BUILT_TARGET=sabakan sabactl sabakan-cryptsetup
77
IMAGE ?= ghcr.io/cybozu-go/sabakan

mtest/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKER1 = 10.0.0.104
99
WORKER2 = 10.0.0.105
1010
PLACEMAT = /usr/bin/placemat2
1111
GINKGO = $(GOPATH)/bin/ginkgo
12-
ETCD_VERSION = 3.5.7
12+
ETCD_VERSION = 3.5.19
1313
PLACEMAT_DATADIR = /var/scratch/placemat
1414
COREOS_VERSION := current
1515
COREOS_KERNEL := $(abspath .)/flatcar_production_pxe.vmlinuz

0 commit comments

Comments
 (0)