Skip to content

Commit

Permalink
version: 3.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
  • Loading branch information
hexfusion committed Jun 15, 2021
1 parent 1e2cab9 commit 946a5a6
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion api/version/version.go
Expand Up @@ -26,7 +26,7 @@ import (
var (
// MinClusterVersion is the min cluster version this etcd binary is compatible with.
MinClusterVersion = "3.0.0"
Version = "3.5.0-rc.1"
Version = "3.5.0"
APIVersion = "unknown"

// Git SHA Value will be set during build
Expand Down
4 changes: 2 additions & 2 deletions client/v2/go.mod
Expand Up @@ -5,8 +5,8 @@ go 1.16
require (
github.com/json-iterator/go v1.1.11
github.com/modern-go/reflect2 v1.0.1
go.etcd.io/etcd/api/v3 v3.5.0-rc.1
go.etcd.io/etcd/client/pkg/v3 v3.5.0-rc.1
go.etcd.io/etcd/api/v3 v3.5.0
go.etcd.io/etcd/client/pkg/v3 v3.5.0
)

replace (
Expand Down
4 changes: 2 additions & 2 deletions client/v3/go.mod
Expand Up @@ -6,8 +6,8 @@ require (
github.com/dustin/go-humanize v1.0.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/prometheus/client_golang v1.11.0
go.etcd.io/etcd/api/v3 v3.5.0-rc.1
go.etcd.io/etcd/client/pkg/v3 v3.5.0-rc.1
go.etcd.io/etcd/api/v3 v3.5.0
go.etcd.io/etcd/client/pkg/v3 v3.5.0
go.uber.org/zap v1.17.0
google.golang.org/grpc v1.38.0
sigs.k8s.io/yaml v1.2.0
Expand Down
12 changes: 6 additions & 6 deletions etcdctl/go.mod
Expand Up @@ -9,12 +9,12 @@ require (
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/urfave/cli v1.22.4
go.etcd.io/etcd/api/v3 v3.5.0-rc.1
go.etcd.io/etcd/client/pkg/v3 v3.5.0-rc.1
go.etcd.io/etcd/client/v2 v2.305.0-rc.1
go.etcd.io/etcd/client/v3 v3.5.0-rc.1
go.etcd.io/etcd/etcdutl/v3 v3.5.0-rc.1
go.etcd.io/etcd/pkg/v3 v3.5.0-rc.1
go.etcd.io/etcd/api/v3 v3.5.0
go.etcd.io/etcd/client/pkg/v3 v3.5.0
go.etcd.io/etcd/client/v2 v2.305.0
go.etcd.io/etcd/client/v3 v3.5.0
go.etcd.io/etcd/etcdutl/v3 v3.5.0
go.etcd.io/etcd/pkg/v3 v3.5.0
go.uber.org/zap v1.17.0
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
google.golang.org/grpc v1.38.0
Expand Down
12 changes: 6 additions & 6 deletions etcdutl/go.mod
Expand Up @@ -25,11 +25,11 @@ require (
github.com/olekukonko/tablewriter v0.0.5
github.com/spf13/cobra v1.1.3
go.etcd.io/bbolt v1.3.6
go.etcd.io/etcd/api/v3 v3.5.0-rc.1
go.etcd.io/etcd/client/pkg/v3 v3.5.0-rc.1
go.etcd.io/etcd/client/v3 v3.5.0-rc.1
go.etcd.io/etcd/pkg/v3 v3.5.0-rc.1
go.etcd.io/etcd/raft/v3 v3.5.0-rc.1
go.etcd.io/etcd/server/v3 v3.5.0-rc.1
go.etcd.io/etcd/api/v3 v3.5.0
go.etcd.io/etcd/client/pkg/v3 v3.5.0
go.etcd.io/etcd/client/v3 v3.5.0
go.etcd.io/etcd/pkg/v3 v3.5.0
go.etcd.io/etcd/raft/v3 v3.5.0
go.etcd.io/etcd/server/v3 v3.5.0
go.uber.org/zap v1.17.0
)
20 changes: 10 additions & 10 deletions go.mod
Expand Up @@ -20,16 +20,16 @@ require (
github.com/dustin/go-humanize v1.0.0
github.com/spf13/cobra v1.1.3
go.etcd.io/bbolt v1.3.6
go.etcd.io/etcd/api/v3 v3.5.0-rc.1
go.etcd.io/etcd/client/pkg/v3 v3.5.0-rc.1
go.etcd.io/etcd/client/v2 v2.305.0-rc.1
go.etcd.io/etcd/client/v3 v3.5.0-rc.1
go.etcd.io/etcd/etcdctl/v3 v3.5.0-rc.1
go.etcd.io/etcd/etcdutl/v3 v3.5.0-rc.1
go.etcd.io/etcd/pkg/v3 v3.5.0-rc.1
go.etcd.io/etcd/raft/v3 v3.5.0-rc.1
go.etcd.io/etcd/server/v3 v3.5.0-rc.1
go.etcd.io/etcd/tests/v3 v3.5.0-rc.1
go.etcd.io/etcd/api/v3 v3.5.0
go.etcd.io/etcd/client/pkg/v3 v3.5.0
go.etcd.io/etcd/client/v2 v2.305.0
go.etcd.io/etcd/client/v3 v3.5.0
go.etcd.io/etcd/etcdctl/v3 v3.5.0
go.etcd.io/etcd/etcdutl/v3 v3.5.0
go.etcd.io/etcd/pkg/v3 v3.5.0
go.etcd.io/etcd/raft/v3 v3.5.0
go.etcd.io/etcd/server/v3 v3.5.0
go.etcd.io/etcd/tests/v3 v3.5.0
go.uber.org/zap v1.17.0
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
google.golang.org/grpc v1.38.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/go.mod
Expand Up @@ -9,7 +9,7 @@ require (
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
go.etcd.io/etcd/client/pkg/v3 v3.5.0-rc.1
go.etcd.io/etcd/client/pkg/v3 v3.5.0
go.uber.org/zap v1.17.0
google.golang.org/grpc v1.38.0
)
Expand Down
2 changes: 1 addition & 1 deletion raft/go.mod
Expand Up @@ -8,7 +8,7 @@ require (
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.2
github.com/pkg/errors v0.9.1 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.0-rc.1
go.etcd.io/etcd/client/pkg/v3 v3.5.0
)

// Bad imports are sometimes causing attempts to pull that code.
Expand Down
12 changes: 6 additions & 6 deletions server/go.mod
Expand Up @@ -25,12 +25,12 @@ require (
github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2
go.etcd.io/bbolt v1.3.6
go.etcd.io/etcd/api/v3 v3.5.0-rc.1
go.etcd.io/etcd/client/pkg/v3 v3.5.0-rc.1
go.etcd.io/etcd/client/v2 v2.305.0-rc.1
go.etcd.io/etcd/client/v3 v3.5.0-rc.1
go.etcd.io/etcd/pkg/v3 v3.5.0-rc.1
go.etcd.io/etcd/raft/v3 v3.5.0-rc.1
go.etcd.io/etcd/api/v3 v3.5.0
go.etcd.io/etcd/client/pkg/v3 v3.5.0
go.etcd.io/etcd/client/v2 v2.305.0
go.etcd.io/etcd/client/v3 v3.5.0
go.etcd.io/etcd/pkg/v3 v3.5.0
go.etcd.io/etcd/raft/v3 v3.5.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0
go.opentelemetry.io/otel v0.20.0
go.opentelemetry.io/otel/exporters/otlp v0.20.0
Expand Down
16 changes: 8 additions & 8 deletions tests/go.mod
Expand Up @@ -28,14 +28,14 @@ require (
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
go.etcd.io/bbolt v1.3.6
go.etcd.io/etcd/api/v3 v3.5.0-rc.1
go.etcd.io/etcd/client/pkg/v3 v3.5.0-rc.1
go.etcd.io/etcd/client/v2 v2.305.0-rc.1
go.etcd.io/etcd/client/v3 v3.5.0-rc.1
go.etcd.io/etcd/etcdutl/v3 v3.5.0-rc.1
go.etcd.io/etcd/pkg/v3 v3.5.0-rc.1
go.etcd.io/etcd/raft/v3 v3.5.0-rc.1
go.etcd.io/etcd/server/v3 v3.5.0-rc.1
go.etcd.io/etcd/api/v3 v3.5.0
go.etcd.io/etcd/client/pkg/v3 v3.5.0
go.etcd.io/etcd/client/v2 v2.305.0
go.etcd.io/etcd/client/v3 v3.5.0
go.etcd.io/etcd/etcdutl/v3 v3.5.0
go.etcd.io/etcd/pkg/v3 v3.5.0
go.etcd.io/etcd/raft/v3 v3.5.0
go.etcd.io/etcd/server/v3 v3.5.0
go.uber.org/zap v1.17.0
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
Expand Down

0 comments on commit 946a5a6

Please sign in to comment.