Skip to content

Commit

Permalink
🔖 🤖 Release v1.8.0 (#104)
Browse files Browse the repository at this point in the history
Signed-off-by: Vdaas CI <[email protected]>
  • Loading branch information
vdaas-ci authored Sep 20, 2023
1 parent 55a817d commit ffe7a10
Show file tree
Hide file tree
Showing 34 changed files with 873 additions and 775 deletions.
98 changes: 98 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,103 @@
# CHANGELOG

## v1.8.0

### Docker images

<table>
<tr>
<th>component</th>
<th>Docker pull</th>
</tr>
<tr>
<td>Agent NGT</td>
<td>
<code>docker pull vdaas/vald-ci-labs-agent-ngt:v1.8.0</code><br/>
<code>docker pull ghcr.io/vdaas/vald-ci-labs/vald-agent-ngt:v1.8.0</code>
</td>
</tr>
<tr>
<td>Agent sidecar</td>
<td>
<code>docker pull vdaas/vald-ci-labs-agent-sidecar:v1.8.0</code><br/>
<code>docker pull ghcr.io/vdaas/vald-ci-labs/vald-agent-sidecar:v1.8.0</code>
</td>
</tr>
<tr>
<td>Discoverers</td>
<td>
<code>docker pull vdaas/vald-ci-labs-discoverer-k8s:v1.8.0</code><br/>
<code>docker pull ghcr.io/vdaas/vald-ci-labs/vald-discoverer-k8s:v1.8.0</code>
</td>
</tr>
<tr>
<td>Gateways</td>
<td>
<code>docker pull vdaas/vald-ci-labs-lb-gateway:v1.8.0</code><br/>
<code>docker pull ghcr.io/vdaas/vald-ci-labs/vald-lb-gateway:v1.8.0</code><br/>
<code>docker pull vdaas/vald-ci-labs-filter-gateway:v1.8.0</code><br/>
<code>docker pull ghcr.io/vdaas/vald-ci-labs/vald-filter-gateway:v1.8.0</code>
</td>
</tr>
<tr>
<td>Index Manager</td>
<td>
<code>docker pull vdaas/vald-ci-labs-manager-index:v1.8.0</code><br/>
<code>docker pull ghcr.io/vdaas/vald-ci-labs/vald-manager-index:v1.8.0</code>
</td>
</tr>
<tr>
<td>Helm Operator</td>
<td>
<code>docker pull vdaas/vald-ci-labs-helm-operator:v1.8.0</code><br/>
<code>docker pull ghcr.io/vdaas/vald-ci-labs/vald-helm-operator:v1.8.0</code>
</td>
</tr>
</table>

### Documents

- [GoDoc](https://pkg.go.dev/github.com/vdaas/[email protected])
- [Helm Chart Reference](https://github.com/vdaas/vald-ci-labs/blob/v1.8.0/charts/vald/README.md)
- [Helm Operator Chart Reference](https://github.com/vdaas/vald-ci-labs/blob/v1.8.0/charts/vald-helm-operator/README.md)

### Changes

<!--- Provide a general summary of your changes in the Title above -->

### Description:

<!-- Describe your changes in detail -->
<!-- It would be better to describe the details especially What changed and Why you changed -->

### Related Issue:

<!-- This project mainly accepts pull requests related to open issues -->
<!-- NOTE: If suggesting a new feature or change, please discuss it in an issue first -->
<!-- NOTE: If fixing a bug, there should be an issue describing it with steps to reproduce -->
<!-- Please link to the issue here: -->

### Versions:

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

- Go Version: 1.21.1
- Docker Version: 20.10.8
- Kubernetes Version: v1.28.1
- NGT Version: 2.1.3

### Checklist:

<!-- For completed items, change [ ] to [x]. -->
<!-- NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open. -->

- [x] I have read the [CONTRIBUTING](https://github.com/vdaas/vald-ci-labs/blob/main/CONTRIBUTING.md) document and completed [our CLA agreement](https://cla-assistant.io/vdaas/vald-ci-labs).
- [x] I have checked open [Pull Requests](https://github.com/vdaas/vald-ci-labs/pulls) for the similar feature or fixes?

### Special notes for your reviewer:

<!-- Please tell us anything you would like to share to reviewers related this PR -->

## v1.7.6

### Docker images
Expand Down
2 changes: 1 addition & 1 deletion charts/vald-helm-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

apiVersion: v2
name: vald-helm-operator
version: v1.7.7
version: v1.8.0
description: A Helm chart for vald-helm-operator
type: application
keywords:
Expand Down
12 changes: 6 additions & 6 deletions charts/vald-helm-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is a Helm chart to install vald-helm-operator.

Current chart version is `v1.7.7`
Current chart version is `v1.8.0`

## Table of Contents

Expand All @@ -26,13 +26,13 @@ Run the following command to install the chart,

Please upgrade the CRDs first because Helm doesn't have a support to upgrade CRDs.

$ kubectl replace -f https://raw.githubusercontent.com/vdaas/vald-ci-labs/v1.7.7/charts/vald-helm-operator/crds/valdrelease.yaml
$ kubectl replace -f https://raw.githubusercontent.com/vdaas/vald-ci-labs/v1.7.7/charts/vald-helm-operator/crds/valdhelmoperatorrelease.yaml
$ kubectl replace -f https://raw.githubusercontent.com/vdaas/vald/v1.8.0/charts/vald-helm-operator/crds/valdrelease.yaml
$ kubectl replace -f https://raw.githubusercontent.com/vdaas/vald/v1.8.0/charts/vald-helm-operator/crds/valdhelmoperatorrelease.yaml

After upgrading CRDs, you can upgrade the operator.
If you're using `valdhelmoperatorrelease` (or `vhor`) resource, please update the `spec.image.tag` field of it.

$ kubectl patch vhor vhor-release -p '{"spec":{"image":{"tag":"v1.7.7"}}}'
$ kubectl patch vhor vhor-release -p '{"spec":{"image":{"tag":"v1.8.0"}}}'

On the other hand, please update the operator's deployment manually.

Expand Down Expand Up @@ -78,8 +78,8 @@ spec: {}
| enableMetrics | bool | `true` | enable metrics endpoint |
| healthPort | int | `8081` | port of health endpoint |
| image.pullPolicy | string | `"Always"` | image pull policy |
| image.repository | string | `"vdaas/vald-ci-labs-helm-operator"` | image repository |
| image.tag | string | `"v1.7.7"` | image tag |
| image.repository | string | `"vdaas/vald-helm-operator"` | image repository |
| image.tag | string | `"v1.8.0"` | image tag |
| leaderElectionID | string | `"vald-helm-operator"` | name of the configmap that is used for holding the leader lock. |
| livenessProbe.enabled | bool | `true` | enable liveness probe. |
| livenessProbe.failureThreshold | int | `2` | liveness probe failure threshold |
Expand Down
2 changes: 1 addition & 1 deletion charts/vald-helm-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ image:
repository: vdaas/vald-helm-operator
# @schema {"name": "image.tag", "type": "string"}
# image.tag -- image tag
tag: v1.7.7
tag: v1.8.0
# @schema {"name": "image.pullPolicy", "type": "string", "enum": ["Always", "Never", "IfNotPresent"]}
# image.pullPolicy -- image pull policy
pullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion charts/vald/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

apiVersion: v2
name: vald
version: v1.7.7
version: v1.8.0
description: A distributed high scalable & high-speed approximate nearest neighbor search engine
type: application
keywords:
Expand Down
Loading

0 comments on commit ffe7a10

Please sign in to comment.