Commit Graph

432 Commits

Author SHA1 Message Date
04cce9759b dependency: bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.26.0 to 2.26.1, bump google.golang.org/genproto/googleapis/rpc from v0.0.0-20250115164207-1a7da9e5054f to v0.0.0-20250204164813-702378808489, and google.golang.org/protobuf from v1.36.4 to v1.36.5
Reference:
- https://github.com/etcd-io/etcd/pull/19374
- https://github.com/etcd-io/etcd/pull/19380

Signed-off-by: Chun-Hung Tseng <henrytseng@google.com>
2025-02-10 21:20:45 +00:00
b31311ebb0 dependency: bump golang.org/x/crypto from 0.32.0 to 0.33.0 and bump golang.org/x/text from 0.21.0 to 0.22.0
Reference:
- https://github.com/etcd-io/etcd/pull/19378
- https://github.com/etcd-io/etcd/pull/19379

Signed-off-by: Chun-Hung Tseng <henrytseng@google.com>
2025-02-10 21:20:45 +00:00
ab88026649 dependency: bump golang.org/x/sys from 0.29.0 to 0.30.0
Reference:
- https://github.com/etcd-io/etcd/pull/19376

Signed-off-by: Chun-Hung Tseng <henrytseng@google.com>
2025-02-10 21:20:45 +00:00
7f8d40d568 bumping go to version 1.23.6
Signed-off-by: Marcel Franca <marcel@marcelfranca.com>
2025-02-04 19:15:39 -03:00
136dfbe5b5 *: introduce (*Op) Limit() interface for robustness
Since #19137, kubernetes traffic profile is unable to send List request
with page size, because limit in option is not accessable. To fix it,
this fix is to introduce Limit() interface.

Fixes: #19292

Signed-off-by: Wei Fu <fuweid89@gmail.com>
2025-02-02 22:16:22 -05:00
c3e4df6de1 Switch from grpc-ecosystem/go-grpc-prometheus to grpc-ecosystem/go-grpc-middleware/providers/prometheus
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2025-01-30 08:43:53 -05:00
ff76d1800a dependency: bump github.com/prometheus/common from 0.61.0 to 0.62.0
Reference:
- https://github.com/etcd-io/etcd/pull/19283

Signed-off-by: Chun-Hung Tseng <henrytseng@google.com>
2025-01-28 16:40:58 +00:00
c5544044b3 dependency: bump google.golang.org/grpc from 1.69.4 to 1.70.0
Reference:
- https://github.com/etcd-io/etcd/pull/19284

Signed-off-by: Chun-Hung Tseng <henrytseng@google.com>
2025-01-28 16:40:58 +00:00
70c2e17031 dependency: bump google.golang.org/protobuf from 1.36.3 to 1.36.4
Reference:
- https://github.com/etcd-io/etcd/pull/19287

Signed-off-by: Chun-Hung Tseng <henrytseng@google.com>
2025-01-28 16:40:58 +00:00
60e8485b48 dependency: bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.25.1 to 2.26.0
Reference:
- https://github.com/etcd-io/etcd/pull/19288
- https://github.com/etcd-io/etcd/pull/19285

Signed-off-by: Chun-Hung Tseng <henrytseng@google.com>
2025-01-28 16:40:35 +00:00
62bbf2866b Fix documentation of List method of kubernetes interface
It wrongly asked the API user to use the last key of previous response
when they should append "\x00" to exclude the last key from the contents
of the next requested page.

Signed-off-by: Aleksander Mistewicz <amistewicz@google.com>
2025-01-28 09:30:54 +01:00
7166571b57 dependency: bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.33.0 to 1.34.0, and other related ones
Also bumped:
- go.opentelemetry.io/otel from v1.33.0 to v1.34.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace from v1.33.0 to v1.34.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from v1.33.0 to v1.34.0
- go.opentelemetry.io/otel/metric from v1.33.0 to v1.34.0
- go.opentelemetry.io/otel/sdk from v1.33.0 to v1.34.0
- go.opentelemetry.io/otel/trace from v1.33.0 to v1.34.0
- google.golang.org/genproto/googleapis/api from v0.0.0-20250102185135-69823020774d to v0.0.0-20250115164207-1a7da9e5054f
- google.golang.org/genproto/googleapis/rpc from v0.0.0-20250102185135-69823020774d to v0.0.0-20250115164207-1a7da9e5054f

Reference:
- https://github.com/etcd-io/etcd/pull/19234
- https://github.com/etcd-io/etcd/pull/19236
- https://github.com/etcd-io/etcd/pull/19237

Signed-off-by: Chun-Hung Tseng <henrytseng@google.com>
2025-01-21 20:37:43 +00:00
dd1d3ad435 dependency: bump google.golang.org/protobuf from 1.36.2 to 1.36.3
Reference:
- https://github.com/etcd-io/etcd/pull/19227

Signed-off-by: Chun-Hung Tseng <henrytseng@google.com>
2025-01-21 20:37:32 +00:00
74ffe2e783 etcd: update golang toolchain to 1.23.5
Signed-off-by: ajaysundar.k <ajaysundar.k@gmail.com>
2025-01-18 00:08:48 +00:00
b4e9d81fdd Merge pull request #19209 from henrybear327/dependencies/25_01_16
[2025-01-16] Bump dependency updates identified by dependabot
2025-01-17 18:22:43 +00:00
5d47d7fc2e Merge pull request #19093 from serathius/snapshot-leak
Prevent leaking file descriptor during snapshotting and provide better logging of errors
2025-01-17 14:50:34 +01:00
c504fed58c Prevent leaking file descriptor during snapshotting and provide better logging of errors
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
2025-01-17 10:41:26 +01:00
b33855055a dependency: bump go.opentelemetry.io/proto/otlp from 1.4.0 to 1.5.0, google.golang.org/genproto/googleapis/api from v0.0.0-20241219192143-6b3ec007d9bb to v0.0.0-20250102185135-69823020774d, and google.golang.org/genproto/googleapis/rpc from v0.0.0-20241219192143-6b3ec007d9bb to v0.0.0-20250102185135-69823020774d
Reference:
- https://github.com/etcd-io/etcd/pull/19182

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2025-01-16 22:27:52 +01:00
ca1b6560ff dependency: bump google.golang.org/protobuf from 1.36.1 to 1.36.2
Reference:
- https://github.com/etcd-io/etcd/pull/19184

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2025-01-16 22:27:52 +01:00
9b30e122e5 dependency: bump google.golang.org/grpc from 1.69.2 to 1.69.4
Reference:
- https://github.com/etcd-io/etcd/pull/19185

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2025-01-16 22:27:52 +01:00
d3e4a4e2f2 dependency: bump golang.org/x/net from 0.33.0 to 0.34.0, golang.org/x/sys from 0.28.0 to 0.29.0, and golang.org/x/crypto from 0.31.0 to 0.32.0
These 3 bumps need to be performed together.

Reference:
- https://github.com/etcd-io/etcd/pull/19130
- https://github.com/etcd-io/etcd/pull/19132
- https://github.com/etcd-io/etcd/pull/19133

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2025-01-12 21:19:19 +01:00
d0f78d0442 dependency: bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.24.0 to 2.25.1
This commit will bump dependency github.com/grpc-ecosystem/grpc-gateway/v2 from 2.24.0 to 2.25.1

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-12-27 15:31:45 +05:30
63ff2e37ed dependency: bump google.golang.org/protobuf from 1.36.0 to 1.36.1
This commit will bump dependency google.golang.org/protobuf from 1.36.0 to 1.36.1

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-12-27 15:23:38 +05:30
a869bdf8e6 dependency: bump google.golang.org/grpc from 1.69.0 to 1.69.2
This commit will bump dependency google.golang.org/grpc from 1.69.0 to 1.69.2

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-12-27 15:17:56 +05:30
bf3bb6d8be dependency: bump golang.org/x/net from 0.32.0 to 0.33.0
This commit will bump dependency golang.org/x/net from 0.32.0 to 0.33.0

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-12-27 15:01:04 +05:30
40b856edff Merge pull request #18967 from mmorel-35/testifier/client
fix: use testify instead of t.Fatal or t.Error in client package (part 1)
2024-12-21 14:23:06 +00:00
ce511f6ce8 dependency: bump google.golang.org/protobuf from 1.35.2 to 1.36.0
This commit will bump dependency google.golang.org/protobuf from 1.35.2 to 1.36.0

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-12-19 14:12:22 +05:30
8359b320d1 dependency: bump go.opentelemetry.io/otel from 1.32.0 to 1.33.0
This commit will bump dependency go.opentelemetry.io/otel from 1.32.0 to 1.33.0

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-12-19 14:11:12 +05:30
e9bc263eec dependency: bump google.golang.org/grpc from 1.68.1 to 1.69.0
This commit will bump dependency google.golang.org/grpc from 1.68.1 to 1.69.0

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-12-14 21:32:38 +05:30
5c976cfed7 dependency: bump github.com/prometheus/common from 0.60.1 to 0.61.0
This commit will bump dependency github.com/prometheus/common from 0.60.1 to 0.61.0

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-12-12 20:34:12 +05:30
cd06ddd03b dependency: bump google.golang.org/grpc from 1.68.0 to 1.68.1
This commit will bump dependency google.golang.org/grpc from 1.68.0 to 1.68.1

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-12-12 20:34:12 +05:30
bc9239a189 dependency: bump golang.org/x/net from 0.31.0 to 0.32.0
This commit will bump dependency golang.org/x/net from 0.31.0 to 0.32.0

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-12-12 20:34:11 +05:30
2c7504fd80 dependency: bump golang.org/x packages
This commit will bump dependency
- golang.org/x/crypto from 0.29.0 to 0.31.0
- golang.org/x/sys from 0.27.0 to 0.28.0
- golang.org/x/text from 0.20.0 to 0.21.0

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-12-12 20:32:50 +05:30
99f99cbb2f fix: use testify instead of t.Fatal or t.Error in client package (part 1)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-12-11 07:58:17 +01:00
fb42ae06b8 etdc main: updated go version from 1.23.3 to 1.23.3
Signed-off-by: Anurag De <anuragde2004@gmail.com>
2024-12-04 13:26:05 +05:30
527c1337e3 dependency: bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.23.0 to 2.24.0
This commit will bump dependency github.com/grpc-ecosystem/grpc-gateway/v2 from 2.23.0 to 2.24.0

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-11-29 14:46:03 +05:30
6fd6bd812f dependency: bump github.com/stretchr/testify from 1.9.0 to 1.10.0
This commit will bump dependency github.com/stretchr/testify from 1.9.0 to 1.10.0

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-11-29 12:38:16 +05:30
KT
8176118978 fix runtime error: comparing uncomparable type
Signed-off-by: KT <416432526@qq.com>
2024-11-22 22:13:53 +08:00
880d5ada5f dependency: bump google.golang.org/protobuf from 1.35.1 to 1.35.2
This commit will bump dependency google.golang.org/protobuf from 1.35.1 to 1.35.2

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-11-21 11:19:16 +05:30
8f2153097b dependency: bump golang.org/x/net from 0.30.0 to 0.31.0
dependency: bump golang.org/x/net from 0.30.0 to 0.31.0

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-11-21 11:15:43 +05:30
e67a4cdceb dependency: bump go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.31.0 to 1.32.0
This commit will bump dependency go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.31.0 to 1.32.0

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-11-14 14:27:11 +05:30
790994b927 dependency: bump google.golang.org/grpc from 1.67.1 to 1.68.0
This commit will bump dependency google.golang.org/grpc from 1.67.1 to 1.68.0

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-11-14 11:28:05 +05:30
bc9fac7a02 dependency: bump go.opentelemetry.io/otel from 1.31.0 to 1.32.0
This commit will bump dependency go.opentelemetry.io/otel from 1.31.0 to 1.32.0

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-11-14 11:27:55 +05:30
b1fb361eca Bump go toolchain to 1.23.3
Signed-off-by: Ivan Valdes <ivan@vald.es>
2024-11-06 17:13:26 -08:00
f43c6815b1 dependency: bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.22.0 to 2.23.0
This commit will bump dependency github.com/grpc-ecosystem/grpc-gateway/v2 from 2.22.0 to 2.23.0

fixes genproto error as per: https://github.com/etcd-io/etcd/blob/main/Documentation/contributor-guide/dependency_management.md#troubleshooting

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-11-06 15:23:08 +05:30
df15a7fe4c dependency: bump github.com/prometheus/common from 0.60.0 to 0.60.1
Reference:
- https://github.com/etcd-io/etcd/pull/18796

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-10-31 22:43:48 +08:00
5cce245df5 dependency: bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5
Reference:
- https://github.com/etcd-io/etcd/pull/18758

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-10-27 12:43:19 +09:00
18eb5c6881 Merge pull request #18748 from mmorel-35/golangci-lint/gofumpt
fix: enable gofumpt instead of gofmt linter in client
2024-10-25 12:25:33 +01:00
4c8a41cd24 fix: enable float-compare rule from testifylint
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-10-24 08:47:46 +02:00
867bd2689f Merge pull request #18746 from mmorel-35/golangci-lint/thelper
fix: enable thelper linter in client directory
2024-10-23 07:57:03 +01:00