Skip to content

Commit

Permalink
Add QUIC support
Browse files Browse the repository at this point in the history
Signed-off-by: kpango <[email protected]>
  • Loading branch information
kpango committed Oct 24, 2024
1 parent 5be4d7e commit e2b340a
Show file tree
Hide file tree
Showing 68 changed files with 1,119 additions and 402 deletions.
11 changes: 7 additions & 4 deletions .gitfiles
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
.github/workflows/dockers-ci-container-image.yaml
.github/workflows/dockers-dev-container-image.yaml
.github/workflows/dockers-discoverer-k8s-image.yaml
.github/workflows/dockers-example-client-image.yaml
.github/workflows/dockers-gateway-filter-image.yaml
.github/workflows/dockers-gateway-lb-image.yaml
.github/workflows/dockers-gateway-mirror-image.yaml
Expand Down Expand Up @@ -122,7 +123,7 @@
.github/workflows/semver-patch.yaml
.github/workflows/test-hack.yaml
.github/workflows/unit-test.yaml
.github/workflows/update-actions.yaml
.github/workflows/update-deps.yaml
.github/workflows/update-protobuf.yaml
.github/workflows/update-pull-request-and-issue-template.yaml
.github/workflows/update-web-docs.yaml
Expand Down Expand Up @@ -198,8 +199,6 @@ apis/grpc/v1/vald/update_vtproto.pb.go
apis/grpc/v1/vald/upsert.pb.go
apis/grpc/v1/vald/upsert_vtproto.pb.go
apis/grpc/v1/vald/vald.go
apis/proto/buf.lock
apis/proto/buf.yaml
apis/proto/v1/agent/core/agent.proto
apis/proto/v1/agent/sidecar/sidecar.proto
apis/proto/v1/discoverer/discoverer.proto
Expand Down Expand Up @@ -303,7 +302,8 @@ assets/test/templates/option/function.tmpl
assets/test/templates/option/header.tmpl
assets/test/templates/option/results.tmpl
buf.gen.yaml
buf.work.yaml
buf.lock
buf.yaml
charts/vald-benchmark-operator/Chart.yaml
charts/vald-benchmark-operator/README.md
charts/vald-benchmark-operator/README.md.gotmpl
Expand Down Expand Up @@ -536,6 +536,7 @@ dockers/dev/Dockerfile
dockers/dev/README.md
dockers/discoverer/k8s/Dockerfile
dockers/discoverer/k8s/README.md
dockers/example/client/Dockerfile
dockers/gateway/filter/Dockerfile
dockers/gateway/filter/README.md
dockers/gateway/lb/Dockerfile
Expand Down Expand Up @@ -1244,6 +1245,8 @@ internal/net/net.go
internal/net/net_test.go
internal/net/option.go
internal/net/option_test.go
internal/net/quic/conn.go
internal/net/quic/listener.go
internal/observability/attribute/attribute.go
internal/observability/attribute/attribute_test.go
internal/observability/exporter/exporter.go
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ assignees: ""

<!--- Please change the versions below along with your environment -->

- Vald Version: v1.7.13
- Vald Version: v1.7.14
- Go Version: v1.23.2
- Rust Version: v1.81.0
- Rust Version: v1.82.0
- Docker Version: v27.3.1
- Kubernetes Version: v1.31.1
- Kubernetes Version: v1.31.2
- Helm Version: v3.16.2
- NGT Version: v2.2.4
- Faiss Version: v1.9.0
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/security_issue_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ assignees: ""

<!--- Please change the versions below along with your environment -->

- Vald Version: v1.7.13
- Vald Version: v1.7.14
- Go Version: v1.23.2
- Rust Version: v1.81.0
- Rust Version: v1.82.0
- Docker Version: v27.3.1
- Kubernetes Version: v1.31.1
- Kubernetes Version: v1.31.2
- Helm Version: v3.16.2
- NGT Version: v2.2.4
- Faiss Version: v1.9.0
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
### Versions

<!--- Please change the versions below along with your environment -->
- Vald Version: v1.7.13
- Vald Version: v1.7.14
- Go Version: v1.23.2
- Rust Version: v1.81.0
- Rust Version: v1.82.0
- Docker Version: v27.3.1
- Kubernetes Version: v1.31.1
- Kubernetes Version: v1.31.2
- Helm Version: v3.16.2
- NGT Version: v2.2.4
- Faiss Version: v1.9.0
Expand Down
120 changes: 120 additions & 0 deletions charts/vald-helm-operator/crds/valdrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1273,6 +1273,12 @@ spec:
type: string
refresh_duration:
type: string
network:
type: string
enum:
- tcp
- udp
- unix
socket_option:
type: object
properties:
Expand Down Expand Up @@ -2295,6 +2301,12 @@ spec:
type: string
refresh_duration:
type: string
network:
type: string
enum:
- tcp
- udp
- unix
socket_option:
type: object
properties:
Expand Down Expand Up @@ -3171,6 +3183,12 @@ spec:
type: string
refresh_duration:
type: string
network:
type: string
enum:
- tcp
- udp
- unix
socket_option:
type: object
properties:
Expand Down Expand Up @@ -4278,6 +4296,12 @@ spec:
type: string
refresh_duration:
type: string
network:
type: string
enum:
- tcp
- udp
- unix
socket_option:
type: object
properties:
Expand Down Expand Up @@ -4477,6 +4501,12 @@ spec:
type: string
refresh_duration:
type: string
network:
type: string
enum:
- tcp
- udp
- unix
socket_option:
type: object
properties:
Expand Down Expand Up @@ -4671,6 +4701,12 @@ spec:
type: string
refresh_duration:
type: string
network:
type: string
enum:
- tcp
- udp
- unix
socket_option:
type: object
properties:
Expand Down Expand Up @@ -5783,6 +5819,12 @@ spec:
type: string
refresh_duration:
type: string
network:
type: string
enum:
- tcp
- udp
- unix
socket_option:
type: object
properties:
Expand Down Expand Up @@ -5974,6 +6016,12 @@ spec:
type: string
refresh_duration:
type: string
network:
type: string
enum:
- tcp
- udp
- unix
socket_option:
type: object
properties:
Expand Down Expand Up @@ -6167,6 +6215,12 @@ spec:
type: string
refresh_duration:
type: string
network:
type: string
enum:
- tcp
- udp
- unix
socket_option:
type: object
properties:
Expand Down Expand Up @@ -7278,6 +7332,12 @@ spec:
type: string
refresh_duration:
type: string
network:
type: string
enum:
- tcp
- udp
- unix
socket_option:
type: object
properties:
Expand Down Expand Up @@ -7376,6 +7436,12 @@ spec:
type: string
refresh_duration:
type: string
network:
type: string
enum:
- tcp
- udp
- unix
socket_option:
type: object
properties:
Expand Down Expand Up @@ -8444,6 +8510,12 @@ spec:
type: string
refresh_duration:
type: string
network:
type: string
enum:
- tcp
- udp
- unix
socket_option:
type: object
properties:
Expand Down Expand Up @@ -8635,6 +8707,12 @@ spec:
type: string
refresh_duration:
type: string
network:
type: string
enum:
- tcp
- udp
- unix
socket_option:
type: object
properties:
Expand Down Expand Up @@ -8835,6 +8913,12 @@ spec:
type: string
refresh_duration:
type: string
network:
type: string
enum:
- tcp
- udp
- unix
socket_option:
type: object
properties:
Expand Down Expand Up @@ -9747,6 +9831,12 @@ spec:
type: string
refresh_duration:
type: string
network:
type: string
enum:
- tcp
- udp
- unix
socket_option:
type: object
properties:
Expand Down Expand Up @@ -9938,6 +10028,12 @@ spec:
type: string
refresh_duration:
type: string
network:
type: string
enum:
- tcp
- udp
- unix
socket_option:
type: object
properties:
Expand Down Expand Up @@ -10888,6 +10984,12 @@ spec:
type: string
refresh_duration:
type: string
network:
type: string
enum:
- tcp
- udp
- unix
socket_option:
type: object
properties:
Expand Down Expand Up @@ -11079,6 +11181,12 @@ spec:
type: string
refresh_duration:
type: string
network:
type: string
enum:
- tcp
- udp
- unix
socket_option:
type: object
properties:
Expand Down Expand Up @@ -13011,6 +13119,12 @@ spec:
type: string
refresh_duration:
type: string
network:
type: string
enum:
- tcp
- udp
- unix
socket_option:
type: object
properties:
Expand Down Expand Up @@ -13202,6 +13316,12 @@ spec:
type: string
refresh_duration:
type: string
network:
type: string
enum:
- tcp
- udp
- unix
socket_option:
type: object
properties:
Expand Down
Loading

0 comments on commit e2b340a

Please sign in to comment.