-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ⬆️ release v1.7.10 Signed-off-by: vankichi <[email protected]> * 🤖 auto update stage ⬆️ Signed-off-by: vdaas-ci <[email protected]> * Apply suggestions from code review * 🤖 auto update stage ⬆️ Signed-off-by: vdaas-ci <[email protected]> * 🤖 auto update stage ⬆️ Signed-off-by: vdaas-ci <[email protected]> * 🤖 auto update stage ⬆️ Signed-off-by: vdaas-ci <[email protected]> --------- Signed-off-by: vankichi <[email protected]> Signed-off-by: vdaas-ci <[email protected]> Co-authored-by: vdaas-ci <[email protected]>
- Loading branch information
Showing
9 changed files
with
209 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
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,6 +1,6 @@ | ||
--- | ||
title: "Changelog_release" | ||
date: 2023-12-06T16:56:25+09:00 | ||
date: 2023-12-25T19:23:05+09:00 | ||
draft: false | ||
weight: 0 | ||
menu: | ||
|
@@ -10,6 +10,98 @@ menu: | |
|
||
# CHANGELOG | ||
|
||
## v1.7.10 | ||
|
||
### 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.10</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-agent-ngt:v1.7.10</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Agent sidecar</td> | ||
<td> | ||
<code>docker pull vdaas/vald-agent-sidecar:v1.7.10</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-agent-sidecar:v1.7.10</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Discoverers</td> | ||
<td> | ||
<code>docker pull vdaas/vald-discoverer-k8s:v1.7.10</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-discoverer-k8s:v1.7.10</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Gateways</td> | ||
<td> | ||
<code>docker pull vdaas/vald-lb-gateway:v1.7.10</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-lb-gateway:v1.7.10</code><br/> | ||
<code>docker pull vdaas/vald-filter-gateway:v1.7.10</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-filter-gateway:v1.7.10</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Index Manager</td> | ||
<td> | ||
<code>docker pull vdaas/vald-manager-index:v1.7.10</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-manager-index:v1.7.10</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Helm Operator</td> | ||
<td> | ||
<code>docker pull vdaas/vald-helm-operator:v1.7.10</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-helm-operator:v1.7.10</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.10/charts/vald/README) | ||
- [Helm Operator Chart Reference](https://github.com/vdaas/vald/blob/v1.7.10/charts/vald-helm-operator/README) | ||
|
||
### Changes | ||
|
||
:sparkles: New feature | ||
|
||
- Implement malloc metrics [#2161](https://github.com/vdaas/vald/pull/2161) | ||
- Add svc discoverer for readreplica svc [#2263](https://github.com/vdaas/vald/pull/2263) | ||
- Add agent readreplica resources [#2258](https://github.com/vdaas/vald/pull/2258) | ||
- Add cronjob for readreplica rotator [#2242](https://github.com/vdaas/vald/pull/2242) | ||
|
||
:recycle: Refactor | ||
|
||
- Apply make proto/all [#2266](https://github.com/vdaas/vald/pull/2266) | ||
- Migratation to buf [#2236](https://github.com/vdaas/vald/pull/2236) | ||
- Update schema [#2265](https://github.com/vdaas/vald/pull/2265) | ||
|
||
:bug: Bugfix | ||
|
||
- Resolve duplicated cluster wide resources name problem [#2274](https://github.com/vdaas/vald/pull/2274) | ||
|
||
:pencil2: Document | ||
|
||
- Add caution sentence for deploy multi-Vald clusters [#2271](https://github.com/vdaas/vald/pull/2271) | ||
|
||
:green_heart: CI | ||
|
||
- Disable BUILDKIT_INLINE_CACHE on GitHub Actions [#2270](https://github.com/vdaas/vald/pull/2270) | ||
- Fix docker build for scanning [#2269](https://github.com/vdaas/vald/pull/2269) | ||
- change login user and token for ghcr.io & small refactor [#2268](https://github.com/vdaas/vald/pull/2268) | ||
- Add e2e job for index management job [#2239](https://github.com/vdaas/vald/pull/2239) | ||
- Add docker buildx cache [#2261](https://github.com/vdaas/vald/pull/2261) | ||
|
||
## v1.7.9 | ||
|
||
### 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: "Changelog_v1.7/Release" | ||
date: 2023-12-06T16:56:38+09:00 | ||
date: 2023-12-25T19:23:18+09:00 | ||
draft: false | ||
weight: 0 | ||
menu: | ||
|
@@ -10,6 +10,98 @@ menu: | |
|
||
# CHANGELOG | ||
|
||
## v1.7.10 | ||
|
||
### 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.10</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-agent-ngt:v1.7.10</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Agent sidecar</td> | ||
<td> | ||
<code>docker pull vdaas/vald-agent-sidecar:v1.7.10</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-agent-sidecar:v1.7.10</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Discoverers</td> | ||
<td> | ||
<code>docker pull vdaas/vald-discoverer-k8s:v1.7.10</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-discoverer-k8s:v1.7.10</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Gateways</td> | ||
<td> | ||
<code>docker pull vdaas/vald-lb-gateway:v1.7.10</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-lb-gateway:v1.7.10</code><br/> | ||
<code>docker pull vdaas/vald-filter-gateway:v1.7.10</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-filter-gateway:v1.7.10</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Index Manager</td> | ||
<td> | ||
<code>docker pull vdaas/vald-manager-index:v1.7.10</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-manager-index:v1.7.10</code> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Helm Operator</td> | ||
<td> | ||
<code>docker pull vdaas/vald-helm-operator:v1.7.10</code><br/> | ||
<code>docker pull ghcr.io/vdaas/vald/vald-helm-operator:v1.7.10</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.10/charts/vald/README) | ||
- [Helm Operator Chart Reference](https://github.com/vdaas/vald/blob/v1.7.10/charts/vald-helm-operator/README) | ||
|
||
### Changes | ||
|
||
:sparkles: New feature | ||
|
||
- Implement malloc metrics [#2161](https://github.com/vdaas/vald/pull/2161) | ||
- Add svc discoverer for readreplica svc [#2263](https://github.com/vdaas/vald/pull/2263) | ||
- Add agent readreplica resources [#2258](https://github.com/vdaas/vald/pull/2258) | ||
- Add cronjob for readreplica rotator [#2242](https://github.com/vdaas/vald/pull/2242) | ||
|
||
:recycle: Refactor | ||
|
||
- Apply make proto/all [#2266](https://github.com/vdaas/vald/pull/2266) | ||
- Migratation to buf [#2236](https://github.com/vdaas/vald/pull/2236) | ||
- Update schema [#2265](https://github.com/vdaas/vald/pull/2265) | ||
|
||
:bug: Bugfix | ||
|
||
- Resolve duplicated cluster wide resources name problem [#2274](https://github.com/vdaas/vald/pull/2274) | ||
|
||
:pencil2: Document | ||
|
||
- Add caution sentence for deploy multi-Vald clusters [#2271](https://github.com/vdaas/vald/pull/2271) | ||
|
||
:green_heart: CI | ||
|
||
- Disable BUILDKIT_INLINE_CACHE on GitHub Actions [#2270](https://github.com/vdaas/vald/pull/2270) | ||
- Fix docker build for scanning [#2269](https://github.com/vdaas/vald/pull/2269) | ||
- change login user and token for ghcr.io & small refactor [#2268](https://github.com/vdaas/vald/pull/2268) | ||
- Add e2e job for index management job [#2239](https://github.com/vdaas/vald/pull/2239) | ||
- Add docker buildx cache [#2261](https://github.com/vdaas/vald/pull/2261) | ||
|
||
## v1.7.9 | ||
|
||
### 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{{ $latest := "v1.7.9" }} | ||
{{ $latest := "v1.7.10" }} | ||
{{ $ver := "" }} | ||
{{ $docsBaseURL := "/docs" }} | ||
|
||
|