Skip to content

Commit

Permalink
🔖 🤖 Release v0.0.62
Browse files Browse the repository at this point in the history
Signed-off-by: vdaas-ci <[email protected]>
  • Loading branch information
vdaas-ci committed Oct 19, 2020
1 parent e0d562b commit 508ebc1
Show file tree
Hide file tree
Showing 9 changed files with 110 additions and 11 deletions.
99 changes: 99 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,104 @@
# CHANGELOG

## v0.0.62

### 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:v0.0.62</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-agent-ngt:v0.0.62</code>
</td>
</tr>
<tr>
<td>Agent sidecar</td>
<td>
<code>docker pull vdaas/vald-agent-sidecar:v0.0.62</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-agent-sidecar:v0.0.62</code>
</td>
</tr>
<tr>
<td>Discoverer k8s</td>
<td>
<code>docker pull vdaas/vald-discoverer-k8s:v0.0.62</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-discoverer-k8s:v0.0.62</code>
</td>
</tr>
<tr>
<td>Gateway</td>
<td>
<code>docker pull vdaas/vald-gateway:v0.0.62</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-gateway:v0.0.62</code>
</td>
</tr>
<tr>
<td>Backup manager MySQL</td>
<td>
<code>docker pull vdaas/vald-manager-backup-mysql:v0.0.62</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-manager-backup-mysql:v0.0.62</code>
</td>
</tr>
<tr>
<td>Backup manager Cassandra</td>
<td>
<code>docker pull vdaas/vald-manager-backup-cassandra:v0.0.62</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-manager-backup-cassandra:v0.0.62</code>
</td>
</tr>
<tr>
<td>Compressor</td>
<td>
<code>docker pull vdaas/vald-manager-compressor:v0.0.62</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-manager-compressor:v0.0.62</code>
</td>
</tr>
<tr>
<td>Meta Redis</td>
<td>
<code>docker pull vdaas/vald-meta-redis:v0.0.62</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-meta-redis:v0.0.62</code>
</td>
</tr>
<tr>
<td>Meta Cassandra</td>
<td>
<code>docker pull vdaas/vald-meta-cassandra:v0.0.62</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-meta-cassandra:v0.0.62</code>
</td>
</tr>
<tr>
<td>Index Manager</td>
<td>
<code>docker pull vdaas/vald-manager-index:v0.0.62</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-manager-index:v0.0.62</code>
</td>
</tr>
<tr>
<td>Helm Operator</td>
<td>
<code>docker pull vdaas/vald-helm-operator:v0.0.62</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-helm-operator:v0.0.62</code>
</td>
</tr>
</table>

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

### Changes
- add 3 new distance type support for agent-ngt ([#780](https://github.com/vdaas/vald/pull/780))
- upgrade KinD, Helm, valdcli, telepresence, tensorlfow, operator-sdk, helm-docs ([#776](https://github.com/vdaas/vald/pull/776))
- :robot: Automatically update k8s manifests ([#774](https://github.com/vdaas/vald/pull/774))


## v0.0.61

### 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: v0.0.61
version: v0.0.62
description: A Helm chart for vald-helm-operator
type: application
keywords:
Expand Down
4 changes: 2 additions & 2 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 `v0.0.61`
Current chart version is `v0.0.62`

Table of Contents
---
Expand Down Expand Up @@ -69,7 +69,7 @@ Configuration
| enableMetrics | bool | `true` | enable metrics endpoint |
| image.pullPolicy | string | `"Always"` | image pull policy |
| image.repository | string | `"vdaas/vald-helm-operator"` | image repository |
| image.tag | string | `"v0.0.61"` | image tag |
| image.tag | string | `"v0.0.62"` | image tag |
| leaderElectionID | string | `"vald-helm-operator"` | name of the configmap that is used for holding the leader lock. |
| logging.format | string | `"console"` | logging format of operator (console or json) |
| logging.level | string | `"info"` | logging level of operator (debug, info, or error) |
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: v0.0.61
tag: v0.0.62
# @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: v0.0.61
version: v0.0.62
description: A distributed high scalable & high-speed approximate nearest neighbor search engine
type: application
keywords:
Expand Down
6 changes: 3 additions & 3 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 `v0.0.61`
Current chart version is `v0.0.62`

Table of Contents
---
Expand Down Expand Up @@ -89,7 +89,7 @@ Configuration
| agent.ngt.default_pool_size | int | `10000` | default create index batch pool size |
| agent.ngt.default_radius | float | `-1` | default radius used for search |
| agent.ngt.dimension | int | `4096` | vector dimension |
| agent.ngt.distance_type | string | `"l2"` | distance type. it should be `l1`, `l2`, `angle`, `hamming`, `cosine`, `normalizedangle` or `normalizedcosine`. for further details: https://github.com/yahoojapan/NGT/wiki/Command-Quick-Reference |
| agent.ngt.distance_type | string | `"l2"` | distance type. it should be `l1`, `l2`, `angle`, `hamming`, `cosine`, `normalizedangle`, `normalizedcosine` or `jaccard`. for further details about NGT libraries supported distance is https://github.com/yahoojapan/NGT/wiki/Command-Quick-Reference and vald agent's supported NGT distance type is https://pkg.go.dev/github.com/vdaas/vald/internal/core/ngt#pkg-constants |
| agent.ngt.enable_in_memory_mode | bool | `true` | in-memory mode enabled |
| agent.ngt.enable_proactive_gc | bool | `true` | enable proactive GC call for reducing heap memory allocation |
| agent.ngt.index_path | string | `""` | path to index data |
Expand Down Expand Up @@ -425,7 +425,7 @@ Configuration
| defaults.grpc.client.tls.cert | string | `"/path/to/cert"` | gRPC client TLS cert path |
| defaults.grpc.client.tls.enabled | bool | `false` | gRPC client TLS enabled |
| defaults.grpc.client.tls.key | string | `"/path/to/key"` | gRPC client TLS key path |
| defaults.image.tag | string | `"v0.0.61"` | docker image tag |
| defaults.image.tag | string | `"v0.0.62"` | 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`. |
Expand Down
2 changes: 1 addition & 1 deletion charts/vald/values.schema.json

Large diffs are not rendered by default.

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: v0.0.61
tag: v0.0.62
# @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 @@
v0.0.61
v0.0.62

0 comments on commit 508ebc1

Please sign in to comment.