-
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
8 changed files
with
115 additions
and
12 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,108 @@ | ||
# CHANGELOG | ||
|
||
## v1.6.0 | ||
|
||
### 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.6.0</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-agent-ngt:v1.6.0</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Agent sidecar</td> | ||
<td> | ||
<code>docker pull vdaas/vald-agent-sidecar:v1.6.0</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-agent-sidecar:v1.6.0</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Discoverers</td> | ||
<td> | ||
<code>docker pull vdaas/vald-discoverer-k8s:v1.6.0</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-discoverer-k8s:v1.6.0</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Gateways</td> | ||
<td> | ||
<code>docker pull vdaas/vald-lb-gateway:v1.6.0</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-lb-gateway:v1.6.0</code><br/> | ||
<code>docker pull vdaas/vald-filter-gateway:v1.6.0</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-filter-gateway:v1.6.0</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Index Manager</td> | ||
<td> | ||
<code>docker pull vdaas/vald-manager-index:v1.6.0</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-manager-index:v1.6.0</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Helm Operator</td> | ||
<td> | ||
<code>docker pull vdaas/vald-helm-operator:v1.6.0</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-helm-operator:v1.6.0</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.6.0/charts/vald/README.md) | ||
- [Helm Operator Chart Reference](https://github.com/vdaas/vald/blob/v1.6.0/charts/vald-helm-operator/README.md) | ||
|
||
### Changes | ||
### Description: | ||
|
||
:sparkles: New feature | ||
- Introduce opentelemetry (#1778) | ||
- Change opencensus tracing to opentelemetry tracing (#1767) | ||
- Add circuit breaker implementation (#1738) | ||
|
||
⬆️ Dependency update | ||
- Deleted deprecated dependency for OTEL (#1795) | ||
- Delete stackdriver dependencies (#1761) | ||
|
||
🐛 Bug fix | ||
- Fix fossa workflow bug (#1787) | ||
- Fix failed github workflow (#1745) | ||
- Add safe directory configuration (#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) | ||
|
||
✅ 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) | ||
|
||
📝 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) | ||
|
||
|
||
## v1.5.6 | ||
|
||
### 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v1.5.6 | ||
v1.6.0 |