Skip to content

Commit ef0d42b

Browse files
Release v2.8.0 (#1598)
* update Signed-off-by: limengxuan <[email protected]> * update Signed-off-by: limengxuan <[email protected]> * update chart for CDI Signed-off-by: limengxuan <[email protected]> * update docs Signed-off-by: limengxuan <[email protected]> * Update docs/config_cn.md Signed-off-by: limengxuan <[email protected]> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update docs/config.md Signed-off-by: limengxuan <[email protected]> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * update documents Signed-off-by: limengxuan <[email protected]> * fix kunlunxin vxpu issue Signed-off-by: limengxuan <[email protected]> * Update pkg/device/kunlun/vdevice.go Signed-off-by: limengxuan <[email protected]> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * update Signed-off-by: limengxuan <[email protected]> * update Makefile for helm package Signed-off-by: limengxuan <[email protected]> * update discord invitation Signed-off-by: limengxuan <[email protected]> * Update README.md Signed-off-by: limengxuan <[email protected]> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update README_cn.md Signed-off-by: limengxuan <[email protected]> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update README_ja.md Signed-off-by: limengxuan <[email protected]> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * update version Signed-off-by: limengxuan <[email protected]> --------- Signed-off-by: limengxuan <[email protected]> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 0f199da commit ef0d42b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.7.1
1+
v2.8.0

charts/hami/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 2.7.1
18+
version: 2.8.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "2.7.1"
24+
appVersion: "2.8.0"
2525

2626
dependencies:
2727
- name: hami-dra

charts/hami/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This document provides detailed descriptions of all configurable values paramete
88
|-----------|-------------|---------------|
99
| `global.imageRegistry` | Global Docker image registry | `""` |
1010
| `global.imagePullSecrets` | Global Docker image pull secrets | `[]` |
11-
| `global.imageTag` | Image tag | `"v2.7.1"` |
11+
| `global.imageTag` | Image tag | `"v2.8.0"` |
1212
| `global.gpuHookPath` | GPU Hook path | `/usr/local` |
1313
| `global.labels` | Global labels | `{}` |
1414
| `global.annotations` | Global annotations | `{}` |

charts/hami/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ global:
99
## - myRegistryKeySecretName
1010
## @param global.imagePullSecrets Global Docker image pull secrets
1111
imagePullSecrets: []
12-
imageTag: "v2.7.1"
12+
imageTag: "v2.8.0"
1313
gpuHookPath: /usr/local
1414
labels: {}
1515
annotations: {}

pkg/version/version_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ func TestVersion(t *testing.T) {
3232
{
3333
name: "version string",
3434
info: Info{
35-
Version: "2.7.1",
35+
Version: "2.8.0",
3636
Revision: "5125fd664",
3737
BuildDate: "2026-01-11T13:09:22Z",
3838
GoVersion: "go1.25.3",
3939
Compiler: "gc",
4040
Platform: "linux/amd64",
4141
},
42-
want: `version.Info{Version:"2.7.1", Revision:"5125fd664", BuildDate:"2026-01-11T13:09:22Z", GoVersion:"go1.25.3", Compiler:"gc", Platform:"linux/amd64"}`,
42+
want: `version.Info{Version:"2.8.0", Revision:"5125fd664", BuildDate:"2026-01-11T13:09:22Z", GoVersion:"go1.25.3", Compiler:"gc", Platform:"linux/amd64"}`,
4343
},
4444
}
4545
for _, tt := range tests {

0 commit comments

Comments
 (0)