Skip to content

Commit

Permalink
Merge pull request #228 from cybozu-go/etcd-3.5.1
Browse files Browse the repository at this point in the history
update for etcd 3.5.1
  • Loading branch information
umezawatakeshi authored Dec 21, 2021
2 parents 71f4254 + 2da55d4 commit 42047fe
Show file tree
Hide file tree
Showing 28 changed files with 642 additions and 335 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go-version: ${{ env.go-version }}

- name: Start etcd container
run: docker run -d --network host quay.io/coreos/etcd:v3.4.16
run: docker run -d --network host gcr.io/etcd-development/etcd:v3.5.1

- name: Build binaries
run: make build
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Makefile for sabakan

# configuration variables
ETCD_VERSION = 3.4.16
ETCD_VERSION = 3.5.1
GO_FILES=$(shell find -name '*.go' -not -name '*_test.go')
BUILT_TARGET=sabakan sabactl sabakan-cryptsetup

Expand Down
4 changes: 2 additions & 2 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Sabakan requires [etcd][]. Install and run it at `localhost`.

You may use docker to run etcd as follows:
```console
$ docker pull quay.io/coreos/etcd:v3.4.16
$ docker run -d --rm --name etcd --network=host --uts=host quay.io/coreos/etcd:v3.4.16
$ docker pull gcr.io/etcd-development/etcd:v3.5.1
$ docker run -d --rm --name etcd --network=host --uts=host gcr.io/etcd-development/etcd:v3.5.1
```

### <a name="datadir" />Prepare data directory
Expand Down
96 changes: 44 additions & 52 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,82 +2,74 @@ module github.com/cybozu-go/sabakan/v2

go 1.17

replace google.golang.org/grpc => google.golang.org/grpc v1.26.0

require (
github.com/99designs/gqlgen v0.13.0
github.com/99designs/gqlgen v0.14.0
github.com/coreos/ignition v0.35.0
github.com/cybozu-go/etcdutil v1.4.0
github.com/cybozu-go/log v1.6.0
github.com/cybozu-go/netutil v1.4.1
github.com/cybozu-go/well v1.10.0
github.com/google/go-cmp v0.5.5
github.com/cybozu-go/etcdutil v1.5.0
github.com/cybozu-go/log v1.6.1
github.com/cybozu-go/netutil v1.4.2
github.com/cybozu-go/well v1.11.0
github.com/google/go-cmp v0.5.6
github.com/google/go-tpm v0.3.2
github.com/hashicorp/go-version v1.3.0
github.com/onsi/ginkgo v1.16.2
github.com/onsi/gomega v1.12.0
github.com/prometheus/client_golang v1.10.0
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.17.0
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.25.0
github.com/spf13/cobra v1.1.3
github.com/prometheus/common v0.32.1
github.com/spf13/cobra v1.3.0
github.com/vektah/gqlparser/v2 v2.2.0
github.com/vincent-petithory/dataurl v0.0.0-20191104211930-d1553a71de50
go.etcd.io/etcd v0.5.0-alpha.5.0.20210512015243-d19fbe541bf9
go.universe.tf/netboot v0.0.0-20201124111825-bdaec9d82638
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
sigs.k8s.io/yaml v1.2.0
github.com/vincent-petithory/dataurl v1.0.0
go.etcd.io/etcd/api/v3 v3.5.1
go.etcd.io/etcd/client/v3 v3.5.1
go.universe.tf/netboot v0.0.0-20210617221821-fc2840fa7b05
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
sigs.k8s.io/yaml v1.3.0
)

require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/agnivade/levenshtein v1.0.3 // indirect
github.com/agnivade/levenshtein v1.1.1 // indirect
github.com/ajeddeloh/go-json v0.0.0-20170920214419-6a2fe990e083 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
github.com/gogo/protobuf v1.2.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.0.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/magiconair/properties v1.8.1 // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/pelletier/go-toml v1.9.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.0 // indirect
github.com/spf13/viper v1.10.1 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
github.com/vishvananda/netlink v1.1.0 // indirect
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect
go.uber.org/atomic v1.5.0 // indirect
go.uber.org/multierr v1.3.0 // indirect
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee // indirect
go.uber.org/zap v1.13.0 // indirect
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.1 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.19.1 // indirect
go4.org v0.0.0-20181109185143-00e24f1b2599 // indirect
golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect
golang.org/x/mod v0.3.0 // indirect
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 // indirect
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
golang.org/x/text v0.3.6 // indirect
golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/grpc v1.27.0 // indirect
google.golang.org/protobuf v1.26.0 // indirect
gopkg.in/ini.v1 v1.51.1 // indirect
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.8 // indirect
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
google.golang.org/grpc v1.43.0 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/ini.v1 v1.66.2 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
honnef.co/go/tools v0.0.1-2019.2.3 // indirect
)
Loading

0 comments on commit 42047fe

Please sign in to comment.