-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update libs dependency #2772
Update libs dependency #2772
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -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{} | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
type sidecarClient struct { | ||||||
cc grpc.ClientConnInterface | ||||||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# syntax = docker/dockerfile:latest | ||
# check=error=true | ||
# | ||
# Copyright (C) 2019-2024 vdaas.org vald team <[email protected]> | ||
# | ||
|
@@ -94,4 +93,4 @@ LABEL maintainer="vdaas.org vald team <[email protected]>" | |
COPY --from=builder /usr/bin/agent /usr/bin/agent | ||
# skipcq: DOK-DL3002 | ||
USER nonroot:nonroot | ||
ENTRYPOINT ["/usr/bin/agent"] | ||
ENTRYPOINT ["/usr/bin/agent"] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# syntax = docker/dockerfile:latest | ||
# check=error=true | ||
# | ||
# Copyright (C) 2019-2024 vdaas.org vald team <[email protected]> | ||
# | ||
|
@@ -96,4 +95,4 @@ COPY --from=builder /usr/bin/faiss /usr/bin/faiss | |
COPY cmd/agent/core/faiss/sample.yaml /etc/server/config.yaml | ||
# skipcq: DOK-DL3002 | ||
USER nonroot:nonroot | ||
ENTRYPOINT ["/usr/bin/faiss"] | ||
ENTRYPOINT ["/usr/bin/faiss"] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# syntax = docker/dockerfile:latest | ||
# check=error=true | ||
# | ||
# Copyright (C) 2019-2024 vdaas.org vald team <[email protected]> | ||
# | ||
|
@@ -95,4 +94,4 @@ COPY --from=builder /usr/bin/ngt /usr/bin/ngt | |
COPY cmd/agent/core/ngt/sample.yaml /etc/server/config.yaml | ||
# skipcq: DOK-DL3002 | ||
USER nonroot:nonroot | ||
ENTRYPOINT ["/usr/bin/ngt"] | ||
ENTRYPOINT ["/usr/bin/ngt"] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# syntax = docker/dockerfile:latest | ||
# check=error=true | ||
# | ||
# Copyright (C) 2019-2024 vdaas.org vald team <[email protected]> | ||
# | ||
|
@@ -85,4 +84,4 @@ LABEL maintainer="vdaas.org vald team <[email protected]>" | |
COPY --from=builder /usr/bin/sidecar /usr/bin/sidecar | ||
# skipcq: DOK-DL3002 | ||
USER nonroot:nonroot | ||
ENTRYPOINT ["/usr/bin/sidecar"] | ||
ENTRYPOINT ["/usr/bin/sidecar"] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# syntax = docker/dockerfile:latest | ||
# check=error=true | ||
# | ||
# Copyright (C) 2019-2024 vdaas.org vald team <[email protected]> | ||
# | ||
|
@@ -17,4 +16,4 @@ | |
# | ||
|
||
# DO_NOT_EDIT this Dockerfile is generated by https://github.com/vdaas/vald/blob/main/hack/docker/gen/main.go | ||
FROM tonistiigi/binfmt:master AS builder | ||
FROM tonistiigi/binfmt:master AS builder |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# syntax = docker/dockerfile:latest | ||
# check=error=true | ||
# | ||
# Copyright (C) 2019-2024 vdaas.org vald team <[email protected]> | ||
# | ||
|
@@ -17,4 +16,4 @@ | |
# | ||
|
||
# DO_NOT_EDIT this Dockerfile is generated by https://github.com/vdaas/vald/blob/main/hack/docker/gen/main.go | ||
FROM ubuntu:devel AS builder | ||
FROM ubuntu:devel AS builder |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# syntax = docker/dockerfile:latest | ||
# check=error=true | ||
# | ||
# Copyright (C) 2019-2024 vdaas.org vald team <[email protected]> | ||
# | ||
|
@@ -17,4 +16,4 @@ | |
# | ||
|
||
# DO_NOT_EDIT this Dockerfile is generated by https://github.com/vdaas/vald/blob/main/hack/docker/gen/main.go | ||
FROM moby/buildkit:master AS builder | ||
FROM moby/buildkit:master AS builder |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# syntax = docker/dockerfile:latest | ||
# check=error=true | ||
# | ||
# Copyright (C) 2019-2024 vdaas.org vald team <[email protected]> | ||
# | ||
|
@@ -17,4 +16,4 @@ | |
# | ||
|
||
# DO_NOT_EDIT this Dockerfile is generated by https://github.com/vdaas/vald/blob/main/hack/docker/gen/main.go | ||
FROM docker/buildkit-syft-scanner:edge AS scanner | ||
FROM docker/buildkit-syft-scanner:edge AS scanner |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# syntax = docker/dockerfile:latest | ||
# check=error=true | ||
# | ||
# Copyright (C) 2019-2024 vdaas.org vald team <[email protected]> | ||
# | ||
|
@@ -128,4 +127,4 @@ RUN --mount=type=bind,target=.,rw \ | |
&& rm -rf ${GOPATH}/src/github.com/${ORG}/${REPO}/* | ||
# skipcq: DOK-DL3002 | ||
USER root:root | ||
ENTRYPOINT ["/bin/bash"] | ||
ENTRYPOINT ["/bin/bash"] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# syntax = docker/dockerfile:latest | ||
# check=error=true | ||
# | ||
# Copyright (C) 2019-2024 vdaas.org vald team <[email protected]> | ||
# | ||
|
@@ -141,4 +140,4 @@ RUN --mount=type=bind,target=.,rw \ | |
&& make faiss/install \ | ||
&& rm -rf ${GOPATH}/src/github.com/${ORG}/${REPO}/* | ||
# skipcq: DOK-DL3002 | ||
USER root:root | ||
USER root:root |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# syntax = docker/dockerfile:latest | ||
# check=error=true | ||
# | ||
# Copyright (C) 2019-2024 vdaas.org vald team <[email protected]> | ||
# | ||
|
@@ -86,4 +85,4 @@ COPY --from=builder /usr/bin/discoverer /usr/bin/discoverer | |
COPY cmd/discoverer/k8s/sample.yaml /etc/server/config.yaml | ||
# skipcq: DOK-DL3002 | ||
USER nonroot:nonroot | ||
ENTRYPOINT ["/usr/bin/discoverer"] | ||
ENTRYPOINT ["/usr/bin/discoverer"] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# syntax = docker/dockerfile:latest | ||
# check=error=true | ||
# | ||
# Copyright (C) 2019-2024 vdaas.org vald team <[email protected]> | ||
# | ||
|
@@ -93,4 +92,4 @@ LABEL maintainer="vdaas.org vald team <[email protected]>" | |
COPY --from=builder /usr/bin/client /usr/bin/client | ||
# skipcq: DOK-DL3002 | ||
USER nonroot:nonroot | ||
ENTRYPOINT ["/usr/bin/client"] | ||
ENTRYPOINT ["/usr/bin/client"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codebase verification
Warning: Action configuration needs updates for v5 compatibility
The current configuration uses the deprecated
file
parameter which has been replaced byfiles
in v5. Update needed:.github/workflows/coverage.yaml
, replace:🔗 Analysis chain
LGTM! Verify Codecov action v5 compatibility.
The upgrade to
codecov/codecov-action@v5
aligns with the PR's dependency update objectives.Let's verify the version and compatibility:
Let me gather more information about any potential breaking changes between v4 and v5 by checking the major version release notes.
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 695
Script:
Length of output: 6437