Skip to content

Commit c391300

Browse files
🔖 🤖 Release v1.7.12 (#2408)
* 🔖 🤖 Release v1.7.12 Signed-off-by: Vdaas CI <[email protected]> * style: format code with Gofumpt and Prettier This commit fixes the style issues introduced in 5bd8605 according to the output from Gofumpt and Prettier. Details: #2408 --------- Signed-off-by: Vdaas CI <[email protected]> Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
1 parent 5d40b40 commit c391300

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+195
-88
lines changed

CHANGELOG.md

+107
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,112 @@
11
# CHANGELOG
22

3+
## v1.7.12
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.12</code><br/>
16+
<code>docker pull ghcr.io/vdaas/vald/vald-agent-ngt:v1.7.12</code>
17+
</td>
18+
</tr>
19+
<tr>
20+
<td>Agent sidecar</td>
21+
<td>
22+
<code>docker pull vdaas/vald-agent-sidecar:v1.7.12</code><br/>
23+
<code>docker pull ghcr.io/vdaas/vald/vald-agent-sidecar:v1.7.12</code>
24+
</td>
25+
</tr>
26+
<tr>
27+
<td>Discoverers</td>
28+
<td>
29+
<code>docker pull vdaas/vald-discoverer-k8s:v1.7.12</code><br/>
30+
<code>docker pull ghcr.io/vdaas/vald/vald-discoverer-k8s:v1.7.12</code>
31+
</td>
32+
</tr>
33+
<tr>
34+
<td>Gateways</td>
35+
<td>
36+
<code>docker pull vdaas/vald-lb-gateway:v1.7.12</code><br/>
37+
<code>docker pull ghcr.io/vdaas/vald/vald-lb-gateway:v1.7.12</code><br/>
38+
<code>docker pull vdaas/vald-filter-gateway:v1.7.12</code><br/>
39+
<code>docker pull ghcr.io/vdaas/vald/vald-filter-gateway:v1.7.12</code>
40+
</td>
41+
</tr>
42+
<tr>
43+
<td>Index Manager</td>
44+
<td>
45+
<code>docker pull vdaas/vald-manager-index:v1.7.12</code><br/>
46+
<code>docker pull ghcr.io/vdaas/vald/vald-manager-index:v1.7.12</code>
47+
</td>
48+
</tr>
49+
<tr>
50+
<td>Helm Operator</td>
51+
<td>
52+
<code>docker pull vdaas/vald-helm-operator:v1.7.12</code><br/>
53+
<code>docker pull ghcr.io/vdaas/vald/vald-helm-operator:v1.7.12</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.12/charts/vald/README.md)
62+
- [Helm Operator Chart Reference](https://github.com/vdaas/vald/blob/v1.7.12/charts/vald-helm-operator/README.md)
63+
64+
### Changes
65+
66+
:sparkles: New feature
67+
68+
- Add rotate-all option to rotator [#2305](https://github.com/vdaas/vald/pull/2305) [#2393](https://github.com/vdaas/vald/pull/2393)
69+
- Make agent export index metrics to Pod k8s resource [#2319](https://github.com/vdaas/vald/pull/2319) [#2372](https://github.com/vdaas/vald/pull/2372)
70+
71+
:recycle: Refactor
72+
73+
- Delete unnecessary code for mirror [#2366](https://github.com/vdaas/vald/pull/2366) [#2391](https://github.com/vdaas/vald/pull/2391)
74+
75+
:bug: Bugfix
76+
77+
- Resolve kvs already closed before last saving [#2390](https://github.com/vdaas/vald/pull/2390) [#2394](https://github.com/vdaas/vald/pull/2394)
78+
79+
:pencil2: Document
80+
81+
- Create continous benchmark doc [#2352](https://github.com/vdaas/vald/pull/2352) [#2395](https://github.com/vdaas/vald/pull/2395)
82+
83+
:white_check_mark: Testing
84+
85+
- Fix: build error of internal kvs test [#2396](https://github.com/vdaas/vald/pull/2396) [#2398](https://github.com/vdaas/vald/pull/2398)
86+
87+
:green_heart: CI
88+
89+
- Fix: disable protobuf dispatch for client [#2401](https://github.com/vdaas/vald/pull/2401) [#2403](https://github.com/vdaas/vald/pull/2403)
90+
- Add Con-Bench helm chart to the Vald charts [#2388](https://github.com/vdaas/vald/pull/2388) [#2389](https://github.com/vdaas/vald/pull/2389)
91+
- Update workflow to release readreplica chart [#2383](https://github.com/vdaas/vald/pull/2383) [#2387](https://github.com/vdaas/vald/pull/2387)
92+
- Backport ci deps others [#2386](https://github.com/vdaas/vald/pull/2386)
93+
- Update docker build target platform selection rules [#2370](https://github.com/vdaas/vald/pull/2370) [#2374](https://github.com/vdaas/vald/pull/2374)
94+
- Add commit hash build image [#2359](https://github.com/vdaas/vald/pull/2359) [#2371](https://github.com/vdaas/vald/pull/2371)
95+
- Refactor code using golangci-lint [#2362](https://github.com/vdaas/vald/pull/2362) [#2365](https://github.com/vdaas/vald/pull/2365)
96+
- Change docker scan timeout longer [#2363](https://github.com/vdaas/vald/pull/2363) [#2364](https://github.com/vdaas/vald/pull/2364)
97+
98+
:arrow_up: Update dependencies
99+
100+
- Update deps [#2404](https://github.com/vdaas/vald/pull/2404) [#2405](https://github.com/vdaas/vald/pull/2405)
101+
102+
:lock: Security
103+
104+
- Create SECURITY.md [#2367](https://github.com/vdaas/vald/pull/2367) [#2368](https://github.com/vdaas/vald/pull/2368)
105+
106+
:art: Design
107+
108+
- Change JP logo to EN logo [#2369](https://github.com/vdaas/vald/pull/2369) [#2392](https://github.com/vdaas/vald/pull/2392)
109+
3110
## v1.7.11
4111

5112
### Docker images

charts/vald-benchmark-operator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ appVersion: "1.16.0"
3232

3333
apiVersion: v2
3434
name: vald-benchmark-operator
35-
version: v1.7.11
35+
version: v1.7.12
3636
description: A benchmark operator for benchmarking the Vald cluster.
3737
type: application
3838
keywords:

charts/vald-benchmark-operator/README.md

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

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

5-
Current chart version is `v1.7.11`
5+
Current chart version is `v1.7.12`
66

77
## Table of Contents
88

@@ -27,10 +27,10 @@ Run the following command to install the chart,
2727
| annotations | object | `{}` | deployment annotations |
2828
| image.pullPolicy | string | `"Always"` | image pull policy |
2929
| image.repository | string | `"vdaas/vald-benchmark-operator"` | job image repository |
30-
| image.tag | string | `"v1.7.11"` | image tag for job docker image |
30+
| image.tag | string | `"v1.7.12"` | image tag for job docker image |
3131
| job_image.pullPolicy | string | `"Always"` | |
3232
| job_image.repository | string | `"vdaas/vald-benchmark-job"` | |
33-
| job_image.tag | string | `"v1.7.11"` | |
33+
| job_image.tag | string | `"v1.7.12"` | |
3434
| logging.format | string | `"raw"` | logging format. logging format must be `raw` or `json` |
3535
| logging.level | string | `"debug"` | logging level. logging level must be `debug`, `info`, `warn`, `error` or `fatal`. |
3636
| logging.logger | string | `"glg"` | logger name. currently logger must be `glg` or `zap`. |

charts/vald-benchmark-operator/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ image:
3333
repository: vdaas/vald-benchmark-operator
3434
# @schema {"name": "image.tag", "type": "string"}
3535
# image.tag -- image tag
36-
tag: v1.7.11
36+
tag: v1.7.12
3737
# @schema {"name": "image.pullPolicy", "type": "string", "enum": ["Always", "Never", "IfNotPresent"]}
3838
# image.pullPolicy -- image pull policy
3939
pullPolicy: Always
@@ -44,7 +44,7 @@ job_image:
4444
repository: vdaas/vald-benchmark-job
4545
# @schema {"name": "job_image.tag", "type": "string"}
4646
# image.tag -- image tag for job docker image
47-
tag: v1.7.11
47+
tag: v1.7.12
4848
# @schema {"name": "job_image.pullPolicy", "type": "string", "enum": ["Always", "Never", "IfNotPresent"]}
4949
# image.pullPolicy -- image pull policy
5050
pullPolicy: Always

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.11
19+
version: v1.7.12
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.11`
5+
Current chart version is `v1.7.12`
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.11/charts/vald-helm-operator/crds/valdrelease.yaml
30-
$ kubectl replace -f https://raw.githubusercontent.com/vdaas/vald/v1.7.11/charts/vald-helm-operator/crds/valdhelmoperatorrelease.yaml
29+
$ kubectl replace -f https://raw.githubusercontent.com/vdaas/vald/v1.7.12/charts/vald-helm-operator/crds/valdrelease.yaml
30+
$ kubectl replace -f https://raw.githubusercontent.com/vdaas/vald/v1.7.12/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.11"}}}'
35+
$ kubectl patch vhor vhor-release -p '{"spec":{"image":{"tag":"v1.7.12"}}}'
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.11"` | image tag |
82+
| image.tag | string | `"v1.7.12"` | 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
@@ -27,7 +27,7 @@ image:
2727
repository: vdaas/vald-helm-operator
2828
# @schema {"name": "image.tag", "type": "string"}
2929
# image.tag -- image tag
30-
tag: v1.7.11
30+
tag: v1.7.12
3131
# @schema {"name": "image.pullPolicy", "type": "string", "enum": ["Always", "Never", "IfNotPresent"]}
3232
# image.pullPolicy -- image pull policy
3333
pullPolicy: Always

charts/vald-readreplica/Chart.yaml

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

1717
apiVersion: v2
1818
name: vald-readreplica
19-
version: v1.7.11
19+
version: v1.7.12
2020
description: A helm chart for readreplica add-on
2121
type: application
2222
keywords:

charts/vald-readreplica/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This is a Helm chart to install Vald readreplica components.
66

7-
Current chart version is `v1.7.11`
7+
Current chart version is `v1.7.12`
88

99
## Install
1010

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.11
19+
version: v1.7.12
2020
description: A distributed high scalable & high-speed approximate nearest neighbor search engine
2121
type: application
2222
keywords:

0 commit comments

Comments
 (0)