Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix document format #1804

Merged
merged 2 commits into from Oct 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
54 changes: 27 additions & 27 deletions CHANGELOG.md
Expand Up @@ -132,43 +132,43 @@
### Description:

:sparkles: New feature
- Introduce opentelemetry (#1778)
- Change opencensus tracing to opentelemetry tracing (#1767)
- Add circuit breaker implementation (#1738)
- Introduce opentelemetry [#1778](https://github.com/vdaas/vald/pull/1778)
- Change opencensus tracing to opentelemetry tracing [#1767](https://github.com/vdaas/vald/pull/1767)
- Add circuit breaker implementation [#1738](https://github.com/vdaas/vald/pull/1738)

⬆️ Dependency update
- Deleted deprecated dependency for OTEL (#1795)
- Delete stackdriver dependencies (#1761)
- Deleted deprecated dependency for OTEL [#1795](https://github.com/vdaas/vald/pull/1795)
- Delete stackdriver dependencies [#1761](https://github.com/vdaas/vald/pull/1761)

🐛 Bug fix
- Fix fossa workflow bug (#1787)
- Fix failed github workflow (#1745)
- Add safe directory configuration (#1748)
- Fix fossa workflow bug [#1787](https://github.com/vdaas/vald/pull/1787)
- Fix failed github workflow [#1745](https://github.com/vdaas/vald/pull/1745)
- Add safe directory configuration [#1748](https://github.com/vdaas/vald/pull/1748)

:recycle: Refactor
- Refactor internal package (net, file, logger) (#1768)
- :recycle: Set default image tag as latest (#1766)
- Upgrade ubuntu version (#1743)
- Deleted vald_ prefix of dashboard (#1785)
- Use gotestfmt instead of tparse (#1788)
- Refactor internal package (net, file, logger) [#1768](https://github.com/vdaas/vald/pull/1768)
- :recycle: Set default image tag as latest [#1766](https://github.com/vdaas/vald/pull/1766)
- Upgrade ubuntu version [#1743](https://github.com/vdaas/vald/pull/1743)
- Deleted vald_ prefix of dashboard [#1785](https://github.com/vdaas/vald/pull/1785)
- Use gotestfmt instead of tparse [#1788](https://github.com/vdaas/vald/pull/1788)

✅ Test
- Implement agent handler saveIndex test case (#1731)
- Ignore gorules test (#1790)
- Fix chaos test (#1757)
- Implement agent handler createIndex test case (#1710)
- Implement agent handler indexInfo test case (#1708)
- Implement agent handler saveIndex test case [#1731](https://github.com/vdaas/vald/pull/1731)
- Ignore gorules test [#1790](https://github.com/vdaas/vald/pull/1790)
- Fix chaos test [#1757](https://github.com/vdaas/vald/pull/1757)
- Implement agent handler createIndex test case [#1710](https://github.com/vdaas/vald/pull/1710)
- Implement agent handler indexInfo test case [#1708](https://github.com/vdaas/vald/pull/1708)

📝 Document
- Update testing guideline & template (#1791)
- Add Client API Config document (#1783)
- Add backup configuration document (#1754)
- Add upgrade document (#1777)
- Update document by feedback (#1773)
- Add filter config document (#1755)
- Add deployment document (#1758)
- Update the images of agent page (#1753)
- Update config document (#1751)
- Update testing guideline & template [#1791](https://github.com/vdaas/vald/pull/1791)
- Add Client API Config document [#1783](https://github.com/vdaas/vald/pull/1783)
- Add backup configuration document [#1754](https://github.com/vdaas/vald/pull/1754)
- Add upgrade document [#1777](https://github.com/vdaas/vald/pull/1777)
- Update document by feedback [#1773](https://github.com/vdaas/vald/pull/1733)
- Add filter config document [#1755](https://github.com/vdaas/vald/pull/1755)
- Add deployment document [#1758](https://github.com/vdaas/vald/pull/1758)
- Update the images of agent page [#1753](https://github.com/vdaas/vald/pull/1753)
- Update config document [#1751](https://github.com/vdaas/vald/pull/1751)


## v1.5.6
Expand Down
3 changes: 2 additions & 1 deletion docs/api/build_proto.md
Expand Up @@ -3,7 +3,8 @@
This page shows how to build gRPC proto file for calling API to your Vald Cluster.

<div class="notice">
Vald provides the official client libraries (see: https://vald.vdaas.org/docs/user-guides/sdks ); If you can use one of the SDKs we recommend using it.
Vald provides the official client libraries (see: <a href="https://vald.vdaas.org/docs/user-guides/sdks">SDK document</a>).
If you can use one of the SDKs we recommend using it.
</div>

## Target proto files
Expand Down