Skip to content

Commit

Permalink
🔖 🤖 Release v1.7.15 (#2766) (#2767)
Browse files Browse the repository at this point in the history
Signed-off-by: Vdaas CI <[email protected]>
Signed-off-by: kpango <[email protected]>
  • Loading branch information
vdaas-ci authored and kpango committed Dec 8, 2024
1 parent 9bd9034 commit 1cff4bb
Show file tree
Hide file tree
Showing 135 changed files with 4,458 additions and 4,393 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 @@ -27,6 +27,6 @@ assignees: ""
- Rust Version: v1.82.0
- Docker Version: v27.3.1
- Kubernetes Version: v1.31.2
- Helm Version: v3.16.2
- Helm Version: v3.16.3
- NGT Version: v2.3.4
- 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 @@ -21,6 +21,6 @@ assignees: ""
- Rust Version: v1.82.0
- Docker Version: v27.3.1
- Kubernetes Version: v1.31.2
- Helm Version: v3.16.2
- Helm Version: v3.16.3
- NGT Version: v2.3.4
- 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 @@ -20,7 +20,7 @@
- Rust Version: v1.82.0
- Docker Version: v27.3.1
- Kubernetes Version: v1.31.2
- Helm Version: v3.16.2
- Helm Version: v3.16.3
- NGT Version: v2.3.4
- Faiss Version: v1.9.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
make coverage
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage.out
Expand Down
60 changes: 30 additions & 30 deletions .github/workflows/dockers-agent-faiss-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

# DO_NOT_EDIT this workflow file is generated by https://github.com/vdaas/vald/blob/main/hack/actions/gen/main.go
# DO_NOT_EDIT this workflow file is generated by https://github.com/vdaas/vald/blob/main/hack/docker/gen/main.go

name: "Build docker image: agent-faiss"
on:
Expand All @@ -25,57 +25,57 @@ on:
- "!release/v*.*.*"
tags:
- "*.*.*"
- v*.*.*
- "*.*.*-*"
- v*.*.*
- v*.*.*-*
pull_request:
paths:
- hack/docker/gen/main.go
- dockers/agent/core/faiss/Dockerfile
- hack/actions/gen/main.go
- .github/workflows/dockers-agent-faiss-image.yaml
- "!internal/**/*_mock.go"
- "!internal/**/*_test.go"
- "!internal/db/**"
- "!internal/k8s/**"
- .github/actions/docker-build/action.yaml
- .github/workflows/_docker-image.yaml
- cmd/agent/core/faiss/**
- pkg/agent/core/faiss/**
- pkg/agent/internal/**
- .github/workflows/dockers-agent-faiss-image.yaml
- Makefile
- Makefile.d/**
- apis/grpc/**
- apis/proto/**
- cmd/agent/core/faiss/**
- dockers/agent/core/faiss/Dockerfile
- go.mod
- go.sum
- versions/GO_VERSION
- hack/actions/gen/main.go
- hack/docker/gen/main.go
- internal/**
- "!internal/**/*_test.go"
- "!internal/**/*_mock.go"
- "!internal/db/**"
- "!internal/k8s/**"
- pkg/agent/core/faiss/**
- pkg/agent/internal/**
- versions/FAISS_VERSION
- Makefile
- Makefile.d/**
- versions/GO_VERSION
pull_request_target:
paths:
- hack/docker/gen/main.go
- dockers/agent/core/faiss/Dockerfile
- hack/actions/gen/main.go
- .github/workflows/dockers-agent-faiss-image.yaml
- "!internal/**/*_mock.go"
- "!internal/**/*_test.go"
- "!internal/db/**"
- "!internal/k8s/**"
- .github/actions/docker-build/action.yaml
- .github/workflows/_docker-image.yaml
- cmd/agent/core/faiss/**
- pkg/agent/core/faiss/**
- pkg/agent/internal/**
- .github/workflows/dockers-agent-faiss-image.yaml
- Makefile
- Makefile.d/**
- apis/grpc/**
- apis/proto/**
- cmd/agent/core/faiss/**
- dockers/agent/core/faiss/Dockerfile
- go.mod
- go.sum
- versions/GO_VERSION
- hack/actions/gen/main.go
- hack/docker/gen/main.go
- internal/**
- "!internal/**/*_test.go"
- "!internal/**/*_mock.go"
- "!internal/db/**"
- "!internal/k8s/**"
- pkg/agent/core/faiss/**
- pkg/agent/internal/**
- versions/FAISS_VERSION
- Makefile
- Makefile.d/**
- versions/GO_VERSION
jobs:
build:
uses: ./.github/workflows/_docker-image.yaml
Expand Down
44 changes: 22 additions & 22 deletions .github/workflows/dockers-agent-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

# DO_NOT_EDIT this workflow file is generated by https://github.com/vdaas/vald/blob/main/hack/actions/gen/main.go
# DO_NOT_EDIT this workflow file is generated by https://github.com/vdaas/vald/blob/main/hack/docker/gen/main.go

name: "Build docker image: agent"
on:
Expand All @@ -25,59 +25,59 @@ on:
- "!release/v*.*.*"
tags:
- "*.*.*"
- v*.*.*
- "*.*.*-*"
- v*.*.*
- v*.*.*-*
pull_request:
paths:
- hack/docker/gen/main.go
- dockers/agent/core/agent/Dockerfile
- hack/actions/gen/main.go
- .github/workflows/dockers-agent-image.yaml
- .github/actions/docker-build/action.yaml
- .github/workflows/_docker-image.yaml
- cmd/agent/core/agent/**
- pkg/agent/core/agent/**
- .github/workflows/dockers-agent-image.yaml
- Makefile
- Makefile.d/**
- apis/grpc/**
- apis/proto/**
- cmd/agent/core/agent/**
- dockers/agent/core/agent/Dockerfile
- hack/actions/gen/main.go
- hack/docker/gen/main.go
- pkg/agent/core/agent/**
- rust/Cargo.lock
- rust/Cargo.toml
- rust/bin/agent
- rust/libs/ngt-rs/**
- rust/libs/ngt/**
- rust/libs/proto/**
- versions/RUST_VERSION
- versions/FAISS_VERSION
- versions/NGT_VERSION
- versions/FAISS_VERSION
- versions/NGT_VERSION
- Makefile
- Makefile.d/**
- versions/NGT_VERSION
- versions/RUST_VERSION
pull_request_target:
paths:
- hack/docker/gen/main.go
- dockers/agent/core/agent/Dockerfile
- hack/actions/gen/main.go
- .github/workflows/dockers-agent-image.yaml
- .github/actions/docker-build/action.yaml
- .github/workflows/_docker-image.yaml
- cmd/agent/core/agent/**
- pkg/agent/core/agent/**
- .github/workflows/dockers-agent-image.yaml
- Makefile
- Makefile.d/**
- apis/grpc/**
- apis/proto/**
- cmd/agent/core/agent/**
- dockers/agent/core/agent/Dockerfile
- hack/actions/gen/main.go
- hack/docker/gen/main.go
- pkg/agent/core/agent/**
- rust/Cargo.lock
- rust/Cargo.toml
- rust/bin/agent
- rust/libs/ngt-rs/**
- rust/libs/ngt/**
- rust/libs/proto/**
- versions/RUST_VERSION
- versions/FAISS_VERSION
- versions/NGT_VERSION
- versions/FAISS_VERSION
- versions/NGT_VERSION
- Makefile
- Makefile.d/**
- versions/NGT_VERSION
- versions/RUST_VERSION
jobs:
build:
uses: ./.github/workflows/_docker-image.yaml
Expand Down
56 changes: 28 additions & 28 deletions .github/workflows/dockers-agent-ngt-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

# DO_NOT_EDIT this workflow file is generated by https://github.com/vdaas/vald/blob/main/hack/actions/gen/main.go
# DO_NOT_EDIT this workflow file is generated by https://github.com/vdaas/vald/blob/main/hack/docker/gen/main.go

name: "Build docker image: agent-ngt"
on:
Expand All @@ -25,55 +25,55 @@ on:
- "!release/v*.*.*"
tags:
- "*.*.*"
- v*.*.*
- "*.*.*-*"
- v*.*.*
- v*.*.*-*
pull_request:
paths:
- hack/docker/gen/main.go
- dockers/agent/core/ngt/Dockerfile
- hack/actions/gen/main.go
- .github/workflows/dockers-agent-ngt-image.yaml
- "!internal/**/*_mock.go"
- "!internal/**/*_test.go"
- "!internal/db/**"
- .github/actions/docker-build/action.yaml
- .github/workflows/_docker-image.yaml
- cmd/agent/core/ngt/**
- pkg/agent/core/ngt/**
- pkg/agent/internal/**
- .github/workflows/dockers-agent-ngt-image.yaml
- Makefile
- Makefile.d/**
- apis/grpc/**
- apis/proto/**
- cmd/agent/core/ngt/**
- dockers/agent/core/ngt/Dockerfile
- go.mod
- go.sum
- versions/GO_VERSION
- hack/actions/gen/main.go
- hack/docker/gen/main.go
- internal/**
- "!internal/**/*_test.go"
- "!internal/**/*_mock.go"
- "!internal/db/**"
- pkg/agent/core/ngt/**
- pkg/agent/internal/**
- versions/GO_VERSION
- versions/NGT_VERSION
- Makefile
- Makefile.d/**
pull_request_target:
paths:
- hack/docker/gen/main.go
- dockers/agent/core/ngt/Dockerfile
- hack/actions/gen/main.go
- .github/workflows/dockers-agent-ngt-image.yaml
- "!internal/**/*_mock.go"
- "!internal/**/*_test.go"
- "!internal/db/**"
- .github/actions/docker-build/action.yaml
- .github/workflows/_docker-image.yaml
- cmd/agent/core/ngt/**
- pkg/agent/core/ngt/**
- pkg/agent/internal/**
- .github/workflows/dockers-agent-ngt-image.yaml
- Makefile
- Makefile.d/**
- apis/grpc/**
- apis/proto/**
- cmd/agent/core/ngt/**
- dockers/agent/core/ngt/Dockerfile
- go.mod
- go.sum
- versions/GO_VERSION
- hack/actions/gen/main.go
- hack/docker/gen/main.go
- internal/**
- "!internal/**/*_test.go"
- "!internal/**/*_mock.go"
- "!internal/db/**"
- pkg/agent/core/ngt/**
- pkg/agent/internal/**
- versions/GO_VERSION
- versions/NGT_VERSION
- Makefile
- Makefile.d/**
jobs:
build:
uses: ./.github/workflows/_docker-image.yaml
Expand Down
Loading

0 comments on commit 1cff4bb

Please sign in to comment.