Skip to content

Commit

Permalink
🔖 🤖 Release v0.0.63
Browse files Browse the repository at this point in the history
Signed-off-by: vdaas-ci <ci@vdaas.org>
  • Loading branch information
vdaas-ci committed Dec 16, 2020
1 parent 19179f3 commit 144c023
Show file tree
Hide file tree
Showing 8 changed files with 123 additions and 9 deletions.
114 changes: 114 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,119 @@
# CHANGELOG

## v0.0.63

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

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

### Changes
- Remove go mod tidy from base image / Add valid token to semver job ([#886](https://github.com/vdaas/vald/pull/886))
- bugfix agent duplicated data update execution ([#885](https://github.com/vdaas/vald/pull/885))
- :package: Build schemas when building helm-operator image ([#879](https://github.com/vdaas/vald/pull/879))
- :white_check_mark: Add s3 test and Refactor ([#837](https://github.com/vdaas/vald/pull/837))
- :white_check_mark: Add internal/net/http/client test ([#858](https://github.com/vdaas/vald/pull/858))
- :white_check_mark: add test case for json package ([#857](https://github.com/vdaas/vald/pull/857))
- Add FOSSA scan workflow & .fossa.yml ([#846](https://github.com/vdaas/vald/pull/846))
- :white_check_mark: create internal/net/http/client option test ([#831](https://github.com/vdaas/vald/pull/831))
- :green_heart: fix checkout-v2 fetch depths ([#832](https://github.com/vdaas/vald/pull/832))
- :wrench: update Helm 3.4.1, helm-docs ([#829](https://github.com/vdaas/vald/pull/829))
- :white_check_mark: test/internal/nosql/cassandra test ([#809](https://github.com/vdaas/vald/pull/809))
- :pencil: fix coding style for mock ([#806](https://github.com/vdaas/vald/pull/806))
- CI: Add reviewdog-k8s ([#824](https://github.com/vdaas/vald/pull/824))
- Fix e2e-bench-agent CI to fail correctly ([#800](https://github.com/vdaas/vald/pull/800))
- Add internal/db/cassandra/conviction test ([#799](https://github.com/vdaas/vald/pull/799))
- add test ([#798](https://github.com/vdaas/vald/pull/798))
- :pencil: Fix coding guideline about constructor due to mock implementation ([#792](https://github.com/vdaas/vald/pull/792))
- :robot: Automatically update k8s manifests ([#781](https://github.com/vdaas/vald/pull/781))


## v0.0.62

### 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.62
version: v0.0.63
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.62`
Current chart version is `v0.0.63`

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.62"` | image tag |
| image.tag | string | `"v0.0.63"` | 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.62
tag: v0.0.63
# @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.62
version: v0.0.63
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 @@ -3,7 +3,7 @@ Vald

This is a Helm chart to install Vald components.

Current chart version is `v0.0.62`
Current chart version is `v0.0.63`

Table of Contents
---
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.62"` | docker image tag |
| defaults.image.tag | string | `"v0.0.63"` | 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.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.62
tag: v0.0.63
# @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.62
v0.0.63

0 comments on commit 144c023

Please sign in to comment.