We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e089564 commit 92c2664Copy full SHA for 92c2664
Makefile
@@ -1,7 +1,7 @@
1
# Makefile for sabakan
2
3
# configuration variables
4
-ETCD_VERSION = 3.5.14
+ETCD_VERSION = 3.5.19
5
GO_FILES=$(shell find -name '*.go' -not -name '*_test.go')
6
BUILT_TARGET=sabakan sabactl sabakan-cryptsetup
7
IMAGE ?= ghcr.io/cybozu-go/sabakan
mtest/Makefile
@@ -9,7 +9,7 @@ WORKER1 = 10.0.0.104
9
WORKER2 = 10.0.0.105
10
PLACEMAT = /usr/bin/placemat2
11
GINKGO = $(GOPATH)/bin/ginkgo
12
-ETCD_VERSION = 3.5.7
13
PLACEMAT_DATADIR = /var/scratch/placemat
14
COREOS_VERSION := current
15
COREOS_KERNEL := $(abspath .)/flatcar_production_pxe.vmlinuz
0 commit comments