File tree 9 files changed +38
-38
lines changed
9 files changed +38
-38
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
26
26
var (
27
27
// MinClusterVersion is the min cluster version this etcd binary is compatible with.
28
28
MinClusterVersion = "3.0.0"
29
- Version = "3.6.0-rc.0 "
29
+ Version = "3.6.0-rc.1 "
30
30
APIVersion = "unknown"
31
31
32
32
// 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
6
6
7
7
require (
8
8
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
11
11
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6
12
12
)
13
13
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ require (
10
10
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1
11
11
github.com/prometheus/client_golang v1.20.5
12
12
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
15
15
go.uber.org/zap v1.27.0
16
16
google.golang.org/grpc v1.70.0
17
17
sigs.k8s.io/yaml v1.4.0
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ require (
12
12
github.com/spf13/cobra v1.8.1
13
13
github.com/spf13/pflag v1.0.6
14
14
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
19
19
go.uber.org/zap v1.27.0
20
20
golang.org/x/time v0.9.0
21
21
google.golang.org/grpc v1.70.0
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ require (
28
28
github.com/spf13/cobra v1.8.1
29
29
github.com/stretchr/testify v1.10.0
30
30
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
36
36
go.etcd.io/raft/v3 v3.6.0
37
37
go.uber.org/zap v1.27.0
38
38
)
@@ -71,7 +71,7 @@ require (
71
71
github.com/spf13/pflag v1.0.6 // indirect
72
72
github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect
73
73
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
75
75
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
76
76
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
77
77
go.opentelemetry.io/otel v1.34.0 // indirect
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ require (
24
24
github.com/spf13/cobra v1.8.1
25
25
github.com/stretchr/testify v1.10.0
26
26
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
36
36
go.etcd.io/raft/v3 v3.6.0
37
37
go.uber.org/zap v1.27.0
38
38
golang.org/x/time v0.9.0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/spf13/cobra v1.8.1
11
11
github.com/spf13/pflag v1.0.6
12
12
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
14
14
go.uber.org/zap v1.27.0
15
15
google.golang.org/grpc v1.70.0
16
16
)
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ require (
26
26
github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802
27
27
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2
28
28
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
34
34
go.etcd.io/raft/v3 v3.6.0
35
35
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0
36
36
go.opentelemetry.io/otel v1.34.0
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ require (
28
28
github.com/prometheus/common v0.62.0
29
29
github.com/soheilhy/cmux v0.1.5
30
30
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
39
39
go.etcd.io/gofail v0.2.0
40
40
go.etcd.io/raft/v3 v3.6.0
41
41
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