|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
| 3 | +## v1.7.12 |
| 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.12</code><br/> |
| 16 | + <code>docker pull ghcr.io/vdaas/vald/vald-agent-ngt:v1.7.12</code> |
| 17 | + </td> |
| 18 | + </tr> |
| 19 | + <tr> |
| 20 | + <td>Agent sidecar</td> |
| 21 | + <td> |
| 22 | + <code>docker pull vdaas/vald-agent-sidecar:v1.7.12</code><br/> |
| 23 | + <code>docker pull ghcr.io/vdaas/vald/vald-agent-sidecar:v1.7.12</code> |
| 24 | + </td> |
| 25 | + </tr> |
| 26 | + <tr> |
| 27 | + <td>Discoverers</td> |
| 28 | + <td> |
| 29 | + <code>docker pull vdaas/vald-discoverer-k8s:v1.7.12</code><br/> |
| 30 | + <code>docker pull ghcr.io/vdaas/vald/vald-discoverer-k8s:v1.7.12</code> |
| 31 | + </td> |
| 32 | + </tr> |
| 33 | + <tr> |
| 34 | + <td>Gateways</td> |
| 35 | + <td> |
| 36 | + <code>docker pull vdaas/vald-lb-gateway:v1.7.12</code><br/> |
| 37 | + <code>docker pull ghcr.io/vdaas/vald/vald-lb-gateway:v1.7.12</code><br/> |
| 38 | + <code>docker pull vdaas/vald-filter-gateway:v1.7.12</code><br/> |
| 39 | + <code>docker pull ghcr.io/vdaas/vald/vald-filter-gateway:v1.7.12</code> |
| 40 | + </td> |
| 41 | + </tr> |
| 42 | + <tr> |
| 43 | + <td>Index Manager</td> |
| 44 | + <td> |
| 45 | + <code>docker pull vdaas/vald-manager-index:v1.7.12</code><br/> |
| 46 | + <code>docker pull ghcr.io/vdaas/vald/vald-manager-index:v1.7.12</code> |
| 47 | + </td> |
| 48 | + </tr> |
| 49 | + <tr> |
| 50 | + <td>Helm Operator</td> |
| 51 | + <td> |
| 52 | + <code>docker pull vdaas/vald-helm-operator:v1.7.12</code><br/> |
| 53 | + <code>docker pull ghcr.io/vdaas/vald/vald-helm-operator:v1.7.12</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.12/charts/vald/README.md) |
| 62 | +- [Helm Operator Chart Reference](https://github.com/vdaas/vald/blob/v1.7.12/charts/vald-helm-operator/README.md) |
| 63 | + |
| 64 | +### Changes |
| 65 | + |
| 66 | +:sparkles: New feature |
| 67 | + |
| 68 | +- Add rotate-all option to rotator [#2305](https://github.com/vdaas/vald/pull/2305) [#2393](https://github.com/vdaas/vald/pull/2393) |
| 69 | +- Make agent export index metrics to Pod k8s resource [#2319](https://github.com/vdaas/vald/pull/2319) [#2372](https://github.com/vdaas/vald/pull/2372) |
| 70 | + |
| 71 | +:recycle: Refactor |
| 72 | + |
| 73 | +- Delete unnecessary code for mirror [#2366](https://github.com/vdaas/vald/pull/2366) [#2391](https://github.com/vdaas/vald/pull/2391) |
| 74 | + |
| 75 | +:bug: Bugfix |
| 76 | + |
| 77 | +- Resolve kvs already closed before last saving [#2390](https://github.com/vdaas/vald/pull/2390) [#2394](https://github.com/vdaas/vald/pull/2394) |
| 78 | + |
| 79 | +:pencil2: Document |
| 80 | + |
| 81 | +- Create continous benchmark doc [#2352](https://github.com/vdaas/vald/pull/2352) [#2395](https://github.com/vdaas/vald/pull/2395) |
| 82 | + |
| 83 | +:white_check_mark: Testing |
| 84 | + |
| 85 | +- Fix: build error of internal kvs test [#2396](https://github.com/vdaas/vald/pull/2396) [#2398](https://github.com/vdaas/vald/pull/2398) |
| 86 | + |
| 87 | +:green_heart: CI |
| 88 | + |
| 89 | +- Fix: disable protobuf dispatch for client [#2401](https://github.com/vdaas/vald/pull/2401) [#2403](https://github.com/vdaas/vald/pull/2403) |
| 90 | +- Add Con-Bench helm chart to the Vald charts [#2388](https://github.com/vdaas/vald/pull/2388) [#2389](https://github.com/vdaas/vald/pull/2389) |
| 91 | +- Update workflow to release readreplica chart [#2383](https://github.com/vdaas/vald/pull/2383) [#2387](https://github.com/vdaas/vald/pull/2387) |
| 92 | +- Backport ci deps others [#2386](https://github.com/vdaas/vald/pull/2386) |
| 93 | +- Update docker build target platform selection rules [#2370](https://github.com/vdaas/vald/pull/2370) [#2374](https://github.com/vdaas/vald/pull/2374) |
| 94 | +- Add commit hash build image [#2359](https://github.com/vdaas/vald/pull/2359) [#2371](https://github.com/vdaas/vald/pull/2371) |
| 95 | +- Refactor code using golangci-lint [#2362](https://github.com/vdaas/vald/pull/2362) [#2365](https://github.com/vdaas/vald/pull/2365) |
| 96 | +- Change docker scan timeout longer [#2363](https://github.com/vdaas/vald/pull/2363) [#2364](https://github.com/vdaas/vald/pull/2364) |
| 97 | + |
| 98 | +:arrow_up: Update dependencies |
| 99 | + |
| 100 | +- Update deps [#2404](https://github.com/vdaas/vald/pull/2404) [#2405](https://github.com/vdaas/vald/pull/2405) |
| 101 | + |
| 102 | +:lock: Security |
| 103 | + |
| 104 | +- Create SECURITY.md [#2367](https://github.com/vdaas/vald/pull/2367) [#2368](https://github.com/vdaas/vald/pull/2368) |
| 105 | + |
| 106 | +:art: Design |
| 107 | + |
| 108 | +- Change JP logo to EN logo [#2369](https://github.com/vdaas/vald/pull/2369) [#2392](https://github.com/vdaas/vald/pull/2392) |
| 109 | + |
3 | 110 | ## v1.7.11
|
4 | 111 |
|
5 | 112 | ### Docker images
|
|
0 commit comments