Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
Signed-off-by: vdaas-ci <[email protected]>
  • Loading branch information
vdaas-ci committed Dec 12, 2024
1 parent d99ad22 commit 6367d47
Show file tree
Hide file tree
Showing 15 changed files with 275 additions and 218 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ assignees: ""
- Go Version: v1.23.4
- Rust Version: v1.83.0
- Docker Version: v27.4.0
- Kubernetes Version: v1.31.4
- Kubernetes Version: v1.32.0
- Helm Version: v3.16.3
- NGT Version: v2.3.5
- Faiss Version: v1.9.0
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/security_issue_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ assignees: ""
- Go Version: v1.23.4
- Rust Version: v1.83.0
- Docker Version: v27.4.0
- Kubernetes Version: v1.31.4
- Kubernetes Version: v1.32.0
- Helm Version: v3.16.3
- NGT Version: v2.3.5
- Faiss Version: v1.9.0
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- Go Version: v1.23.4
- Rust Version: v1.83.0
- Docker Version: v27.4.0
- Kubernetes Version: v1.31.4
- Kubernetes Version: v1.32.0
- Helm Version: v3.16.3
- NGT Version: v2.3.5
- Faiss Version: v1.9.0
Expand Down
2 changes: 1 addition & 1 deletion apis/grpc/v1/agent/sidecar/sidecar_vtproto.pb.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const _ = grpc.SupportPackageIsVersion7
// SidecarClient is the client API for Sidecar service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
type SidecarClient any
type SidecarClient interface{}

type sidecarClient struct {
cc grpc.ClientConnInterface
Expand Down
15 changes: 13 additions & 2 deletions charts/vald-benchmark-operator/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,10 @@
"interceptors": {
"type": "array",
"description": "gRPC client interceptors",
"items": { "type": "string", "enum": ["TraceInterceptor"] }
"items": {
"type": "string",
"enum": ["TraceInterceptor", "MetricInterceptor"]
}
},
"keepalive": {
"type": "object",
Expand Down Expand Up @@ -698,7 +701,15 @@
"initial_window_size": { "type": "integer" },
"interceptors": {
"type": "array",
"items": { "type": "string" }
"items": {
"type": "string",
"enum": [
"RecoverInterceptor",
"AccessLogInterceptor",
"TraceInterceptor",
"MetricInterceptor"
]
}
},
"keepalive": {
"type": "object",
Expand Down
73 changes: 56 additions & 17 deletions charts/vald/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3717,7 +3717,7 @@
"description": "gRPC client interceptors",
"items": {
"type": "string",
"enum": ["TraceInterceptor"]
"enum": ["TraceInterceptor", "MetricInterceptor"]
}
},
"keepalive": {
Expand Down Expand Up @@ -7053,7 +7053,10 @@
"description": "gRPC client interceptors",
"items": {
"type": "string",
"enum": ["TraceInterceptor"]
"enum": [
"TraceInterceptor",
"MetricInterceptor"
]
}
},
"keepalive": {
Expand Down Expand Up @@ -7413,7 +7416,7 @@
"description": "gRPC client interceptors",
"items": {
"type": "string",
"enum": ["TraceInterceptor"]
"enum": ["TraceInterceptor", "MetricInterceptor"]
}
},
"keepalive": {
Expand Down Expand Up @@ -7765,7 +7768,10 @@
"description": "gRPC client interceptors",
"items": {
"type": "string",
"enum": ["TraceInterceptor"]
"enum": [
"TraceInterceptor",
"MetricInterceptor"
]
}
},
"keepalive": {
Expand Down Expand Up @@ -9642,7 +9648,10 @@
"description": "gRPC client interceptors",
"items": {
"type": "string",
"enum": ["TraceInterceptor"]
"enum": [
"TraceInterceptor",
"MetricInterceptor"
]
}
},
"keepalive": {
Expand Down Expand Up @@ -9990,7 +9999,10 @@
"description": "gRPC client interceptors",
"items": {
"type": "string",
"enum": ["TraceInterceptor"]
"enum": [
"TraceInterceptor",
"MetricInterceptor"
]
}
},
"keepalive": {
Expand Down Expand Up @@ -10339,7 +10351,10 @@
"description": "gRPC client interceptors",
"items": {
"type": "string",
"enum": ["TraceInterceptor"]
"enum": [
"TraceInterceptor",
"MetricInterceptor"
]
}
},
"keepalive": {
Expand Down Expand Up @@ -12222,7 +12237,7 @@
"description": "gRPC client interceptors",
"items": {
"type": "string",
"enum": ["TraceInterceptor"]
"enum": ["TraceInterceptor", "MetricInterceptor"]
}
},
"keepalive": {
Expand Down Expand Up @@ -14278,7 +14293,10 @@
"description": "gRPC client interceptors",
"items": {
"type": "string",
"enum": ["TraceInterceptor"]
"enum": [
"TraceInterceptor",
"MetricInterceptor"
]
}
},
"keepalive": {
Expand Down Expand Up @@ -14626,7 +14644,10 @@
"description": "gRPC client interceptors",
"items": {
"type": "string",
"enum": ["TraceInterceptor"]
"enum": [
"TraceInterceptor",
"MetricInterceptor"
]
}
},
"keepalive": {
Expand Down Expand Up @@ -14989,7 +15010,7 @@
"description": "gRPC client interceptors",
"items": {
"type": "string",
"enum": ["TraceInterceptor"]
"enum": ["TraceInterceptor", "MetricInterceptor"]
}
},
"keepalive": {
Expand Down Expand Up @@ -16684,7 +16705,10 @@
"description": "gRPC client interceptors",
"items": {
"type": "string",
"enum": ["TraceInterceptor"]
"enum": [
"TraceInterceptor",
"MetricInterceptor"
]
}
},
"keepalive": {
Expand Down Expand Up @@ -17032,7 +17056,10 @@
"description": "gRPC client interceptors",
"items": {
"type": "string",
"enum": ["TraceInterceptor"]
"enum": [
"TraceInterceptor",
"MetricInterceptor"
]
}
},
"keepalive": {
Expand Down Expand Up @@ -18730,7 +18757,10 @@
"description": "gRPC client interceptors",
"items": {
"type": "string",
"enum": ["TraceInterceptor"]
"enum": [
"TraceInterceptor",
"MetricInterceptor"
]
}
},
"keepalive": {
Expand Down Expand Up @@ -19078,7 +19108,10 @@
"description": "gRPC client interceptors",
"items": {
"type": "string",
"enum": ["TraceInterceptor"]
"enum": [
"TraceInterceptor",
"MetricInterceptor"
]
}
},
"keepalive": {
Expand Down Expand Up @@ -22455,7 +22488,10 @@
"description": "gRPC client interceptors",
"items": {
"type": "string",
"enum": ["TraceInterceptor"]
"enum": [
"TraceInterceptor",
"MetricInterceptor"
]
}
},
"keepalive": {
Expand Down Expand Up @@ -22803,7 +22839,10 @@
"description": "gRPC client interceptors",
"items": {
"type": "string",
"enum": ["TraceInterceptor"]
"enum": [
"TraceInterceptor",
"MetricInterceptor"
]
}
},
"keepalive": {
Expand Down
4 changes: 2 additions & 2 deletions example/client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ go 1.23.4

replace (
github.com/envoyproxy/protoc-gen-validate => github.com/envoyproxy/protoc-gen-validate v1.1.0
github.com/goccy/go-json => github.com/goccy/go-json v0.10.3
github.com/goccy/go-json => github.com/goccy/go-json v0.10.4
github.com/golang/protobuf => github.com/golang/protobuf v1.5.4
github.com/kpango/glg => github.com/kpango/glg v1.6.15
github.com/pkg/sftp => github.com/pkg/sftp v1.13.7
golang.org/x/crypto => golang.org/x/crypto v0.30.0
golang.org/x/crypto => golang.org/x/crypto v0.31.0
golang.org/x/net => golang.org/x/net v0.32.0
golang.org/x/text => golang.org/x/text v0.21.0
google.golang.org/genproto => google.golang.org/genproto v0.0.0-20241209162323-e6fa225c2576
Expand Down
4 changes: 2 additions & 2 deletions example/client/go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.35.2-20241127180247-a33202765966.1 h1:jLd96rDDNJ+zIJxvV/L855VEtrjR0G4aePVDlCpf6kw=
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.35.2-20241127180247-a33202765966.1/go.mod h1:mnHCFccv4HwuIAOHNGdiIc5ZYbBCvbTWZcodLN5wITI=
github.com/goccy/go-json v0.10.3 h1:KZ5WoDbxAIgm2HNbYckL0se1fHD6rz5j4ywS6ebzDqA=
github.com/goccy/go-json v0.10.3/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
github.com/goccy/go-json v0.10.4 h1:JSwxQzIqKfmFX1swYPpUThQZp/Ka4wzJdK0LWVytLPM=
github.com/goccy/go-json v0.10.4/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ replace (
github.com/Azure/go-autorest/tracing => github.com/Azure/go-autorest/tracing v0.6.1-0.20240530140449-f7ea664c9cff
github.com/BurntSushi/toml => github.com/BurntSushi/toml v1.4.0
github.com/DATA-DOG/go-sqlmock => github.com/DATA-DOG/go-sqlmock v1.5.2
github.com/GoogleCloudPlatform/cloudsql-proxy => github.com/GoogleCloudPlatform/cloudsql-proxy v1.37.2
github.com/GoogleCloudPlatform/cloudsql-proxy => github.com/GoogleCloudPlatform/cloudsql-proxy v1.37.3
github.com/Masterminds/semver/v3 => github.com/Masterminds/semver/v3 v3.3.1
github.com/ajstarks/deck => github.com/ajstarks/deck v0.0.0-20240918141114-8d365813662d
github.com/ajstarks/deck/generate => github.com/ajstarks/deck/generate v0.0.0-20240918141114-8d365813662d
Expand Down Expand Up @@ -131,7 +131,7 @@ replace (
github.com/gobwas/httphead => github.com/gobwas/httphead v0.1.0
github.com/gobwas/pool => github.com/gobwas/pool v0.2.1
github.com/gobwas/ws => github.com/gobwas/ws v1.4.0
github.com/goccy/go-json => github.com/goccy/go-json v0.10.3
github.com/goccy/go-json => github.com/goccy/go-json v0.10.4
github.com/gocql/gocql => github.com/gocql/gocql v1.7.0
github.com/gocraft/dbr/v2 => github.com/gocraft/dbr/v2 v2.7.7
github.com/godbus/dbus/v5 => github.com/godbus/dbus/v5 v5.1.0
Expand Down Expand Up @@ -294,7 +294,7 @@ replace (
go.uber.org/multierr => go.uber.org/multierr v1.11.0
go.uber.org/zap => go.uber.org/zap v1.27.0
gocloud.dev => gocloud.dev v0.40.0
golang.org/x/crypto => golang.org/x/crypto v0.30.0
golang.org/x/crypto => golang.org/x/crypto v0.31.0
golang.org/x/exp => golang.org/x/exp v0.0.0-20241210194714-1829a127f884
golang.org/x/exp/typeparams => golang.org/x/exp/typeparams v0.0.0-20241210194714-1829a127f884
golang.org/x/image => golang.org/x/image v0.23.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,8 @@ github.com/go-toolsmith/astequal v1.2.0/go.mod h1:c8NZ3+kSFtFY/8lPso4v8LuJjdJiUF
github.com/go-toolsmith/strparse v1.1.0 h1:GAioeZUK9TGxnLS+qfdqNbA4z0SSm5zVNtCQiyP2Bvw=
github.com/go-toolsmith/strparse v1.1.0/go.mod h1:7ksGy58fsaQkGQlY8WVoBFNyEPMGuJin1rfoPS4lBSQ=
github.com/goccmack/gocc v0.0.0-20230228185258-2292f9e40198/go.mod h1:DTh/Y2+NbnOVVoypCCQrovMPDKUGp4yZpSbWg5D0XIM=
github.com/goccy/go-json v0.10.3 h1:KZ5WoDbxAIgm2HNbYckL0se1fHD6rz5j4ywS6ebzDqA=
github.com/goccy/go-json v0.10.3/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
github.com/goccy/go-json v0.10.4 h1:JSwxQzIqKfmFX1swYPpUThQZp/Ka4wzJdK0LWVytLPM=
github.com/goccy/go-json v0.10.4/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
github.com/goccy/go-yaml v1.9.8/go.mod h1:JubOolP3gh0HpiBc4BLRD4YmjEjHAmIIB2aaXKkTfoE=
github.com/goccy/go-yaml v1.11.0/go.mod h1:H+mJrWtjPTJAHvRbV09MCK9xYwODM+wRTVFFTWckfng=
github.com/gocql/gocql v1.7.0 h1:O+7U7/1gSN7QTEAaMEsJc1Oq2QHXvCWoF3DFK9HDHus=
Expand Down Expand Up @@ -729,8 +729,8 @@ go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=
go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E=
gocloud.dev v0.40.0 h1:f8LgP+4WDqOG/RXoUcyLpeIAGOcAbZrZbDQCUee10ng=
gocloud.dev v0.40.0/go.mod h1:drz+VyYNBvrMTW0KZiBAYEdl8lbNZx+OQ7oQvdrFmSQ=
golang.org/x/crypto v0.30.0 h1:RwoQn3GkWiMkzlX562cLB7OxWvjH1L8xutO2WoJcRoY=
golang.org/x/crypto v0.30.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk=
golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U=
golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk=
golang.org/x/exp v0.0.0-20241210194714-1829a127f884 h1:Y/Mj/94zIQQGHVSv1tTtQBDaQaJe62U9bkDZKKyhPCU=
golang.org/x/exp v0.0.0-20241210194714-1829a127f884/go.mod h1:qj5a5QZpwLU2NLQudwIN5koi3beDhSAlJwa67PuM98c=
golang.org/x/exp/shiny v0.0.0-20220827204233-334a2380cb91/go.mod h1:VjAR7z0ngyATZTELrBSkxOOHhhlnVUxDye4mcjx5h/8=
Expand Down
Loading

0 comments on commit 6367d47

Please sign in to comment.