diff --git a/CHANGELOG.md b/CHANGELOG.md index dc1e7fce37..4d6a3710b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,119 @@ # CHANGELOG +## v0.0.63 + +### Docker images + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
componentDocker pull
Agent NGT + docker pull vdaas/vald-agent-ngt:v0.0.63
+ docker pull ghcr.io/vdaas/vald/vald-agent-ngt:v0.0.63 +
Agent sidecar + docker pull vdaas/vald-agent-sidecar:v0.0.63
+ docker pull ghcr.io/vdaas/vald/vald-agent-sidecar:v0.0.63 +
Discoverer k8s + docker pull vdaas/vald-discoverer-k8s:v0.0.63
+ docker pull ghcr.io/vdaas/vald/vald-discoverer-k8s:v0.0.63 +
Gateway + docker pull vdaas/vald-gateway:v0.0.63
+ docker pull ghcr.io/vdaas/vald/vald-gateway:v0.0.63 +
Backup manager MySQL + docker pull vdaas/vald-manager-backup-mysql:v0.0.63
+ docker pull ghcr.io/vdaas/vald/vald-manager-backup-mysql:v0.0.63 +
Backup manager Cassandra + docker pull vdaas/vald-manager-backup-cassandra:v0.0.63
+ docker pull ghcr.io/vdaas/vald/vald-manager-backup-cassandra:v0.0.63 +
Compressor + docker pull vdaas/vald-manager-compressor:v0.0.63
+ docker pull ghcr.io/vdaas/vald/vald-manager-compressor:v0.0.63 +
Meta Redis + docker pull vdaas/vald-meta-redis:v0.0.63
+ docker pull ghcr.io/vdaas/vald/vald-meta-redis:v0.0.63 +
Meta Cassandra + docker pull vdaas/vald-meta-cassandra:v0.0.63
+ docker pull ghcr.io/vdaas/vald/vald-meta-cassandra:v0.0.63 +
Index Manager + docker pull vdaas/vald-manager-index:v0.0.63
+ docker pull ghcr.io/vdaas/vald/vald-manager-index:v0.0.63 +
Helm Operator + docker pull vdaas/vald-helm-operator:v0.0.63
+ docker pull ghcr.io/vdaas/vald/vald-helm-operator:v0.0.63 +
+ +### 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 diff --git a/charts/vald-helm-operator/Chart.yaml b/charts/vald-helm-operator/Chart.yaml index 6d19d4c8c1..d47dbaad07 100644 --- a/charts/vald-helm-operator/Chart.yaml +++ b/charts/vald-helm-operator/Chart.yaml @@ -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: diff --git a/charts/vald-helm-operator/README.md b/charts/vald-helm-operator/README.md index f250f90784..4885f78992 100644 --- a/charts/vald-helm-operator/README.md +++ b/charts/vald-helm-operator/README.md @@ -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 --- @@ -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) | diff --git a/charts/vald-helm-operator/values.yaml b/charts/vald-helm-operator/values.yaml index 4903c1bd92..326a844e95 100644 --- a/charts/vald-helm-operator/values.yaml +++ b/charts/vald-helm-operator/values.yaml @@ -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 diff --git a/charts/vald/Chart.yaml b/charts/vald/Chart.yaml index dd35097b24..39f63c3fa7 100644 --- a/charts/vald/Chart.yaml +++ b/charts/vald/Chart.yaml @@ -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: diff --git a/charts/vald/README.md b/charts/vald/README.md index ef8a867e87..b63ddf59b4 100644 --- a/charts/vald/README.md +++ b/charts/vald/README.md @@ -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 --- @@ -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`. | diff --git a/charts/vald/values.yaml b/charts/vald/values.yaml index 4479b206fa..8cfd4fbbb8 100644 --- a/charts/vald/values.yaml +++ b/charts/vald/values.yaml @@ -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"} diff --git a/versions/VALD_VERSION b/versions/VALD_VERSION index 6751288787..4f5e8e3649 100644 --- a/versions/VALD_VERSION +++ b/versions/VALD_VERSION @@ -1 +1 @@ -v0.0.62 +v0.0.63