-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Vdaas CI <[email protected]>
- Loading branch information
Showing
63 changed files
with
317 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,147 @@ | ||
# CHANGELOG | ||
|
||
## v1.7.14 | ||
|
||
### 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:v1.7.14</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-agent-ngt:v1.7.14</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Agent sidecar</td> | ||
<td> | ||
<code>docker pull vdaas/vald-agent-sidecar:v1.7.14</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-agent-sidecar:v1.7.14</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Discoverers</td> | ||
<td> | ||
<code>docker pull vdaas/vald-discoverer-k8s:v1.7.14</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-discoverer-k8s:v1.7.14</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Gateways</td> | ||
<td> | ||
<code>docker pull vdaas/vald-lb-gateway:v1.7.14</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-lb-gateway:v1.7.14</code><br/> | ||
<code>docker pull vdaas/vald-filter-gateway:v1.7.14</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-filter-gateway:v1.7.14</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Index Manager</td> | ||
<td> | ||
<code>docker pull vdaas/vald-manager-index:v1.7.14</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-manager-index:v1.7.14</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Helm Operator</td> | ||
<td> | ||
<code>docker pull vdaas/vald-helm-operator:v1.7.14</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-helm-operator:v1.7.14</code> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
### Documents | ||
|
||
- [GoDoc](https://pkg.go.dev/github.com/vdaas/[email protected]) | ||
- [Helm Chart Reference](https://github.com/vdaas/vald/blob/v1.7.14/charts/vald/README.md) | ||
- [Helm Operator Chart Reference](https://github.com/vdaas/vald/blob/v1.7.14/charts/vald-helm-operator/README.md) | ||
|
||
### Changes | ||
|
||
### :sparkles: New feature | ||
|
||
- Add String sorted topologicalSort [#2696](https://github.com/vdaas/vald/pull/2696) [#2698](https://github.com/vdaas/vald/pull/2698) | ||
- Add CPU_INFO_FLAGS for Apple Silicon [#2694](https://github.com/vdaas/vald/pull/2694) [#2697](https://github.com/vdaas/vald/pull/2697) | ||
- Add New gRPC Options and Add Reconnect Logic for connection Pool [#2685](https://github.com/vdaas/vald/pull/2685) [#2693](https://github.com/vdaas/vald/pull/2693) | ||
- Add option to disable dns resolve [#2634](https://github.com/vdaas/vald/pull/2634) [#2641](https://github.com/vdaas/vald/pull/2641) | ||
- Backport PR #2584 to release/v1.7 for Implement ngt property get API [#2588](https://github.com/vdaas/vald/pull/2588) | ||
- add HTTP2 support for http.Client and Vald HTTP Server [#2572](https://github.com/vdaas/vald/pull/2572) [#2575](https://github.com/vdaas/vald/pull/2575) | ||
|
||
### :zap: Improve performance | ||
|
||
- Refactor grpc/status.withDetails function for performance [#2664](https://github.com/vdaas/vald/pull/2664) [#2668](https://github.com/vdaas/vald/pull/2668) | ||
|
||
### :recycle: Refactor | ||
|
||
- Refactor use Absolute path for Makefile [#2673](https://github.com/vdaas/vald/pull/2673) | ||
- Refactor internal/net/grpc/client.go [#2675](https://github.com/vdaas/vald/pull/2675) | ||
- modify ParseError to FromError for agent handler [#2667](https://github.com/vdaas/vald/pull/2667) [#2679](https://github.com/vdaas/vald/pull/2679) | ||
- Backport PR #2674 to release/v1.7 for Refactor internal/net/grpc/client.go [#2675](https://github.com/vdaas/vald/pull/2675) | ||
- Backport PR #2670 to release/v1.7 for Refactor use Absolute path for Makefile [#2673](https://github.com/vdaas/vald/pull/2673) | ||
- Refactor grpc/status.withDetails function for performance [#2664](https://github.com/vdaas/vald/pull/2664) [#2668](https://github.com/vdaas/vald/pull/2668) | ||
- Refactor for release v1.7.14 [#2639](https://github.com/vdaas/vald/pull/2639) [#2648](https://github.com/vdaas/vald/pull/2648) | ||
- refactor(gateway): delete unused file [#2644](https://github.com/vdaas/vald/pull/2644) [#2646](https://github.com/vdaas/vald/pull/2646) | ||
- Refactor test checkFunc condition [#2599](https://github.com/vdaas/vald/pull/2599) [#2602](https://github.com/vdaas/vald/pull/2602) | ||
- Backport PR #2586 to release/v1.7 for modify rust package structure [#2590](https://github.com/vdaas/vald/pull/2590) | ||
- Backport PR #2577 to release/v1.7 for refactor docker and change buildkit-syft-scanner reference to ghcr.io [#2578](https://github.com/vdaas/vald/pull/2578) | ||
|
||
### :bug: Bugfix | ||
|
||
- Fix gRPC error handling for gateway/filter handler [#2669](https://github.com/vdaas/vald/pull/2669) [#2689](https://github.com/vdaas/vald/pull/2689) | ||
- fix: increase limit [#2683](https://github.com/vdaas/vald/pull/2683) [#2686](https://github.com/vdaas/vald/pull/2686) | ||
- Fix gRPC error handling for mirror-gateway handler [#2665](https://github.com/vdaas/vald/pull/2665) [#2681](https://github.com/vdaas/vald/pull/2681) | ||
- Fix gRPC error msg handling for lb-gateway handler [#2663](https://github.com/vdaas/vald/pull/2663) [#2682](https://github.com/vdaas/vald/pull/2682) | ||
- Bugfix ingress route settings [#2636](https://github.com/vdaas/vald/pull/2636) [#2642](https://github.com/vdaas/vald/pull/2642) | ||
- Fix broken links in the document files [#2611](https://github.com/vdaas/vald/pull/2611) [#2614](https://github.com/vdaas/vald/pull/2614) | ||
- Fix: make command name [#2610](https://github.com/vdaas/vald/pull/2610) [#2612](https://github.com/vdaas/vald/pull/2612) | ||
- Bugfix NGT flush logic [#2598](https://github.com/vdaas/vald/pull/2598) [#2606](https://github.com/vdaas/vald/pull/2606) | ||
|
||
### :pencil2: Document | ||
|
||
- Fix broken links in the document files [#2611](https://github.com/vdaas/vald/pull/2611) [#2614](https://github.com/vdaas/vald/pull/2614) | ||
|
||
### :white_check_mark: Testing | ||
|
||
- Refactor test checkFunc condition [#2599](https://github.com/vdaas/vald/pull/2599) [#2602](https://github.com/vdaas/vald/pull/2602) | ||
|
||
### :green_heart: CI | ||
|
||
- Buf CLI migrate to v2 [#2691](https://github.com/vdaas/vald/pull/2691) [#2695](https://github.com/vdaas/vald/pull/2695) | ||
- [create-pull-request] automated change [#2677](https://github.com/vdaas/vald/pull/2677) [#2678](https://github.com/vdaas/vald/pull/2678) | ||
- automatically generate workflows [#2595](https://github.com/vdaas/vald/pull/2595) [#2603](https://github.com/vdaas/vald/pull/2603) | ||
|
||
### :chart_with_upwards_trend: Metrics/Tracing | ||
|
||
- Introduce an observability crate using opentelemetry-rust [#2535](https://github.com/vdaas/vald/pull/2535) [#2609](https://github.com/vdaas/vald/pull/2609) | ||
|
||
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> | ||
|
||
## Summary by CodeRabbit | ||
|
||
- **New Features** | ||
|
||
- Added several new contributors to the project, enhancing community involvement. | ||
- Introduced a new configuration file for spell checking, improving documentation quality. | ||
- Expanded the project with new configuration files, documentation, and source code for enhanced functionality. | ||
|
||
- **Bug Fixes** | ||
|
||
- Updated version information in issue templates for accuracy. | ||
|
||
- **Documentation** | ||
|
||
- Improved clarity in the pull request template and updated version information. | ||
|
||
- **Chores** | ||
- Modified GitHub Actions for better handling of Docker image tags. | ||
|
||
<!-- end of auto-generated comment: release notes by coderabbit.ai --> | ||
|
||
## v1.7.13 | ||
|
||
### Docker images | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.