Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,20 @@ assignees: ""
<!--- Please change the versions below along with your environment -->

- Vald Version: v1.7.17
<<<<<<< HEAD
- Go Version: v1.26.1
- Rust Version: v1.94.1
- Docker Version: v29.3.1
- Kubernetes Version: v1.35.3
- Helm Version: v4.1.3
- NGT Version: v2.7.2
- Faiss Version: v1.14.1
=======
- Go Version: v1.26.6
- Rust Version: v1.97.1
- Docker Version: v29.7.2
- Kubernetes Version: v1.36.3
- Helm Version: v4.2.4
- NGT Version: v2.7.4
- Faiss Version: v1.15.0
>>>>>>> 710eb8059 (Update dependencies (#3606))
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/security_issue_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,20 @@ assignees: ""
<!--- Please change the versions below along with your environment -->

- Vald Version: v1.7.17
<<<<<<< HEAD
- Go Version: v1.26.1
- Rust Version: v1.94.1
- Docker Version: v29.3.1
- Kubernetes Version: v1.35.3
- Helm Version: v4.1.3
- NGT Version: v2.7.2
- Faiss Version: v1.14.1
=======
- Go Version: v1.26.6
- Rust Version: v1.97.1
- Docker Version: v29.7.2
- Kubernetes Version: v1.36.3
- Helm Version: v4.2.4
- NGT Version: v2.7.4
- Faiss Version: v1.15.0
>>>>>>> 710eb8059 (Update dependencies (#3606))
10 changes: 10 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,23 @@
<!--- Please change the versions below along with your environment -->

- Vald Version: v1.7.17
<<<<<<< HEAD
- Go Version: v1.26.1
- Rust Version: v1.94.1
- Docker Version: v29.3.1
- Kubernetes Version: v1.35.3
- Helm Version: v4.1.3
- NGT Version: v2.7.2
- Faiss Version: v1.14.1
=======
- Go Version: v1.26.6
- Rust Version: v1.97.1
- Docker Version: v29.7.2
- Kubernetes Version: v1.36.3
- Helm Version: v4.2.4
- NGT Version: v2.7.4
- Faiss Version: v1.15.0
>>>>>>> 710eb8059 (Update dependencies (#3606))

### Checklist

Expand Down
4 changes: 4 additions & 0 deletions .github/actions/scan-docker-image/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ runs:
severity: ${{ inputs.severity }}
timeout: 30m
- name: Upload Trivy scan results to Security tab
<<<<<<< HEAD
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
=======
uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
>>>>>>> 710eb8059 (Update dependencies (#3606))
with:
sarif_file: "trivy-results.sarif"
8 changes: 8 additions & 0 deletions .github/workflows/_docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,11 @@ jobs:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASS }}
- name: Login to GitHub Container Registry
<<<<<<< HEAD
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
=======
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
>>>>>>> 710eb8059 (Update dependencies (#3606))
with:
registry: ghcr.io
username: ${{ secrets.PACKAGE_USER }}
Expand Down Expand Up @@ -207,7 +211,11 @@ jobs:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASS }}
- name: Login to GitHub Container Registry
<<<<<<< HEAD
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
=======
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
>>>>>>> 710eb8059 (Update dependencies (#3606))
with:
registry: ghcr.io
username: ${{ secrets.PACKAGE_USER }}
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,25 @@ jobs:
run: |
git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: Initialize CodeQL
<<<<<<< HEAD
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
=======
uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
>>>>>>> 710eb8059 (Update dependencies (#3606))
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
config-file: ./.github/codeql/codeql-config.yaml
- name: Autobuild
if: matrix.language == 'go'
<<<<<<< HEAD
uses: github/codeql-action/autobuild@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
=======
uses: github/codeql-action/autobuild@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
>>>>>>> 710eb8059 (Update dependencies (#3606))
with:
category: "/language:${{matrix.language}}"
12 changes: 12 additions & 0 deletions .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ jobs:
contents: read
runs-on: ubuntu-slim
steps:
<<<<<<< HEAD
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
=======
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
>>>>>>> 710eb8059 (Update dependencies (#3606))
with:
persist-credentials: false
- uses: ./.github/actions/dump-context
Expand All @@ -37,15 +41,23 @@ jobs:
runs-on: ubuntu-slim
if: ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false) }}
steps:
<<<<<<< HEAD
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
=======
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
>>>>>>> 710eb8059 (Update dependencies (#3606))
with:
persist-credentials: false
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Set Git config
run: |
git config --global --add safe.directory ${GITHUB_WORKSPACE}
<<<<<<< HEAD
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
=======
- uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # v7.0.0
>>>>>>> 710eb8059 (Update dependencies (#3606))
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yaml"
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/semver-major-minor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ jobs:
contents: read
runs-on: ubuntu-slim
steps:
<<<<<<< HEAD
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
=======
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
>>>>>>> 710eb8059 (Update dependencies (#3606))
with:
persist-credentials: false
- uses: ./.github/actions/dump-context
Expand All @@ -42,7 +46,11 @@ jobs:
RELEASE_TAG: ${{ steps.upgrade_semver.outputs.RELEASE_TAG }}
RELEASE: ${{ steps.setup_for_release.outputs.RELEASE }}
steps:
<<<<<<< HEAD
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
=======
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
>>>>>>> 710eb8059 (Update dependencies (#3606))
with:
persist-credentials: false
fetch-depth: 0
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/test-hack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ jobs:
contents: read
runs-on: ubuntu-slim
steps:
<<<<<<< HEAD
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
=======
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
>>>>>>> 710eb8059 (Update dependencies (#3606))
with:
persist-credentials: false
- uses: ./.github/actions/dump-context
Expand All @@ -72,7 +76,11 @@ jobs:
run:
working-directory: ${{ env.GOPATH }}/${{ env.PROJECT_ROOT_DIR }}
steps:
<<<<<<< HEAD
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
=======
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
>>>>>>> 710eb8059 (Update dependencies (#3606))
with:
persist-credentials: false
path: ${{ env.PROJECT_ROOT_DIR }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/update-protobuf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ jobs:
contents: read
runs-on: ubuntu-slim
steps:
<<<<<<< HEAD
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
=======
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
>>>>>>> 710eb8059 (Update dependencies (#3606))
with:
persist-credentials: false
- uses: ./.github/actions/dump-context
Expand Down
2 changes: 1 addition & 1 deletion apis/grpc/v1/agent/core/agent.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/agent/sidecar/sidecar.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/discoverer/discoverer.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/filter/egress/egress_filter.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/filter/ingress/ingress_filter.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/meta/meta.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/mirror/mirror.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/payload/payload.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/rpc/errdetails/error_details.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/rpc/stats/stats.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/vald/filter.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/vald/flush.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/vald/index.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/vald/insert.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/vald/object.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/vald/remove.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/vald/search.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/vald/update.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/vald/upsert.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading