Skip to content

Commit bf77201

Browse files
committed
🔖 🤖 Release v1.7.9
Signed-off-by: Vdaas CI <[email protected]>
1 parent 6a4ac55 commit bf77201

34 files changed

+182
-68
lines changed

CHANGELOG.md

+114
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,119 @@
11
# CHANGELOG
22

3+
## v1.7.9
4+
5+
### Docker images
6+
7+
<table>
8+
<tr>
9+
<th>component</th>
10+
<th>Docker pull</th>
11+
</tr>
12+
<tr>
13+
<td>Agent NGT</td>
14+
<td>
15+
<code>docker pull vdaas/vald-agent-ngt:v1.7.9</code><br/>
16+
<code>docker pull ghcr.io/vdaas/vald/vald-agent-ngt:v1.7.9</code>
17+
</td>
18+
</tr>
19+
<tr>
20+
<td>Agent sidecar</td>
21+
<td>
22+
<code>docker pull vdaas/vald-agent-sidecar:v1.7.9</code><br/>
23+
<code>docker pull ghcr.io/vdaas/vald/vald-agent-sidecar:v1.7.9</code>
24+
</td>
25+
</tr>
26+
<tr>
27+
<td>Discoverers</td>
28+
<td>
29+
<code>docker pull vdaas/vald-discoverer-k8s:v1.7.9</code><br/>
30+
<code>docker pull ghcr.io/vdaas/vald/vald-discoverer-k8s:v1.7.9</code>
31+
</td>
32+
</tr>
33+
<tr>
34+
<td>Gateways</td>
35+
<td>
36+
<code>docker pull vdaas/vald-lb-gateway:v1.7.9</code><br/>
37+
<code>docker pull ghcr.io/vdaas/vald/vald-lb-gateway:v1.7.9</code><br/>
38+
<code>docker pull vdaas/vald-filter-gateway:v1.7.9</code><br/>
39+
<code>docker pull ghcr.io/vdaas/vald/vald-filter-gateway:v1.7.9</code>
40+
</td>
41+
</tr>
42+
<tr>
43+
<td>Index Manager</td>
44+
<td>
45+
<code>docker pull vdaas/vald-manager-index:v1.7.9</code><br/>
46+
<code>docker pull ghcr.io/vdaas/vald/vald-manager-index:v1.7.9</code>
47+
</td>
48+
</tr>
49+
<tr>
50+
<td>Helm Operator</td>
51+
<td>
52+
<code>docker pull vdaas/vald-helm-operator:v1.7.9</code><br/>
53+
<code>docker pull ghcr.io/vdaas/vald/vald-helm-operator:v1.7.9</code>
54+
</td>
55+
</tr>
56+
</table>
57+
58+
### Documents
59+
60+
- [GoDoc](https://pkg.go.dev/github.com/vdaas/[email protected])
61+
- [Helm Chart Reference](https://github.com/vdaas/vald/blob/v1.7.9/charts/vald/README.md)
62+
- [Helm Operator Chart Reference](https://github.com/vdaas/vald/blob/v1.7.9/charts/vald-helm-operator/README.md)
63+
64+
### Changes
65+
66+
:sparkles: New feature
67+
68+
- Add read replica rotator [#2241](https://github.com/vdaas/vald/pull/2241)
69+
- Implement manifests for Index Management Job [#2235](https://github.com/vdaas/vald/pull/2235)
70+
- Add job error to report index correction error status [#2231](https://github.com/vdaas/vald/pull/2231)
71+
- Add implementation for save index job [#2227](https://github.com/vdaas/vald/pull/2227)
72+
- Add implementation for create index job [#2223](https://github.com/vdaas/vald/pull/2223)
73+
- Add index correction metrics [#2215](https://github.com/vdaas/vald/pull/2215)
74+
- Add index correction document [#2217](https://github.com/vdaas/vald/pull/2217)
75+
- Add make command to update template [#2212](https://github.com/vdaas/vald/pull/2212)
76+
- Add job to check format difference [#2214](https://github.com/vdaas/vald/pull/2214)
77+
- Add verification for index correction e2e and add clusterrole cronjobs for operator to deploy index correction [#2205](https://github.com/vdaas/vald/pull/2205)
78+
- Add StreamListObject to LB [#2203](https://github.com/vdaas/vald/pull/2203)
79+
- Add index correction helm templates and E2E [#2200](https://github.com/vdaas/vald/pull/2200)
80+
- Add index correction internal logic [#2194](https://github.com/vdaas/vald/pull/2194)
81+
- Add bbolt as internal/db/kvs [#2177](https://github.com/vdaas/vald/pull/2177)
82+
83+
:zap: Improve performance
84+
85+
- Improve index correction performance [#2234](https://github.com/vdaas/vald/pull/2234)
86+
87+
:recycle: Refactor
88+
89+
- Refactor Index Management Job [#2232](https://github.com/vdaas/vald/pull/2232)
90+
- Fix invalid network policy schema [#2230](https://github.com/vdaas/vald/pull/2230)
91+
- Add minikube to create volume snapshot development environment locally [#2228](https://github.com/vdaas/vald/pull/2228)
92+
- Enable ingress resource in the get started document [#2211](https://github.com/vdaas/vald/pull/2211)
93+
- Add step to get k3s latest version [#2206](https://github.com/vdaas/vald/pull/2206)
94+
- Update telepresence and helm-docs installer and update deps [#2195](https://github.com/vdaas/vald/pull/2195)
95+
- Replace x/slices with standard slices pkg [#2193](https://github.com/vdaas/vald/pull/2193)
96+
- add benchmark and check program for core ngt [#2179](https://github.com/vdaas/vald/pull/2179)
97+
98+
:bug: Bugfix
99+
100+
- Revert vtpool for ResourceExhausted problem [#2255](https://github.com/vdaas/vald/pull/2255)
101+
- Fix deleted contour ingress controller apply [#2229](https://github.com/vdaas/vald/pull/2229)
102+
103+
:pencil2: Document
104+
105+
- Add document for RemoveByTimestamp RPC [#2238](https://github.com/vdaas/vald/pull/2238)
106+
107+
:green_heart: CI
108+
109+
- Disable exhaustruct [#2240](https://github.com/vdaas/vald/pull/2240)
110+
- Fix fails when there are format differences [#2226](https://github.com/vdaas/vald/pull/2226)
111+
112+
:arrow_up: Update dependencies
113+
114+
- update deps [#2208](https://github.com/vdaas/vald/pull/2208)
115+
- update dependencies [#2260](https://github.com/vdaas/vald/pull/2260)
116+
3117
## v1.7.8
4118

5119
### Docker images

charts/vald-helm-operator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
apiVersion: v2
1818
name: vald-helm-operator
19-
version: v1.7.8
19+
version: v1.7.9
2020
description: A Helm chart for vald-helm-operator
2121
type: application
2222
keywords:

charts/vald-helm-operator/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
Current chart version is `v1.7.8`
5+
Current chart version is `v1.7.9`
66

77
## Table of Contents
88

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

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

29-
$ kubectl replace -f https://raw.githubusercontent.com/vdaas/vald/v1.7.8/charts/vald-helm-operator/crds/valdrelease.yaml
30-
$ kubectl replace -f https://raw.githubusercontent.com/vdaas/vald/v1.7.8/charts/vald-helm-operator/crds/valdhelmoperatorrelease.yaml
29+
$ kubectl replace -f https://raw.githubusercontent.com/vdaas/vald/v1.7.9/charts/vald-helm-operator/crds/valdrelease.yaml
30+
$ kubectl replace -f https://raw.githubusercontent.com/vdaas/vald/v1.7.9/charts/vald-helm-operator/crds/valdhelmoperatorrelease.yaml
3131

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

35-
$ kubectl patch vhor vhor-release -p '{"spec":{"image":{"tag":"v1.7.8"}}}'
35+
$ kubectl patch vhor vhor-release -p '{"spec":{"image":{"tag":"v1.7.9"}}}'
3636

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

@@ -79,7 +79,7 @@ spec: {}
7979
| healthPort | int | `8081` | port of health endpoint |
8080
| image.pullPolicy | string | `"Always"` | image pull policy |
8181
| image.repository | string | `"vdaas/vald-helm-operator"` | image repository |
82-
| image.tag | string | `"v1.7.8"` | image tag |
82+
| image.tag | string | `"v1.7.9"` | image tag |
8383
| leaderElectionID | string | `"vald-helm-operator"` | name of the configmap that is used for holding the leader lock. |
8484
| livenessProbe.enabled | bool | `true` | enable liveness probe. |
8585
| livenessProbe.failureThreshold | int | `2` | liveness probe failure threshold |

charts/vald-helm-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ image:
2929
repository: vdaas/vald-helm-operator
3030
# @schema {"name": "image.tag", "type": "string"}
3131
# image.tag -- image tag
32-
tag: v1.7.8
32+
tag: v1.7.9
3333
# @schema {"name": "image.pullPolicy", "type": "string", "enum": ["Always", "Never", "IfNotPresent"]}
3434
# image.pullPolicy -- image pull policy
3535
pullPolicy: Always

charts/vald/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
apiVersion: v2
1818
name: vald
19-
version: v1.7.8
19+
version: v1.7.9
2020
description: A distributed high scalable & high-speed approximate nearest neighbor search engine
2121
type: application
2222
keywords:

charts/vald/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a Helm chart to install Vald components.
44

5-
Current chart version is `v1.7.8`
5+
Current chart version is `v1.7.9`
66

77
## Table of Contents
88

@@ -292,7 +292,7 @@ Run the following command to install the chart,
292292
| defaults.grpc.client.tls.enabled | bool | `false` | TLS enabled |
293293
| defaults.grpc.client.tls.insecure_skip_verify | bool | `false` | enable/disable skip SSL certificate verification |
294294
| defaults.grpc.client.tls.key | string | `"/path/to/key"` | TLS key path |
295-
| defaults.image.tag | string | `"v1.7.8"` | docker image tag |
295+
| defaults.image.tag | string | `"v1.7.9"` | docker image tag |
296296
| defaults.logging.format | string | `"raw"` | logging format. logging format must be `raw` or `json` |
297297
| defaults.logging.level | string | `"debug"` | logging level. logging level must be `debug`, `info`, `warn`, `error` or `fatal`. |
298298
| defaults.logging.logger | string | `"glg"` | logger name. currently logger must be `glg` or `zap`. |

charts/vald/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ defaults:
3838
image:
3939
# @schema {"name": "defaults.image.tag", "type": "string"}
4040
# defaults.image.tag -- docker image tag
41-
tag: v1.7.8
41+
tag: v1.7.9
4242
# @schema {"name": "defaults.server_config", "type": "object", "anchor": "server_config"}
4343
server_config:
4444
# @schema {"name": "defaults.server_config.servers", "type": "object"}

k8s/agent/configmap.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ metadata:
2020
name: vald-agent-ngt-config
2121
labels:
2222
app.kubernetes.io/name: vald
23-
helm.sh/chart: vald-v1.7.8
23+
helm.sh/chart: vald-v1.7.9
2424
app.kubernetes.io/managed-by: Helm
2525
app.kubernetes.io/instance: release-name
26-
app.kubernetes.io/version: v1.7.8
26+
app.kubernetes.io/version: v1.7.9
2727
app.kubernetes.io/component: agent
2828
data:
2929
config.yaml: |

k8s/agent/pdb.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ metadata:
2020
name: vald-agent-ngt
2121
labels:
2222
app.kubernetes.io/name: vald
23-
helm.sh/chart: vald-v1.7.8
23+
helm.sh/chart: vald-v1.7.9
2424
app.kubernetes.io/managed-by: Helm
2525
app.kubernetes.io/instance: release-name
26-
app.kubernetes.io/version: v1.7.8
26+
app.kubernetes.io/version: v1.7.9
2727
app.kubernetes.io/component: agent
2828
spec:
2929
maxUnavailable: 1

k8s/agent/priorityclass.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ metadata:
2020
name: default-vald-agent-ngt-priority
2121
labels:
2222
app.kubernetes.io/name: vald
23-
helm.sh/chart: vald-v1.7.8
23+
helm.sh/chart: vald-v1.7.9
2424
app.kubernetes.io/managed-by: Helm
2525
app.kubernetes.io/instance: release-name
26-
app.kubernetes.io/version: v1.7.8
26+
app.kubernetes.io/version: v1.7.9
2727
app.kubernetes.io/component: agent
2828
value: 1e+09
2929
preemptionPolicy: Never

k8s/agent/statefulset.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ metadata:
2121
labels:
2222
app: vald-agent-ngt
2323
app.kubernetes.io/name: vald
24-
helm.sh/chart: vald-v1.7.8
24+
helm.sh/chart: vald-v1.7.9
2525
app.kubernetes.io/managed-by: Helm
2626
app.kubernetes.io/instance: release-name
27-
app.kubernetes.io/version: v1.7.8
27+
app.kubernetes.io/version: v1.7.9
2828
app.kubernetes.io/component: agent
2929
spec:
3030
serviceName: vald-agent-ngt

k8s/agent/svc.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ metadata:
2020
name: vald-agent-ngt
2121
labels:
2222
app.kubernetes.io/name: vald
23-
helm.sh/chart: vald-v1.7.8
23+
helm.sh/chart: vald-v1.7.9
2424
app.kubernetes.io/managed-by: Helm
2525
app.kubernetes.io/instance: release-name
26-
app.kubernetes.io/version: v1.7.8
26+
app.kubernetes.io/version: v1.7.9
2727
app.kubernetes.io/component: agent
2828
spec:
2929
ports:

0 commit comments

Comments
 (0)