Skip to content

Commit

Permalink
version: bump up to 3.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Valdes <[email protected]>
  • Loading branch information
ivanvc committed Dec 28, 2024
1 parent 619e4ee commit 491aaa8
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion api/version/version.go
Original file line number Diff line number Diff line change
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.6.0"
Version = "3.6.1"
APIVersion = "unknown"

// Git SHA Value will be set during build
Expand Down
4 changes: 2 additions & 2 deletions client/internal/v2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ toolchain go1.23.4

require (
github.com/stretchr/testify v1.10.0
go.etcd.io/etcd/api/v3 v3.6.0
go.etcd.io/etcd/client/pkg/v3 v3.6.0
go.etcd.io/etcd/api/v3 v3.6.1
go.etcd.io/etcd/client/pkg/v3 v3.6.1
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6
)

Expand Down
4 changes: 2 additions & 2 deletions client/v3/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ require (
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/prometheus/client_golang v1.20.5
github.com/stretchr/testify v1.10.0
go.etcd.io/etcd/api/v3 v3.6.0
go.etcd.io/etcd/client/pkg/v3 v3.6.0
go.etcd.io/etcd/api/v3 v3.6.1
go.etcd.io/etcd/client/pkg/v3 v3.6.1
go.uber.org/zap v1.27.0
google.golang.org/grpc v1.69.0
sigs.k8s.io/yaml v1.4.0
Expand Down
8 changes: 4 additions & 4 deletions etcdctl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ require (
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.10.0
go.etcd.io/etcd/api/v3 v3.6.0
go.etcd.io/etcd/client/pkg/v3 v3.6.0
go.etcd.io/etcd/client/v3 v3.6.0
go.etcd.io/etcd/pkg/v3 v3.6.0
go.etcd.io/etcd/api/v3 v3.6.1
go.etcd.io/etcd/client/pkg/v3 v3.6.1
go.etcd.io/etcd/client/v3 v3.6.1
go.etcd.io/etcd/pkg/v3 v3.6.1
go.uber.org/zap v1.27.0
golang.org/x/time v0.8.0
google.golang.org/grpc v1.69.0
Expand Down
12 changes: 6 additions & 6 deletions etcdutl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ require (
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.10.0
go.etcd.io/bbolt v1.4.0-beta.0
go.etcd.io/etcd/api/v3 v3.6.0
go.etcd.io/etcd/client/pkg/v3 v3.6.0
go.etcd.io/etcd/client/v3 v3.6.0
go.etcd.io/etcd/pkg/v3 v3.6.0
go.etcd.io/etcd/server/v3 v3.6.0
go.etcd.io/etcd/api/v3 v3.6.1
go.etcd.io/etcd/client/pkg/v3 v3.6.1
go.etcd.io/etcd/client/v3 v3.6.1
go.etcd.io/etcd/pkg/v3 v3.6.1
go.etcd.io/etcd/server/v3 v3.6.1
go.etcd.io/raft/v3 v3.6.0-beta.0
go.uber.org/zap v1.27.0
)
Expand Down Expand Up @@ -70,7 +70,7 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
go.etcd.io/etcd/client/v2 v2.306.0 // indirect
go.etcd.io/etcd/client/v2 v2.306.1 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.57.0 // indirect
go.opentelemetry.io/otel v1.33.0 // indirect
Expand Down
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ require (
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.10.0
go.etcd.io/bbolt v1.4.0-beta.0
go.etcd.io/etcd/api/v3 v3.6.0
go.etcd.io/etcd/client/pkg/v3 v3.6.0
go.etcd.io/etcd/client/v2 v2.306.0
go.etcd.io/etcd/client/v3 v3.6.0
go.etcd.io/etcd/etcdctl/v3 v3.6.0
go.etcd.io/etcd/etcdutl/v3 v3.6.0
go.etcd.io/etcd/pkg/v3 v3.6.0
go.etcd.io/etcd/server/v3 v3.6.0
go.etcd.io/etcd/tests/v3 v3.6.0
go.etcd.io/etcd/api/v3 v3.6.1
go.etcd.io/etcd/client/pkg/v3 v3.6.1
go.etcd.io/etcd/client/v2 v2.306.1
go.etcd.io/etcd/client/v3 v3.6.1
go.etcd.io/etcd/etcdctl/v3 v3.6.1
go.etcd.io/etcd/etcdutl/v3 v3.6.1
go.etcd.io/etcd/pkg/v3 v3.6.1
go.etcd.io/etcd/server/v3 v3.6.1
go.etcd.io/etcd/tests/v3 v3.6.1
go.etcd.io/raft/v3 v3.6.0-beta.0
go.uber.org/zap v1.27.0
golang.org/x/time v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.10.0
go.etcd.io/etcd/client/pkg/v3 v3.6.0
go.etcd.io/etcd/client/pkg/v3 v3.6.1
go.uber.org/zap v1.27.0
google.golang.org/grpc v1.69.0
)
Expand Down
10 changes: 5 additions & 5 deletions server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ 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.4.0-beta.0
go.etcd.io/etcd/api/v3 v3.6.0
go.etcd.io/etcd/client/pkg/v3 v3.6.0
go.etcd.io/etcd/client/v2 v2.306.0
go.etcd.io/etcd/client/v3 v3.6.0
go.etcd.io/etcd/pkg/v3 v3.6.0
go.etcd.io/etcd/api/v3 v3.6.1
go.etcd.io/etcd/client/pkg/v3 v3.6.1
go.etcd.io/etcd/client/v2 v2.306.1
go.etcd.io/etcd/client/v3 v3.6.1
go.etcd.io/etcd/pkg/v3 v3.6.1
go.etcd.io/raft/v3 v3.6.0-beta.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.57.0
go.opentelemetry.io/otel v1.33.0
Expand Down
16 changes: 8 additions & 8 deletions tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ require (
github.com/prometheus/common v0.61.0
github.com/soheilhy/cmux v0.1.5
github.com/stretchr/testify v1.10.0
go.etcd.io/etcd/api/v3 v3.6.0
go.etcd.io/etcd/client/pkg/v3 v3.6.0
go.etcd.io/etcd/client/v2 v2.306.0
go.etcd.io/etcd/client/v3 v3.6.0
go.etcd.io/etcd/etcdctl/v3 v3.6.0
go.etcd.io/etcd/etcdutl/v3 v3.6.0
go.etcd.io/etcd/pkg/v3 v3.6.0
go.etcd.io/etcd/server/v3 v3.6.0
go.etcd.io/etcd/api/v3 v3.6.1
go.etcd.io/etcd/client/pkg/v3 v3.6.1
go.etcd.io/etcd/client/v2 v2.306.1
go.etcd.io/etcd/client/v3 v3.6.1
go.etcd.io/etcd/etcdctl/v3 v3.6.1
go.etcd.io/etcd/etcdutl/v3 v3.6.1
go.etcd.io/etcd/pkg/v3 v3.6.1
go.etcd.io/etcd/server/v3 v3.6.1
go.etcd.io/gofail v0.2.0
go.etcd.io/raft/v3 v3.6.0-beta.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.57.0
Expand Down

0 comments on commit 491aaa8

Please sign in to comment.