File tree Expand file tree Collapse file tree 9 files changed +38
-38
lines changed Expand file tree Collapse file tree 9 files changed +38
-38
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
2626var (
2727 // MinClusterVersion is the min cluster version this etcd binary is compatible with.
2828 MinClusterVersion = "3.0.0"
29- Version = "3.6.0-rc.0 "
29+ Version = "3.6.0-rc.1 "
3030 APIVersion = "unknown"
3131
3232 // Git SHA Value will be set during build
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ toolchain go1.23.6
66
77require (
88 github.com/stretchr/testify v1.10.0
9- go.etcd.io/etcd/api/v3 v3.6.0-rc.0
10- go.etcd.io/etcd/client/pkg/v3 v3.6.0-rc.0
9+ go.etcd.io/etcd/api/v3 v3.6.0-rc.1
10+ go.etcd.io/etcd/client/pkg/v3 v3.6.0-rc.1
1111 sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6
1212)
1313
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ require (
1010 github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1
1111 github.com/prometheus/client_golang v1.20.5
1212 github.com/stretchr/testify v1.10.0
13- go.etcd.io/etcd/api/v3 v3.6.0-rc.0
14- go.etcd.io/etcd/client/pkg/v3 v3.6.0-rc.0
13+ go.etcd.io/etcd/api/v3 v3.6.0-rc.1
14+ go.etcd.io/etcd/client/pkg/v3 v3.6.0-rc.1
1515 go.uber.org/zap v1.27.0
1616 google.golang.org/grpc v1.70.0
1717 sigs.k8s.io/yaml v1.4.0
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ require (
1212 github.com/spf13/cobra v1.8.1
1313 github.com/spf13/pflag v1.0.6
1414 github.com/stretchr/testify v1.10.0
15- go.etcd.io/etcd/api/v3 v3.6.0-rc.0
16- go.etcd.io/etcd/client/pkg/v3 v3.6.0-rc.0
17- go.etcd.io/etcd/client/v3 v3.6.0-rc.0
18- go.etcd.io/etcd/pkg/v3 v3.6.0-rc.0
15+ go.etcd.io/etcd/api/v3 v3.6.0-rc.1
16+ go.etcd.io/etcd/client/pkg/v3 v3.6.0-rc.1
17+ go.etcd.io/etcd/client/v3 v3.6.0-rc.1
18+ go.etcd.io/etcd/pkg/v3 v3.6.0-rc.1
1919 go.uber.org/zap v1.27.0
2020 golang.org/x/time v0.9.0
2121 google.golang.org/grpc v1.70.0
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ require (
2828 github.com/spf13/cobra v1.8.1
2929 github.com/stretchr/testify v1.10.0
3030 go.etcd.io/bbolt v1.4.0
31- go.etcd.io/etcd/api/v3 v3.6.0-rc.0
32- go.etcd.io/etcd/client/pkg/v3 v3.6.0-rc.0
33- go.etcd.io/etcd/client/v3 v3.6.0-rc.0
34- go.etcd.io/etcd/pkg/v3 v3.6.0-rc.0
35- go.etcd.io/etcd/server/v3 v3.6.0-rc.0
31+ go.etcd.io/etcd/api/v3 v3.6.0-rc.1
32+ go.etcd.io/etcd/client/pkg/v3 v3.6.0-rc.1
33+ go.etcd.io/etcd/client/v3 v3.6.0-rc.1
34+ go.etcd.io/etcd/pkg/v3 v3.6.0-rc.1
35+ go.etcd.io/etcd/server/v3 v3.6.0-rc.1
3636 go.etcd.io/raft/v3 v3.6.0
3737 go.uber.org/zap v1.27.0
3838)
@@ -71,7 +71,7 @@ require (
7171 github.com/spf13/pflag v1.0.6 // indirect
7272 github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect
7373 github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
74- go.etcd.io/etcd/client/v2 v2.306.0-rc.0 // indirect
74+ go.etcd.io/etcd/client/v2 v2.306.0-rc.1 // indirect
7575 go.opentelemetry.io/auto/sdk v1.1.0 // indirect
7676 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
7777 go.opentelemetry.io/otel v1.34.0 // indirect
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ require (
2424 github.com/spf13/cobra v1.8.1
2525 github.com/stretchr/testify v1.10.0
2626 go.etcd.io/bbolt v1.4.0
27- go.etcd.io/etcd/api/v3 v3.6.0-rc.0
28- go.etcd.io/etcd/client/pkg/v3 v3.6.0-rc.0
29- go.etcd.io/etcd/client/v2 v2.306.0-rc.0
30- go.etcd.io/etcd/client/v3 v3.6.0-rc.0
31- go.etcd.io/etcd/etcdctl/v3 v3.6.0-rc.0
32- go.etcd.io/etcd/etcdutl/v3 v3.6.0-rc.0
33- go.etcd.io/etcd/pkg/v3 v3.6.0-rc.0
34- go.etcd.io/etcd/server/v3 v3.6.0-rc.0
35- go.etcd.io/etcd/tests/v3 v3.6.0-rc.0
27+ go.etcd.io/etcd/api/v3 v3.6.0-rc.1
28+ go.etcd.io/etcd/client/pkg/v3 v3.6.0-rc.1
29+ go.etcd.io/etcd/client/v2 v2.306.0-rc.1
30+ go.etcd.io/etcd/client/v3 v3.6.0-rc.1
31+ go.etcd.io/etcd/etcdctl/v3 v3.6.0-rc.1
32+ go.etcd.io/etcd/etcdutl/v3 v3.6.0-rc.1
33+ go.etcd.io/etcd/pkg/v3 v3.6.0-rc.1
34+ go.etcd.io/etcd/server/v3 v3.6.0-rc.1
35+ go.etcd.io/etcd/tests/v3 v3.6.0-rc.1
3636 go.etcd.io/raft/v3 v3.6.0
3737 go.uber.org/zap v1.27.0
3838 golang.org/x/time v0.9.0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/spf13/cobra v1.8.1
1111 github.com/spf13/pflag v1.0.6
1212 github.com/stretchr/testify v1.10.0
13- go.etcd.io/etcd/client/pkg/v3 v3.6.0-rc.0
13+ go.etcd.io/etcd/client/pkg/v3 v3.6.0-rc.1
1414 go.uber.org/zap v1.27.0
1515 google.golang.org/grpc v1.70.0
1616)
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ require (
2626 github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802
2727 github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2
2828 go.etcd.io/bbolt v1.4.0
29- go.etcd.io/etcd/api/v3 v3.6.0-rc.0
30- go.etcd.io/etcd/client/pkg/v3 v3.6.0-rc.0
31- go.etcd.io/etcd/client/v2 v2.306.0-rc.0
32- go.etcd.io/etcd/client/v3 v3.6.0-rc.0
33- go.etcd.io/etcd/pkg/v3 v3.6.0-rc.0
29+ go.etcd.io/etcd/api/v3 v3.6.0-rc.1
30+ go.etcd.io/etcd/client/pkg/v3 v3.6.0-rc.1
31+ go.etcd.io/etcd/client/v2 v2.306.0-rc.1
32+ go.etcd.io/etcd/client/v3 v3.6.0-rc.1
33+ go.etcd.io/etcd/pkg/v3 v3.6.0-rc.1
3434 go.etcd.io/raft/v3 v3.6.0
3535 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0
3636 go.opentelemetry.io/otel v1.34.0
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ require (
2828 github.com/prometheus/common v0.62.0
2929 github.com/soheilhy/cmux v0.1.5
3030 github.com/stretchr/testify v1.10.0
31- go.etcd.io/etcd/api/v3 v3.6.0-rc.0
32- go.etcd.io/etcd/client/pkg/v3 v3.6.0-rc.0
33- go.etcd.io/etcd/client/v2 v2.306.0-rc.0
34- go.etcd.io/etcd/client/v3 v3.6.0-rc.0
35- go.etcd.io/etcd/etcdctl/v3 v3.6.0-rc.0
36- go.etcd.io/etcd/etcdutl/v3 v3.6.0-rc.0
37- go.etcd.io/etcd/pkg/v3 v3.6.0-rc.0
38- go.etcd.io/etcd/server/v3 v3.6.0-rc.0
31+ go.etcd.io/etcd/api/v3 v3.6.0-rc.1
32+ go.etcd.io/etcd/client/pkg/v3 v3.6.0-rc.1
33+ go.etcd.io/etcd/client/v2 v2.306.0-rc.1
34+ go.etcd.io/etcd/client/v3 v3.6.0-rc.1
35+ go.etcd.io/etcd/etcdctl/v3 v3.6.0-rc.1
36+ go.etcd.io/etcd/etcdutl/v3 v3.6.0-rc.1
37+ go.etcd.io/etcd/pkg/v3 v3.6.0-rc.1
38+ go.etcd.io/etcd/server/v3 v3.6.0-rc.1
3939 go.etcd.io/gofail v0.2.0
4040 go.etcd.io/raft/v3 v3.6.0
4141 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0
You can’t perform that action at this time.
0 commit comments