Skip to content

Commit

Permalink
Upgrade etcd to v3.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
okushchenko committed Nov 28, 2017
1 parent 99137c3 commit a1618d5
Show file tree
Hide file tree
Showing 493 changed files with 78,805 additions and 32,492 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ go:
- 1.x
- tip
env:
- VAULT_ADDR='http://127.0.0.1:8200' CONSUL_VERSION=0.9.3 ETCD_VERSION=3.2.8 DYNAMODB_VERSION=2017-02-16 VAULT_VERSION=0.8.1 ZOOKEEPER_VERSION=3.4.10 RANCHER_VERSION=0.6.0
- VAULT_ADDR='http://127.0.0.1:8200' CONSUL_VERSION=0.9.3 ETCD_VERSION=3.2.10 DYNAMODB_VERSION=2017-02-16 VAULT_VERSION=0.8.1 ZOOKEEPER_VERSION=3.4.10 RANCHER_VERSION=0.6.0
services:
- redis
before_install:
Expand Down
30 changes: 18 additions & 12 deletions Gopkg.lock

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

12 changes: 6 additions & 6 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

[[constraint]]
name = "github.com/coreos/etcd"
version = "=3.2.8"
version = "=3.2.10"

[[constraint]]
name = "github.com/fsnotify/fsnotify"
Expand Down Expand Up @@ -49,20 +49,20 @@

[[override]]
name = "google.golang.org/grpc"
version = "=1.2.1"
version = "=1.7.3"

[[override]]
name = "golang.org/x/crypto"
revision = "1351f936d976c60a0a48d728281922cf63eafb8d"
revision = "9419663f5a44be8b34ca85f08abc5fe1be11f8a3"

[[override]]
name = "golang.org/x/net"
revision = "c8c74377599bd978aee1cf3b9b63a8634051cec2"
revision = "66aacef3dd8a676686c7ae3716979581e8b03c47"

[[override]]
name = "golang.org/x/sys"
revision = "e48874b42435b4347fc52bdee0424a52abc974d7"
revision = "ebfc5b4631820b793c9010c87fd8fef0f39eb082"

[[override]]
name = "github.com/golang/protobuf"
revision = "4bd1920723d7b7c925de087aa32e2187708897f7"
revision = "5a0f697c9ed9d68fef0116532c6e05cfeae00e55"
1 change: 1 addition & 0 deletions vendor/github.com/coreos/etcd/.gitignore

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

16 changes: 16 additions & 0 deletions vendor/github.com/coreos/etcd/.semaphore.sh

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

73 changes: 39 additions & 34 deletions vendor/github.com/coreos/etcd/.travis.yml

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

57 changes: 57 additions & 0 deletions vendor/github.com/coreos/etcd/Dockerfile-test

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

2 changes: 1 addition & 1 deletion vendor/github.com/coreos/etcd/auth/store.go

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

11 changes: 6 additions & 5 deletions vendor/github.com/coreos/etcd/auth/store_test.go

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

Loading

0 comments on commit a1618d5

Please sign in to comment.