Skip to content

Commit

Permalink
🔖 🤖 Release v1.7.9
Browse files Browse the repository at this point in the history
Signed-off-by: Vdaas CI <[email protected]>
  • Loading branch information
vdaas-ci committed Dec 6, 2023
1 parent 6a4ac55 commit bf77201
Show file tree
Hide file tree
Showing 34 changed files with 182 additions and 68 deletions.
114 changes: 114 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,119 @@
# CHANGELOG

## v1.7.9

### Docker images

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

### Documents

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

### Changes

:sparkles: New feature

- Add read replica rotator [#2241](https://github.com/vdaas/vald/pull/2241)
- Implement manifests for Index Management Job [#2235](https://github.com/vdaas/vald/pull/2235)
- Add job error to report index correction error status [#2231](https://github.com/vdaas/vald/pull/2231)
- Add implementation for save index job [#2227](https://github.com/vdaas/vald/pull/2227)
- Add implementation for create index job [#2223](https://github.com/vdaas/vald/pull/2223)
- Add index correction metrics [#2215](https://github.com/vdaas/vald/pull/2215)
- Add index correction document [#2217](https://github.com/vdaas/vald/pull/2217)
- Add make command to update template [#2212](https://github.com/vdaas/vald/pull/2212)
- Add job to check format difference [#2214](https://github.com/vdaas/vald/pull/2214)
- Add verification for index correction e2e and add clusterrole cronjobs for operator to deploy index correction [#2205](https://github.com/vdaas/vald/pull/2205)
- Add StreamListObject to LB [#2203](https://github.com/vdaas/vald/pull/2203)
- Add index correction helm templates and E2E [#2200](https://github.com/vdaas/vald/pull/2200)
- Add index correction internal logic [#2194](https://github.com/vdaas/vald/pull/2194)
- Add bbolt as internal/db/kvs [#2177](https://github.com/vdaas/vald/pull/2177)

:zap: Improve performance

- Improve index correction performance [#2234](https://github.com/vdaas/vald/pull/2234)

:recycle: Refactor

- Refactor Index Management Job [#2232](https://github.com/vdaas/vald/pull/2232)
- Fix invalid network policy schema [#2230](https://github.com/vdaas/vald/pull/2230)
- Add minikube to create volume snapshot development environment locally [#2228](https://github.com/vdaas/vald/pull/2228)
- Enable ingress resource in the get started document [#2211](https://github.com/vdaas/vald/pull/2211)
- Add step to get k3s latest version [#2206](https://github.com/vdaas/vald/pull/2206)
- Update telepresence and helm-docs installer and update deps [#2195](https://github.com/vdaas/vald/pull/2195)
- Replace x/slices with standard slices pkg [#2193](https://github.com/vdaas/vald/pull/2193)
- add benchmark and check program for core ngt [#2179](https://github.com/vdaas/vald/pull/2179)

:bug: Bugfix

- Revert vtpool for ResourceExhausted problem [#2255](https://github.com/vdaas/vald/pull/2255)
- Fix deleted contour ingress controller apply [#2229](https://github.com/vdaas/vald/pull/2229)

:pencil2: Document

- Add document for RemoveByTimestamp RPC [#2238](https://github.com/vdaas/vald/pull/2238)

:green_heart: CI

- Disable exhaustruct [#2240](https://github.com/vdaas/vald/pull/2240)
- Fix fails when there are format differences [#2226](https://github.com/vdaas/vald/pull/2226)

:arrow_up: Update dependencies

- update deps [#2208](https://github.com/vdaas/vald/pull/2208)
- update dependencies [#2260](https://github.com/vdaas/vald/pull/2260)

## v1.7.8

### 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.8
version: v1.7.9
description: A Helm chart for vald-helm-operator
type: application
keywords:
Expand Down
10 changes: 5 additions & 5 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.8`
Current chart version is `v1.7.9`

## 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/v1.7.8/charts/vald-helm-operator/crds/valdrelease.yaml
$ kubectl replace -f https://raw.githubusercontent.com/vdaas/vald/v1.7.8/charts/vald-helm-operator/crds/valdhelmoperatorrelease.yaml
$ kubectl replace -f https://raw.githubusercontent.com/vdaas/vald/v1.7.9/charts/vald-helm-operator/crds/valdrelease.yaml
$ kubectl replace -f https://raw.githubusercontent.com/vdaas/vald/v1.7.9/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.8"}}}'
$ kubectl patch vhor vhor-release -p '{"spec":{"image":{"tag":"v1.7.9"}}}'

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

Expand Down Expand Up @@ -79,7 +79,7 @@ spec: {}
| healthPort | int | `8081` | port of health endpoint |
| image.pullPolicy | string | `"Always"` | image pull policy |
| image.repository | string | `"vdaas/vald-helm-operator"` | image repository |
| image.tag | string | `"v1.7.8"` | image tag |
| image.tag | string | `"v1.7.9"` | 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.8
tag: v1.7.9
# @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.8
version: v1.7.9
description: A distributed high scalable & high-speed approximate nearest neighbor search engine
type: application
keywords:
Expand Down
4 changes: 2 additions & 2 deletions charts/vald/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 components.

Current chart version is `v1.7.8`
Current chart version is `v1.7.9`

## Table of Contents

Expand Down Expand Up @@ -292,7 +292,7 @@ Run the following command to install the chart,
| defaults.grpc.client.tls.enabled | bool | `false` | TLS enabled |
| defaults.grpc.client.tls.insecure_skip_verify | bool | `false` | enable/disable skip SSL certificate verification |
| defaults.grpc.client.tls.key | string | `"/path/to/key"` | TLS key path |
| defaults.image.tag | string | `"v1.7.8"` | docker image tag |
| defaults.image.tag | string | `"v1.7.9"` | docker image tag |
| defaults.logging.format | string | `"raw"` | logging format. logging format must be `raw` or `json` |
| defaults.logging.level | string | `"debug"` | logging level. logging level must be `debug`, `info`, `warn`, `error` or `fatal`. |
| defaults.logging.logger | string | `"glg"` | logger name. currently logger must be `glg` or `zap`. |
Expand Down
2 changes: 1 addition & 1 deletion charts/vald/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ defaults:
image:
# @schema {"name": "defaults.image.tag", "type": "string"}
# defaults.image.tag -- docker image tag
tag: v1.7.8
tag: v1.7.9
# @schema {"name": "defaults.server_config", "type": "object", "anchor": "server_config"}
server_config:
# @schema {"name": "defaults.server_config.servers", "type": "object"}
Expand Down
4 changes: 2 additions & 2 deletions k8s/agent/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ metadata:
name: vald-agent-ngt-config
labels:
app.kubernetes.io/name: vald
helm.sh/chart: vald-v1.7.8
helm.sh/chart: vald-v1.7.9
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/instance: release-name
app.kubernetes.io/version: v1.7.8
app.kubernetes.io/version: v1.7.9
app.kubernetes.io/component: agent
data:
config.yaml: |
Expand Down
4 changes: 2 additions & 2 deletions k8s/agent/pdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ metadata:
name: vald-agent-ngt
labels:
app.kubernetes.io/name: vald
helm.sh/chart: vald-v1.7.8
helm.sh/chart: vald-v1.7.9
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/instance: release-name
app.kubernetes.io/version: v1.7.8
app.kubernetes.io/version: v1.7.9
app.kubernetes.io/component: agent
spec:
maxUnavailable: 1
Expand Down
4 changes: 2 additions & 2 deletions k8s/agent/priorityclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ metadata:
name: default-vald-agent-ngt-priority
labels:
app.kubernetes.io/name: vald
helm.sh/chart: vald-v1.7.8
helm.sh/chart: vald-v1.7.9
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/instance: release-name
app.kubernetes.io/version: v1.7.8
app.kubernetes.io/version: v1.7.9
app.kubernetes.io/component: agent
value: 1e+09
preemptionPolicy: Never
Expand Down
4 changes: 2 additions & 2 deletions k8s/agent/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ metadata:
labels:
app: vald-agent-ngt
app.kubernetes.io/name: vald
helm.sh/chart: vald-v1.7.8
helm.sh/chart: vald-v1.7.9
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/instance: release-name
app.kubernetes.io/version: v1.7.8
app.kubernetes.io/version: v1.7.9
app.kubernetes.io/component: agent
spec:
serviceName: vald-agent-ngt
Expand Down
4 changes: 2 additions & 2 deletions k8s/agent/svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ metadata:
name: vald-agent-ngt
labels:
app.kubernetes.io/name: vald
helm.sh/chart: vald-v1.7.8
helm.sh/chart: vald-v1.7.9
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/instance: release-name
app.kubernetes.io/version: v1.7.8
app.kubernetes.io/version: v1.7.9
app.kubernetes.io/component: agent
spec:
ports:
Expand Down
Loading

0 comments on commit bf77201

Please sign in to comment.