Skip to content

Commit 5e7fd0d

Browse files
committed
version: bump up to 3.7.1
Signed-off-by: Ivan Valdes <iv@a.ki>
1 parent 84badbf commit 5e7fd0d

9 files changed

Lines changed: 36 additions & 36 deletions

File tree

api/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
var (
2727
// MinClusterVersion is the min cluster version this etcd binary is compatible with.
2828
MinClusterVersion = "3.0.0"
29-
Version = "3.7.0"
29+
Version = "3.7.1"
3030
APIVersion = "unknown"
3131

3232
// Git SHA Value will be set during build

cache/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ toolchain go1.26.5
77
require (
88
github.com/google/go-cmp v0.7.0
99
github.com/stretchr/testify v1.11.1
10-
go.etcd.io/etcd/api/v3 v3.7.0
11-
go.etcd.io/etcd/client/v3 v3.7.0
10+
go.etcd.io/etcd/api/v3 v3.7.1
11+
go.etcd.io/etcd/client/v3 v3.7.1
1212
google.golang.org/protobuf v1.36.11
1313
k8s.io/utils v0.0.0-20260108192941-914a6e750570
1414
)
@@ -20,7 +20,7 @@ require (
2020
github.com/golang/protobuf v1.5.4 // indirect
2121
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 // indirect
2222
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
23-
go.etcd.io/etcd/client/pkg/v3 v3.7.0 // indirect
23+
go.etcd.io/etcd/client/pkg/v3 v3.7.1 // indirect
2424
go.uber.org/multierr v1.11.0 // indirect
2525
go.uber.org/zap v1.27.1 // indirect
2626
golang.org/x/net v0.55.0 // indirect

client/v3/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ require (
1111
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0
1212
github.com/prometheus/client_golang v1.23.2
1313
github.com/stretchr/testify v1.11.1
14-
go.etcd.io/etcd/api/v3 v3.7.0
15-
go.etcd.io/etcd/client/pkg/v3 v3.7.0
14+
go.etcd.io/etcd/api/v3 v3.7.1
15+
go.etcd.io/etcd/client/pkg/v3 v3.7.1
1616
go.uber.org/zap v1.27.1
1717
google.golang.org/grpc v1.82.1
1818
google.golang.org/protobuf v1.36.11

etcdctl/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ require (
1212
github.com/spf13/cobra v1.10.2
1313
github.com/spf13/pflag v1.0.10
1414
github.com/stretchr/testify v1.11.1
15-
go.etcd.io/etcd/api/v3 v3.7.0
16-
go.etcd.io/etcd/client/pkg/v3 v3.7.0
17-
go.etcd.io/etcd/client/v3 v3.7.0
18-
go.etcd.io/etcd/pkg/v3 v3.7.0
15+
go.etcd.io/etcd/api/v3 v3.7.1
16+
go.etcd.io/etcd/client/pkg/v3 v3.7.1
17+
go.etcd.io/etcd/client/v3 v3.7.1
18+
go.etcd.io/etcd/pkg/v3 v3.7.1
1919
go.uber.org/zap v1.27.1
2020
golang.org/x/time v0.15.0
2121
google.golang.org/grpc v1.82.1

etcdutl/go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ require (
1919
github.com/spf13/cobra v1.10.2
2020
github.com/stretchr/testify v1.11.1
2121
go.etcd.io/bbolt v1.5.0
22-
go.etcd.io/etcd/api/v3 v3.7.0
23-
go.etcd.io/etcd/client/pkg/v3 v3.7.0
24-
go.etcd.io/etcd/client/v3 v3.7.0
25-
go.etcd.io/etcd/pkg/v3 v3.7.0
26-
go.etcd.io/etcd/server/v3 v3.7.0
22+
go.etcd.io/etcd/api/v3 v3.7.1
23+
go.etcd.io/etcd/client/pkg/v3 v3.7.1
24+
go.etcd.io/etcd/client/v3 v3.7.1
25+
go.etcd.io/etcd/pkg/v3 v3.7.1
26+
go.etcd.io/etcd/server/v3 v3.7.1
2727
go.etcd.io/raft/v3 v3.7.0
2828
go.uber.org/zap v1.27.1
2929
google.golang.org/protobuf v1.36.11

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ require (
2626
github.com/spf13/cobra v1.10.2
2727
github.com/stretchr/testify v1.11.1
2828
go.etcd.io/bbolt v1.5.0
29-
go.etcd.io/etcd/api/v3 v3.7.0
30-
go.etcd.io/etcd/client/pkg/v3 v3.7.0
31-
go.etcd.io/etcd/client/v3 v3.7.0
32-
go.etcd.io/etcd/etcdctl/v3 v3.7.0
33-
go.etcd.io/etcd/etcdutl/v3 v3.7.0
34-
go.etcd.io/etcd/pkg/v3 v3.7.0
35-
go.etcd.io/etcd/server/v3 v3.7.0
36-
go.etcd.io/etcd/tests/v3 v3.7.0
29+
go.etcd.io/etcd/api/v3 v3.7.1
30+
go.etcd.io/etcd/client/pkg/v3 v3.7.1
31+
go.etcd.io/etcd/client/v3 v3.7.1
32+
go.etcd.io/etcd/etcdctl/v3 v3.7.1
33+
go.etcd.io/etcd/etcdutl/v3 v3.7.1
34+
go.etcd.io/etcd/pkg/v3 v3.7.1
35+
go.etcd.io/etcd/server/v3 v3.7.1
36+
go.etcd.io/etcd/tests/v3 v3.7.1
3737
go.etcd.io/raft/v3 v3.7.0
3838
go.uber.org/zap v1.27.1
3939
golang.org/x/time v0.15.0

pkg/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/spf13/cobra v1.10.2
1111
github.com/spf13/pflag v1.0.10
1212
github.com/stretchr/testify v1.11.1
13-
go.etcd.io/etcd/client/pkg/v3 v3.7.0
13+
go.etcd.io/etcd/client/pkg/v3 v3.7.1
1414
go.opentelemetry.io/otel/trace v1.43.0
1515
go.uber.org/zap v1.27.1
1616
golang.org/x/sys v0.45.0

server/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ require (
2323
github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75
2424
github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510
2525
go.etcd.io/bbolt v1.5.0
26-
go.etcd.io/etcd/api/v3 v3.7.0
27-
go.etcd.io/etcd/client/pkg/v3 v3.7.0
28-
go.etcd.io/etcd/client/v3 v3.7.0
29-
go.etcd.io/etcd/pkg/v3 v3.7.0
26+
go.etcd.io/etcd/api/v3 v3.7.1
27+
go.etcd.io/etcd/client/pkg/v3 v3.7.1
28+
go.etcd.io/etcd/client/v3 v3.7.1
29+
go.etcd.io/etcd/pkg/v3 v3.7.1
3030
go.etcd.io/raft/v3 v3.7.0
3131
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.68.0
3232
go.opentelemetry.io/otel v1.43.0

tests/go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ require (
3131
github.com/soheilhy/cmux v0.1.5
3232
github.com/stretchr/testify v1.11.1
3333
go.etcd.io/bbolt v1.5.0
34-
go.etcd.io/etcd/api/v3 v3.7.0
35-
go.etcd.io/etcd/cache/v3 v3.7.0
36-
go.etcd.io/etcd/client/pkg/v3 v3.7.0
37-
go.etcd.io/etcd/client/v3 v3.7.0
38-
go.etcd.io/etcd/etcdctl/v3 v3.7.0
39-
go.etcd.io/etcd/etcdutl/v3 v3.7.0
40-
go.etcd.io/etcd/pkg/v3 v3.7.0
41-
go.etcd.io/etcd/server/v3 v3.7.0
34+
go.etcd.io/etcd/api/v3 v3.7.1
35+
go.etcd.io/etcd/cache/v3 v3.7.1
36+
go.etcd.io/etcd/client/pkg/v3 v3.7.1
37+
go.etcd.io/etcd/client/v3 v3.7.1
38+
go.etcd.io/etcd/etcdctl/v3 v3.7.1
39+
go.etcd.io/etcd/etcdutl/v3 v3.7.1
40+
go.etcd.io/etcd/pkg/v3 v3.7.1
41+
go.etcd.io/etcd/server/v3 v3.7.1
4242
go.etcd.io/gofail v0.2.0
4343
go.etcd.io/raft/v3 v3.7.0
4444
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.68.0

0 commit comments

Comments
 (0)