|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
| 3 | +## v1.7.9 |
| 4 | + |
| 5 | +### Docker images |
| 6 | + |
| 7 | +<table> |
| 8 | + <tr> |
| 9 | + <th>component</th> |
| 10 | + <th>Docker pull</th> |
| 11 | + </tr> |
| 12 | + <tr> |
| 13 | + <td>Agent NGT</td> |
| 14 | + <td> |
| 15 | + <code>docker pull vdaas/vald-agent-ngt:v1.7.9</code><br/> |
| 16 | + <code>docker pull ghcr.io/vdaas/vald/vald-agent-ngt:v1.7.9</code> |
| 17 | + </td> |
| 18 | + </tr> |
| 19 | + <tr> |
| 20 | + <td>Agent sidecar</td> |
| 21 | + <td> |
| 22 | + <code>docker pull vdaas/vald-agent-sidecar:v1.7.9</code><br/> |
| 23 | + <code>docker pull ghcr.io/vdaas/vald/vald-agent-sidecar:v1.7.9</code> |
| 24 | + </td> |
| 25 | + </tr> |
| 26 | + <tr> |
| 27 | + <td>Discoverers</td> |
| 28 | + <td> |
| 29 | + <code>docker pull vdaas/vald-discoverer-k8s:v1.7.9</code><br/> |
| 30 | + <code>docker pull ghcr.io/vdaas/vald/vald-discoverer-k8s:v1.7.9</code> |
| 31 | + </td> |
| 32 | + </tr> |
| 33 | + <tr> |
| 34 | + <td>Gateways</td> |
| 35 | + <td> |
| 36 | + <code>docker pull vdaas/vald-lb-gateway:v1.7.9</code><br/> |
| 37 | + <code>docker pull ghcr.io/vdaas/vald/vald-lb-gateway:v1.7.9</code><br/> |
| 38 | + <code>docker pull vdaas/vald-filter-gateway:v1.7.9</code><br/> |
| 39 | + <code>docker pull ghcr.io/vdaas/vald/vald-filter-gateway:v1.7.9</code> |
| 40 | + </td> |
| 41 | + </tr> |
| 42 | + <tr> |
| 43 | + <td>Index Manager</td> |
| 44 | + <td> |
| 45 | + <code>docker pull vdaas/vald-manager-index:v1.7.9</code><br/> |
| 46 | + <code>docker pull ghcr.io/vdaas/vald/vald-manager-index:v1.7.9</code> |
| 47 | + </td> |
| 48 | + </tr> |
| 49 | + <tr> |
| 50 | + <td>Helm Operator</td> |
| 51 | + <td> |
| 52 | + <code>docker pull vdaas/vald-helm-operator:v1.7.9</code><br/> |
| 53 | + <code>docker pull ghcr.io/vdaas/vald/vald-helm-operator:v1.7.9</code> |
| 54 | + </td> |
| 55 | + </tr> |
| 56 | +</table> |
| 57 | + |
| 58 | +### Documents |
| 59 | + |
| 60 | +- [GoDoc ](https://pkg.go.dev/github.com/vdaas/[email protected]) |
| 61 | +- [Helm Chart Reference](https://github.com/vdaas/vald/blob/v1.7.9/charts/vald/README.md) |
| 62 | +- [Helm Operator Chart Reference](https://github.com/vdaas/vald/blob/v1.7.9/charts/vald-helm-operator/README.md) |
| 63 | + |
| 64 | +### Changes |
| 65 | + |
| 66 | +:sparkles: New feature |
| 67 | + |
| 68 | +- Add read replica rotator [#2241](https://github.com/vdaas/vald/pull/2241) |
| 69 | +- Implement manifests for Index Management Job [#2235](https://github.com/vdaas/vald/pull/2235) |
| 70 | +- Add job error to report index correction error status [#2231](https://github.com/vdaas/vald/pull/2231) |
| 71 | +- Add implementation for save index job [#2227](https://github.com/vdaas/vald/pull/2227) |
| 72 | +- Add implementation for create index job [#2223](https://github.com/vdaas/vald/pull/2223) |
| 73 | +- Add index correction metrics [#2215](https://github.com/vdaas/vald/pull/2215) |
| 74 | +- Add index correction document [#2217](https://github.com/vdaas/vald/pull/2217) |
| 75 | +- Add make command to update template [#2212](https://github.com/vdaas/vald/pull/2212) |
| 76 | +- Add job to check format difference [#2214](https://github.com/vdaas/vald/pull/2214) |
| 77 | +- Add verification for index correction e2e and add clusterrole cronjobs for operator to deploy index correction [#2205](https://github.com/vdaas/vald/pull/2205) |
| 78 | +- Add StreamListObject to LB [#2203](https://github.com/vdaas/vald/pull/2203) |
| 79 | +- Add index correction helm templates and E2E [#2200](https://github.com/vdaas/vald/pull/2200) |
| 80 | +- Add index correction internal logic [#2194](https://github.com/vdaas/vald/pull/2194) |
| 81 | +- Add bbolt as internal/db/kvs [#2177](https://github.com/vdaas/vald/pull/2177) |
| 82 | + |
| 83 | +:zap: Improve performance |
| 84 | + |
| 85 | +- Improve index correction performance [#2234](https://github.com/vdaas/vald/pull/2234) |
| 86 | + |
| 87 | +:recycle: Refactor |
| 88 | + |
| 89 | +- Refactor Index Management Job [#2232](https://github.com/vdaas/vald/pull/2232) |
| 90 | +- Fix invalid network policy schema [#2230](https://github.com/vdaas/vald/pull/2230) |
| 91 | +- Add minikube to create volume snapshot development environment locally [#2228](https://github.com/vdaas/vald/pull/2228) |
| 92 | +- Enable ingress resource in the get started document [#2211](https://github.com/vdaas/vald/pull/2211) |
| 93 | +- Add step to get k3s latest version [#2206](https://github.com/vdaas/vald/pull/2206) |
| 94 | +- Update telepresence and helm-docs installer and update deps [#2195](https://github.com/vdaas/vald/pull/2195) |
| 95 | +- Replace x/slices with standard slices pkg [#2193](https://github.com/vdaas/vald/pull/2193) |
| 96 | +- add benchmark and check program for core ngt [#2179](https://github.com/vdaas/vald/pull/2179) |
| 97 | + |
| 98 | +:bug: Bugfix |
| 99 | + |
| 100 | +- Revert vtpool for ResourceExhausted problem [#2255](https://github.com/vdaas/vald/pull/2255) |
| 101 | +- Fix deleted contour ingress controller apply [#2229](https://github.com/vdaas/vald/pull/2229) |
| 102 | + |
| 103 | +:pencil2: Document |
| 104 | + |
| 105 | +- Add document for RemoveByTimestamp RPC [#2238](https://github.com/vdaas/vald/pull/2238) |
| 106 | + |
| 107 | +:green_heart: CI |
| 108 | + |
| 109 | +- Disable exhaustruct [#2240](https://github.com/vdaas/vald/pull/2240) |
| 110 | +- Fix fails when there are format differences [#2226](https://github.com/vdaas/vald/pull/2226) |
| 111 | + |
| 112 | +:arrow_up: Update dependencies |
| 113 | + |
| 114 | +- update deps [#2208](https://github.com/vdaas/vald/pull/2208) |
| 115 | +- update dependencies [#2260](https://github.com/vdaas/vald/pull/2260) |
| 116 | + |
3 | 117 | ## v1.7.8
|
4 | 118 |
|
5 | 119 | ### Docker images
|
|
0 commit comments