-
Notifications
You must be signed in to change notification settings - Fork 77
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
123 additions
and
9 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,119 @@ | ||
# CHANGELOG | ||
|
||
## v0.0.63 | ||
|
||
### 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:v0.0.63</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-agent-ngt:v0.0.63</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Agent sidecar</td> | ||
<td> | ||
<code>docker pull vdaas/vald-agent-sidecar:v0.0.63</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-agent-sidecar:v0.0.63</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Discoverer k8s</td> | ||
<td> | ||
<code>docker pull vdaas/vald-discoverer-k8s:v0.0.63</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-discoverer-k8s:v0.0.63</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Gateway</td> | ||
<td> | ||
<code>docker pull vdaas/vald-gateway:v0.0.63</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-gateway:v0.0.63</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Backup manager MySQL</td> | ||
<td> | ||
<code>docker pull vdaas/vald-manager-backup-mysql:v0.0.63</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-manager-backup-mysql:v0.0.63</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Backup manager Cassandra</td> | ||
<td> | ||
<code>docker pull vdaas/vald-manager-backup-cassandra:v0.0.63</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-manager-backup-cassandra:v0.0.63</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Compressor</td> | ||
<td> | ||
<code>docker pull vdaas/vald-manager-compressor:v0.0.63</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-manager-compressor:v0.0.63</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Meta Redis</td> | ||
<td> | ||
<code>docker pull vdaas/vald-meta-redis:v0.0.63</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-meta-redis:v0.0.63</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Meta Cassandra</td> | ||
<td> | ||
<code>docker pull vdaas/vald-meta-cassandra:v0.0.63</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-meta-cassandra:v0.0.63</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Index Manager</td> | ||
<td> | ||
<code>docker pull vdaas/vald-manager-index:v0.0.63</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-manager-index:v0.0.63</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Helm Operator</td> | ||
<td> | ||
<code>docker pull vdaas/vald-helm-operator:v0.0.63</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-helm-operator:v0.0.63</code> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
### Documents | ||
- [GoDoc](https://pkg.go.dev/github.com/vdaas/[email protected]) | ||
- [Helm Chart Reference](https://github.com/vdaas/vald/blob/v0.0.63/charts/vald/README.md) | ||
- [Helm Operator Chart Reference](https://github.com/vdaas/vald/blob/v0.0.63/charts/vald-helm-operator/README.md) | ||
|
||
### Changes | ||
- Remove go mod tidy from base image / Add valid token to semver job ([#886](https://github.com/vdaas/vald/pull/886)) | ||
- bugfix agent duplicated data update execution ([#885](https://github.com/vdaas/vald/pull/885)) | ||
- :package: Build schemas when building helm-operator image ([#879](https://github.com/vdaas/vald/pull/879)) | ||
- :white_check_mark: Add s3 test and Refactor ([#837](https://github.com/vdaas/vald/pull/837)) | ||
- :white_check_mark: Add internal/net/http/client test ([#858](https://github.com/vdaas/vald/pull/858)) | ||
- :white_check_mark: add test case for json package ([#857](https://github.com/vdaas/vald/pull/857)) | ||
- Add FOSSA scan workflow & .fossa.yml ([#846](https://github.com/vdaas/vald/pull/846)) | ||
- :white_check_mark: create internal/net/http/client option test ([#831](https://github.com/vdaas/vald/pull/831)) | ||
- :green_heart: fix checkout-v2 fetch depths ([#832](https://github.com/vdaas/vald/pull/832)) | ||
- :wrench: update Helm 3.4.1, helm-docs ([#829](https://github.com/vdaas/vald/pull/829)) | ||
- :white_check_mark: test/internal/nosql/cassandra test ([#809](https://github.com/vdaas/vald/pull/809)) | ||
- :pencil: fix coding style for mock ([#806](https://github.com/vdaas/vald/pull/806)) | ||
- CI: Add reviewdog-k8s ([#824](https://github.com/vdaas/vald/pull/824)) | ||
- Fix e2e-bench-agent CI to fail correctly ([#800](https://github.com/vdaas/vald/pull/800)) | ||
- Add internal/db/cassandra/conviction test ([#799](https://github.com/vdaas/vald/pull/799)) | ||
- add test ([#798](https://github.com/vdaas/vald/pull/798)) | ||
- :pencil: Fix coding guideline about constructor due to mock implementation ([#792](https://github.com/vdaas/vald/pull/792)) | ||
- :robot: Automatically update k8s manifests ([#781](https://github.com/vdaas/vald/pull/781)) | ||
|
||
|
||
## v0.0.62 | ||
|
||
### 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 @@ | ||
v0.0.62 | ||
v0.0.63 |