diff --git a/CHANGELOG.md b/CHANGELOG.md
index 98311fe050..38a3182897 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,119 @@
# CHANGELOG
+## v1.1.2
+
+### Docker images
+
+
+
+ component |
+ Docker pull |
+
+
+ Agent NGT |
+
+ docker pull vdaas/vald-agent-ngt:v1.1.2
+ docker pull ghcr.io/vdaas/vald/vald-agent-ngt:v1.1.2
+ |
+
+
+ Agent sidecar |
+
+ docker pull vdaas/vald-agent-sidecar:v1.1.2
+ docker pull ghcr.io/vdaas/vald/vald-agent-sidecar:v1.1.2
+ |
+
+
+ Discoverers |
+
+ docker pull vdaas/vald-discoverer-k8s:v1.1.2
+ docker pull ghcr.io/vdaas/vald/vald-discoverer-k8s:v1.1.2
+ |
+
+
+ Gateways |
+
+ docker pull vdaas/vald-gateway:v1.1.2
+ docker pull ghcr.io/vdaas/vald/vald-gateway:v1.1.2
+ docker pull vdaas/vald-backup-gateway:v1.1.2
+ docker pull ghcr.io/vdaas/vald/vald-backup-gateway:v1.1.2
+ docker pull vdaas/vald-lb-gateway:v1.1.2
+ docker pull ghcr.io/vdaas/vald/vald-lb-gateway:v1.1.2
+ docker pull vdaas/vald-meta-gateway:v1.1.2
+ docker pull ghcr.io/vdaas/vald/vald-meta-gateway:v1.1.2
+ |
+
+
+ Backup managers |
+
+ docker pull vdaas/vald-manager-backup-mysql:v1.1.2
+ docker pull ghcr.io/vdaas/vald/vald-manager-backup-mysql:v1.1.2
+ docker pull vdaas/vald-manager-backup-cassandra:v1.1.2
+ docker pull ghcr.io/vdaas/vald/vald-manager-backup-cassandra:v1.1.2
+ |
+
+
+ Compressor |
+
+ docker pull vdaas/vald-manager-compressor:v1.1.2
+ docker pull ghcr.io/vdaas/vald/vald-manager-compressor:v1.1.2
+ |
+
+
+ Metas |
+
+ docker pull vdaas/vald-meta-redis:v1.1.2
+ docker pull ghcr.io/vdaas/vald/vald-meta-redis:v1.1.2
+ docker pull vdaas/vald-meta-cassandra:v1.1.2
+ docker pull ghcr.io/vdaas/vald/vald-meta-cassandra:v1.1.2
+ |
+
+
+ Index Manager |
+
+ docker pull vdaas/vald-manager-index:v1.1.2
+ docker pull ghcr.io/vdaas/vald/vald-manager-index:v1.1.2
+ |
+
+
+ Helm Operator |
+
+ docker pull vdaas/vald-helm-operator:v1.1.2
+ docker pull ghcr.io/vdaas/vald/vald-helm-operator:v1.1.2
+ |
+
+
+
+### Documents
+- [GoDoc](https://pkg.go.dev/github.com/vdaas/vald@v1.1.2)
+- [Helm Chart Reference](https://github.com/vdaas/vald/blob/v1.1.2/charts/vald/README.md)
+- [Helm Operator Chart Reference](https://github.com/vdaas/vald/blob/v1.1.2/charts/vald-helm-operator/README.md)
+
+### Changes
+- bugfix remove api return wrong error of non exsiting replicas (#1318)
+- update go modules and update go version to 1.16.5 from 1.16.4 (#1306)
+- Implement test for internal/core/alogrithm/ngt/option and refactor (#1251)
+- fix build error due to e2e benchmark invalid creating new client (#1221)
+- bugfix correct error backoff handling for lb gateway (#1309)
+- Apply ruleguard fixes (#1302)
+- Add ruleguard rules (#1301)
+- bugfix add feature vector duplication checking for LB-GW Upsert operation. (#1303)
+- fix fails race condition test (#1299)
+- Update dashboards, add operator dashboard and several panels (#1280)
+- Add composite actions for E2E tests (#1257)
+- add save index wait duration to index-manager for multiple agent index upload delay (#1292)
+- Bugfix index count problem of ngt (#1288)
+- fix example/helm/values.yaml (#1290)
+- Fix time condition of agent & lb gateway (#1285)
+- Use gofumpt for format workflow (#1281)
+- [bugfix] kvsdb: do not increment the counter if key exists (#1282)
+- Revert ":art: Use gofumpt as a default formatter (#1278)" (#1279)
+- :art: Use gofumpt as a default formatter (#1278)
+- :pencil: fix some wrongs (#1274)
+- Refactor E2E tests: split operations into a new package (#1220)
+- :bug: Fix the chart: agent-sidecar initContainer mode (#1271)
+
+
## v1.1.1
### Docker images
diff --git a/charts/vald-helm-operator/Chart.yaml b/charts/vald-helm-operator/Chart.yaml
index 9018ad5464..a19b977140 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: v1.1.1
+version: v1.1.2
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 36487c016b..2a6d593ba9 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 `v1.1.1`
+Current chart version is `v1.1.2`
Table of Contents
---
@@ -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.1.1/charts/vald-helm-operator/crds/valdrelease.yaml
- $ kubectl replace -f https://raw.githubusercontent.com/vdaas/vald/v1.1.1/charts/vald-helm-operator/crds/valdhelmoperatorrelease.yaml
+ $ kubectl replace -f https://raw.githubusercontent.com/vdaas/vald/v1.1.2/charts/vald-helm-operator/crds/valdrelease.yaml
+ $ kubectl replace -f https://raw.githubusercontent.com/vdaas/vald/v1.1.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.1.1"}}}'
+ $ kubectl patch vhor vhor-release -p '{"spec":{"image":{"tag":"v1.1.2"}}}'
On the other hand, please update the operator's deployment manually.
@@ -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.1.1"` | image tag |
+| image.tag | string | `"v1.1.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 |
diff --git a/charts/vald-helm-operator/values.yaml b/charts/vald-helm-operator/values.yaml
index a2cb7f7c9a..8d9150c909 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: v1.1.1
+ tag: v1.1.2
# @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 0806ed8a8e..bd1d528a5a 100644
--- a/charts/vald/Chart.yaml
+++ b/charts/vald/Chart.yaml
@@ -16,7 +16,7 @@
apiVersion: v2
name: vald
-version: v1.1.1
+version: v1.1.2
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 b7e3f940f8..e150f6aeac 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 `v1.1.1`
+Current chart version is `v1.1.2`
Table of Contents
---
@@ -294,7 +294,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.1.1"` | docker image tag |
+| defaults.image.tag | string | `"v1.1.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`. |
@@ -1161,6 +1161,8 @@ Configuration
| manager.index.indexer.auto_index_check_duration | string | `"1m"` | check duration of automatic indexing |
| manager.index.indexer.auto_index_duration_limit | string | `"30m"` | limit duration of automatic indexing |
| manager.index.indexer.auto_index_length | int | `100` | number of cache to trigger automatic indexing |
+| manager.index.indexer.auto_save_index_duration_limit | string | `"3h"` | limit duration of automatic index saving |
+| manager.index.indexer.auto_save_index_wait_duration | string | `"10m"` | duration of automatic index saving wait duration for next saving |
| manager.index.indexer.concurrency | int | `1` | concurrency |
| manager.index.indexer.creation_pool_size | int | `10000` | number of pool size of create index processing |
| manager.index.indexer.discoverer.agent_client_options | object | `{"dial_option":{"net":{"dialer":{"keep_alive":"15m"}}}}` | gRPC client options for agents (overrides defaults.grpc.client) |
diff --git a/charts/vald/values.yaml b/charts/vald/values.yaml
index 3e2795ea5f..c5f4b9e036 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: v1.1.1
+ tag: v1.1.2
# @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 56130fb3a1..0f1acbd565 100644
--- a/versions/VALD_VERSION
+++ b/versions/VALD_VERSION
@@ -1 +1 @@
-v1.1.1
+v1.1.2