Skip to content

Commit

Permalink
🔖 🤖 Release v1.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Vdaas CI <[email protected]>
  • Loading branch information
vdaas-ci committed Sep 1, 2021
1 parent 257317e commit dd57a5f
Show file tree
Hide file tree
Showing 8 changed files with 118 additions and 14 deletions.
106 changes: 106 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,111 @@
# CHANGELOG

## v1.2.2

### 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.2.2</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-agent-ngt:v1.2.2</code>
</td>
</tr>
<tr>
<td>Agent sidecar</td>
<td>
<code>docker pull vdaas/vald-agent-sidecar:v1.2.2</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-agent-sidecar:v1.2.2</code>
</td>
</tr>
<tr>
<td>Discoverers</td>
<td>
<code>docker pull vdaas/vald-discoverer-k8s:v1.2.2</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-discoverer-k8s:v1.2.2</code>
</td>
</tr>
<tr>
<td>Gateways</td>
<td>
<code>docker pull vdaas/vald-gateway:v1.2.2</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-gateway:v1.2.2</code><br/>
<code>docker pull vdaas/vald-backup-gateway:v1.2.2</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-backup-gateway:v1.2.2</code><br/>
<code>docker pull vdaas/vald-lb-gateway:v1.2.2</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-lb-gateway:v1.2.2</code><br/>
<code>docker pull vdaas/vald-meta-gateway:v1.2.2</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-meta-gateway:v1.2.2</code>
</td>
</tr>
<tr>
<td>Backup managers</td>
<td>
<code>docker pull vdaas/vald-manager-backup-mysql:v1.2.2</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-manager-backup-mysql:v1.2.2</code><br/>
<code>docker pull vdaas/vald-manager-backup-cassandra:v1.2.2</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-manager-backup-cassandra:v1.2.2</code>
</td>
</tr>
<tr>
<td>Compressor</td>
<td>
<code>docker pull vdaas/vald-manager-compressor:v1.2.2</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-manager-compressor:v1.2.2</code>
</td>
</tr>
<tr>
<td>Metas</td>
<td>
<code>docker pull vdaas/vald-meta-redis:v1.2.2</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-meta-redis:v1.2.2</code><br/>
<code>docker pull vdaas/vald-meta-cassandra:v1.2.2</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-meta-cassandra:v1.2.2</code>
</td>
</tr>
<tr>
<td>Index Manager</td>
<td>
<code>docker pull vdaas/vald-manager-index:v1.2.2</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-manager-index:v1.2.2</code>
</td>
</tr>
<tr>
<td>Helm Operator</td>
<td>
<code>docker pull vdaas/vald-helm-operator:v1.2.2</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-helm-operator:v1.2.2</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.2.2/charts/vald/README.md)
- [Helm Operator Chart Reference](https://github.com/vdaas/vald/blob/v1.2.2/charts/vald-helm-operator/README.md)

### Changes
- Add stateful PBT for NGT service (#1384)
- add default logger when logger not initialized (#1424)
- feat: :sparkles: Add LB gateway dashboard (#1420)
- chore-deps: :arrow_up: Upgrade OSDK to v1.11.0 (#1422)
- change default epsilon value to 0.1 from 0.0.1 (#1421)
- add go vet for checking cpu compatibility and update deps and refactor small code (#1418)
- Delete insert and delete channel of vqueue (#1400)
- downgrade cloud.google.com/go to resolve runtime panic (#1413)
- [bugfix] resolve errgroup limitation channel close panic (#1412)
- Update PULL_REQUEST_TEMPLATE and ISSUE_TEMPLATE (#1409)
- update go version to 1.17 and update go module dependencies (#1404)
- refactor grpc logging and use os.PathSeparator instead of / (#1405)
- Remove schema of security contexts (#1406)
- change security context uid to distroless nonroot uid (#1402)


## v1.2.1

### 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.2.1
version: v1.2.2
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 @@ -3,7 +3,7 @@ vald-helm-operator

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

Current chart version is `v1.2.1`
Current chart version is `v1.2.2`

Table of Contents
---
Expand All @@ -30,13 +30,13 @@ Upgrading the version

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

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

Expand Down Expand Up @@ -85,7 +85,7 @@ Configuration
| 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.2.1"` | image tag |
| image.tag | string | `"v1.2.2"` | 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.2.1
tag: v1.2.2
# @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.2.1
version: v1.2.2
description: A distributed high scalable & high-speed approximate nearest neighbor search engine
type: application
keywords:
Expand Down
6 changes: 2 additions & 4 deletions charts/vald/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Vald

This is a Helm chart to install Vald components.

Current chart version is `v1.2.1`
Current chart version is `v1.2.2`

Table of Contents
---
Expand Down Expand Up @@ -95,9 +95,7 @@ Configuration
| agent.ngt.object_type | string | `"float"` | object type. it should be `float` or `uint8`. for further details: https://github.com/yahoojapan/NGT/wiki/Command-Quick-Reference |
| agent.ngt.search_edge_size | int | `10` | search edge size |
| agent.ngt.vqueue.delete_buffer_pool_size | int | `5000` | delete slice pool buffer size |
| agent.ngt.vqueue.delete_buffer_size | int | `100` | delete channel buffer size |
| agent.ngt.vqueue.insert_buffer_pool_size | int | `10000` | insert slice pool buffer size |
| agent.ngt.vqueue.insert_buffer_size | int | `100` | insert channel buffer size |
| agent.nodeName | string | `""` | node name |
| agent.nodeSelector | object | `{}` | node selector |
| agent.observability | object | `{"jaeger":{"service_name":"vald-agent-ngt"},"stackdriver":{"profiler":{"service":"vald-agent-ngt"}}}` | observability config (overrides defaults.observability) |
Expand Down Expand Up @@ -288,7 +286,7 @@ Configuration
| 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.2.1"` | docker image tag |
| defaults.image.tag | string | `"v1.2.2"` | docker image tag |
| defaults.ingress.usev1beta1 | bool | `false` | use networking.k8s.io/v1beta1 instead of v1 for ingresses. This option will be removed once k8s 1.22 is released. |
| 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`. |
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.2.1
tag: v1.2.2
# @schema {"name": "defaults.server_config", "type": "object", "anchor": "server_config"}
server_config:
# @schema {"name": "defaults.server_config.servers", "type": "object"}
Expand Down
2 changes: 1 addition & 1 deletion versions/VALD_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.1
v1.2.2

0 comments on commit dd57a5f

Please sign in to comment.