Skip to content

Commit

Permalink
Merge branch 'main' into feature/agent/rust-agent-qbg
Browse files Browse the repository at this point in the history
Signed-off-by: datelier <[email protected]>
  • Loading branch information
datelier authored Dec 17, 2024
2 parents 70564b6 + fd27082 commit 1c68aa2
Show file tree
Hide file tree
Showing 186 changed files with 18,428 additions and 6,448 deletions.
5 changes: 0 additions & 5 deletions .gitfiles
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
.github/workflows/dockers-index-correction-image.yaml
.github/workflows/dockers-index-creation-image.yaml
.github/workflows/dockers-index-deletion-image.yaml
.github/workflows/dockers-index-deletion.yaml
.github/workflows/dockers-index-operator-image.yaml
.github/workflows/dockers-index-save-image.yaml
.github/workflows/dockers-loadtest-image.yaml
Expand Down Expand Up @@ -635,8 +634,6 @@ example/manifest/scylla/job.yaml
go.mod
go.sum
hack/CHANGELOG.template.md
hack/actions/gen/main.go
hack/actions/gen/main_test.go
hack/benchmark/assets/checksum/fashion-mnist-784-euclidean.md5
hack/benchmark/assets/checksum/gist-960-euclidean.md5
hack/benchmark/assets/checksum/glove-100-angular.md5
Expand Down Expand Up @@ -1463,8 +1460,6 @@ k8s/index/job/correction/configmap.yaml
k8s/index/job/correction/cronjob.yaml
k8s/index/job/creation/configmap.yaml
k8s/index/job/creation/cronjob.yaml
k8s/index/job/deletion/configmap.yaml
k8s/index/job/deletion/cronjob.yaml
k8s/index/job/save/configmap.yaml
k8s/index/job/save/cronjob.yaml
k8s/index/operator/configmap.yaml
Expand Down
14 changes: 7 additions & 7 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.14
- Go Version: v1.23.3
- Rust Version: v1.82.0
- Docker Version: v27.3.1
- Kubernetes Version: v1.31.2
- Helm Version: v3.16.2
- NGT Version: v2.3.4
- Vald Version: v1.7.15
- Go Version: v1.23.4
- Rust Version: v1.83.0
- Docker Version: v27.4.0
- Kubernetes Version: v1.31.4
- Helm Version: v3.16.3
- NGT Version: v2.3.5
- Faiss Version: v1.9.0
14 changes: 7 additions & 7 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.14
- Go Version: v1.23.3
- Rust Version: v1.82.0
- Docker Version: v27.3.1
- Kubernetes Version: v1.31.2
- Helm Version: v3.16.2
- NGT Version: v2.3.4
- Vald Version: v1.7.15
- Go Version: v1.23.4
- Rust Version: v1.83.0
- Docker Version: v27.4.0
- Kubernetes Version: v1.31.4
- Helm Version: v3.16.3
- NGT Version: v2.3.5
- Faiss Version: v1.9.0
14 changes: 7 additions & 7 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
### Versions

<!--- Please change the versions below along with your environment -->
- Vald Version: v1.7.14
- Go Version: v1.23.3
- Rust Version: v1.82.0
- Docker Version: v27.3.1
- Kubernetes Version: v1.31.2
- Helm Version: v3.16.2
- NGT Version: v2.3.4
- Vald Version: v1.7.15
- Go Version: v1.23.4
- Rust Version: v1.83.0
- Docker Version: v27.4.0
- Kubernetes Version: v1.31.4
- Helm Version: v3.16.3
- NGT Version: v2.3.5
- Faiss Version: v1.9.0

### Checklist
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/deploy-chaos-mesh/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#
name: "Deploy Chaos Mesh"
description: "A action to deploy Chaos Mesh"
description: "An action to deploy Chaos Mesh"
inputs:
chaos_mesh_version:
description: "The Chaos Mesh version to use. The default version is `versions/CHAOS_MESH_VERSION`"
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/detect-docker-image-tags/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#
name: "Detect Docker image tags"
description: "A action to detect Docker image tags"
description: "An action to detect Docker image tags"
inputs:
tags:
description: "Tag name to check whether exists or not"
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/determine-docker-image-tag/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#
name: "Determine Docker image tag"
description: "A action to determine Docker image tag"
description: "An action to determine Docker image tag"
outputs:
TAGS:
description: "docker image tag list"
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/docker-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#
name: "Build Docker images"
description: "A action to build Docker images and publish them"
description: "An action to build Docker images and publish them"
inputs:
target:
description: "Build target"
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/dump-context/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#
name: "Dump context to log"
description: "A action to dump context to log"
description: "An action to dump context to log"
runs:
using: "composite"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/e2e-deploy-vald-helm-operator/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#
name: "Deploy Vald using vald-helm-operator for E2E test"
description: "A action to deploy vald using vald-helm-operator for E2E test"
description: "An action to deploy vald using vald-helm-operator for E2E test"
inputs:
require_minio:
description: "If Minio is required, set this to true."
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/e2e-deploy-vald-readreplica/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#
name: "Deploy Vald Read Replica for E2E test"
description: "A action to deploy vald read replica for E2E test"
description: "An action to deploy vald read replica for E2E test"
inputs:
require_minio:
description: "If Minio is required, set this to true."
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/e2e-deploy-vald/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#
name: "Deploy Vald for E2E test"
description: "A action to deploy vald for E2E test"
description: "An action to deploy vald for E2E test"
inputs:
require_minio:
description: "If Minio is required, set this to true."
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/notify-slack/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#
name: "Notify Slack"
description: "A action to notify Slack"
description: "An action to notify Slack"
inputs:
author_name:
description: "User name for slack notification"
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/scan-docker-image/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#
name: "Scan the Docker image"
description: "A action to scan the Docker image"
description: "An action to scan the Docker image"
inputs:
image_ref:
description: "Docker image reference"
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup-e2e/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#
name: "Setup E2E environment"
description: "A action to set up the environment for executing E2E test"
description: "An action to set up the environment for executing E2E test"
inputs:
require_libhdf5:
description: "If libhdf5 is not required, set this to false"
Expand Down
19 changes: 15 additions & 4 deletions .github/actions/setup-go/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#
name: "Setup Go environment"
description: "A action to set up Go environment"
description: "An action to set up Go environment"
inputs:
go_version:
description: "The Go version to use. The default version is `versions/GO_VERSION`"
Expand All @@ -28,14 +28,25 @@ runs:
shell: bash
run: |
GO_VERSION=${GO_VERSION:-`make version/go`}
echo "version=${GO_VERSION}" >> $GITHUB_OUTPUT
env:
GO_VERSION: ${{ inputs.go_version }}
- uses: actions/setup-go@v5
- name: Check if Go is installed
id: check_go
shell: bash
run: |
if command -v go &> /dev/null; then
echo "go_installed=true" >> $GITHUB_OUTPUT
echo "installed_version=$(go version | awk '{print $3}')" >> $GITHUB_OUTPUT
else
echo "go_installed=false" >> $GITHUB_OUTPUT
fi
- name: Setup Go (if not installed or version mismatch)
if: steps.check_go.outputs.go_installed == 'false' || steps.check_go.outputs.installed_version != steps.go_version.outputs.version
uses: actions/setup-go@v5
with:
go-version: ${{ steps.go_version.outputs.version }}
- name: Check Go version
- name: Verify Go version
shell: bash
run: |
go version
21 changes: 16 additions & 5 deletions .github/actions/setup-helm/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#
name: "Setup Helm environment"
description: "A action to set up Helm environment"
description: "An action to set up Helm environment"
inputs:
helm_version:
description: "The Helm version to use. The default version is `versions/HELM_VERSION`"
Expand All @@ -28,14 +28,25 @@ runs:
shell: bash
run: |
HELM_VERSION=${HELM_VERSION:-`make version/helm`}
echo "version=${HELM_VERSION}" >> $GITHUB_OUTPUT
env:
HELM_VERSION: ${{ inputs.helm_version }}
- uses: azure/setup-helm@v4
- name: Check if Helm is installed
id: check_helm
shell: bash
run: |
if command -v helm &> /dev/null; then
echo "helm_installed=true" >> $GITHUB_OUTPUT
echo "installed_version=$(helm version --short --client | awk '{print $2}' | sed 's/^v//')" >> $GITHUB_OUTPUT
else
echo "helm_installed=false" >> $GITHUB_OUTPUT
fi
- name: Setup Helm (if not installed or version mismatch)
if: steps.check_helm.outputs.helm_installed == 'false' || steps.check_helm.outputs.installed_version != steps.helm_version.outputs.version
uses: azure/setup-helm@v4
with:
version: ${{ steps.helm_version.outputs.version }}
- name: Check Helm version
- name: Verify Helm version
shell: bash
run: |
helm version
helm version --short --client
19 changes: 14 additions & 5 deletions .github/actions/setup-k3d/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#
name: "Setup k3d environment"
description: "A action to set up k3d (k3s in Docker)"
description: "An action to set up k3d (k3s in Docker)"
inputs:
version:
description: "k3d version"
Expand Down Expand Up @@ -67,12 +67,21 @@ runs:
echo "tag=${K3S_VERSION}" >> $GITHUB_OUTPUT
env:
K3S_VERSION: ${{ inputs.k3s_version }}
- name: Install k3d
- name: Check if k3d is installed
id: check_k3d
shell: bash
run: |
curl -s ${REPO_URL} | ${{ steps.k3d_version.outputs.tag }} bash
env:
REPO_URL: "https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh"
if command -v k3d &> /dev/null; then
echo "k3d_installed=true" >> $GITHUB_OUTPUT
echo "installed_version=$(k3d version --short | sed 's/^v//')" >> $GITHUB_OUTPUT
else
echo "k3d_installed=false" >> $GITHUB_OUTPUT
fi
- name: Install k3d (if not installed or version mismatch)
if: steps.check_k3d.outputs.k3d_installed == 'false' || steps.check_k3d.outputs.installed_version != steps.k3d_version.outputs.tag
shell: bash
run: |
make k3d/install
- name: Check k3d version
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup-yq/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#
name: "Setup yq environment"
description: "A action to set up yq"
description: "An action to set up yq"
inputs:
yq_version:
description: "The yq version to use. The default version is `versions/YQ_VERSION`"
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/wait-for-docker-image/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#
name: "Wait for Docker Images"
description: "A action to wait for Docker images to be published"
description: "An action to wait for Docker images to be published"
inputs:
images:
description: "image names"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- name: Set Git config
run: |
git config --global --add safe.directory ${GITHUB_WORKSPACE}
- uses: ./.github/actions/setup-go
- name: Build and zip
run: |
make binary/build/zip
Expand Down
Loading

0 comments on commit 1c68aa2

Please sign in to comment.