-
Notifications
You must be signed in to change notification settings - Fork 0
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
34 changed files
with
873 additions
and
775 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,103 @@ | ||
# CHANGELOG | ||
|
||
## v1.8.0 | ||
|
||
### Docker images | ||
|
||
<table> | ||
<tr> | ||
<th>component</th> | ||
<th>Docker pull</th> | ||
</tr> | ||
<tr> | ||
<td>Agent NGT</td> | ||
<td> | ||
<code>docker pull vdaas/vald-ci-labs-agent-ngt:v1.8.0</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald-ci-labs/vald-agent-ngt:v1.8.0</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Agent sidecar</td> | ||
<td> | ||
<code>docker pull vdaas/vald-ci-labs-agent-sidecar:v1.8.0</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald-ci-labs/vald-agent-sidecar:v1.8.0</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Discoverers</td> | ||
<td> | ||
<code>docker pull vdaas/vald-ci-labs-discoverer-k8s:v1.8.0</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald-ci-labs/vald-discoverer-k8s:v1.8.0</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Gateways</td> | ||
<td> | ||
<code>docker pull vdaas/vald-ci-labs-lb-gateway:v1.8.0</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald-ci-labs/vald-lb-gateway:v1.8.0</code><br/> | ||
<code>docker pull vdaas/vald-ci-labs-filter-gateway:v1.8.0</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald-ci-labs/vald-filter-gateway:v1.8.0</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Index Manager</td> | ||
<td> | ||
<code>docker pull vdaas/vald-ci-labs-manager-index:v1.8.0</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald-ci-labs/vald-manager-index:v1.8.0</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Helm Operator</td> | ||
<td> | ||
<code>docker pull vdaas/vald-ci-labs-helm-operator:v1.8.0</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald-ci-labs/vald-helm-operator:v1.8.0</code> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
### Documents | ||
|
||
- [GoDoc](https://pkg.go.dev/github.com/vdaas/[email protected]) | ||
- [Helm Chart Reference](https://github.com/vdaas/vald-ci-labs/blob/v1.8.0/charts/vald/README.md) | ||
- [Helm Operator Chart Reference](https://github.com/vdaas/vald-ci-labs/blob/v1.8.0/charts/vald-helm-operator/README.md) | ||
|
||
### Changes | ||
|
||
<!--- Provide a general summary of your changes in the Title above --> | ||
|
||
### Description: | ||
|
||
<!-- Describe your changes in detail --> | ||
<!-- It would be better to describe the details especially What changed and Why you changed --> | ||
|
||
### Related Issue: | ||
|
||
<!-- This project mainly accepts pull requests related to open issues --> | ||
<!-- NOTE: If suggesting a new feature or change, please discuss it in an issue first --> | ||
<!-- NOTE: If fixing a bug, there should be an issue describing it with steps to reproduce --> | ||
<!-- Please link to the issue here: --> | ||
|
||
### Versions: | ||
|
||
<!--- Please change the versions below along with your environment --> | ||
|
||
- Go Version: 1.21.1 | ||
- Docker Version: 20.10.8 | ||
- Kubernetes Version: v1.28.1 | ||
- NGT Version: 2.1.3 | ||
|
||
### Checklist: | ||
|
||
<!-- For completed items, change [ ] to [x]. --> | ||
<!-- NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open. --> | ||
|
||
- [x] I have read the [CONTRIBUTING](https://github.com/vdaas/vald-ci-labs/blob/main/CONTRIBUTING.md) document and completed [our CLA agreement](https://cla-assistant.io/vdaas/vald-ci-labs). | ||
- [x] I have checked open [Pull Requests](https://github.com/vdaas/vald-ci-labs/pulls) for the similar feature or fixes? | ||
|
||
### Special notes for your reviewer: | ||
|
||
<!-- Please tell us anything you would like to share to reviewers related this PR --> | ||
|
||
## v1.7.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
Oops, something went wrong.