Skip to content

Commit

Permalink
build: Update etcd
Browse files Browse the repository at this point in the history
Picks up a cherry-picked version of etcd-io/etcd#9073, to fix #18601

Release note (bug fix): Fixes potential cluster unavailability after
raft logs grow too large.
  • Loading branch information
bdarnell committed Apr 18, 2018
1 parent f472f09 commit 54819a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ ignored = [

[[constraint]]
name = "github.com/coreos/etcd"
branch = "master"
source = "https://github.com/cockroachdb/etcd"
branch = "crdb-release-1.1"

[[constraint]]
name = "github.com/rlmcpherson/s3gof3r"
Expand Down

0 comments on commit 54819a3

Please sign in to comment.