Skip to content

Commit 40a1e93

Browse files
authoredFeb 18, 2025
chore: bk_os_kernel_version internationalization (#8337)
--bug=138263349
1 parent f8fcb8e commit 40a1e93

File tree

7 files changed

+14
-8
lines changed

7 files changed

+14
-8
lines changed
 

‎docs/apidoc/apigw/definition.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ spec_version: 1
55
release:
66
# 发布版本号;
77
# 资源配置更新,需更新此版本号才会发布资源版本,此版本号和 sdk 版本号一致,错误设置会影响调用方使用
8-
version: 3.14.5-alpha1
8+
version: 3.14.5-alpha2
99
# 版本标题
10-
title: "3.14.5-alpha1"
10+
title: "3.14.5-alpha2"
1111
# 版本描述
12-
comment: "3.14.5-alpha1"
12+
comment: "3.14.5-alpha2"
1313

1414
# 定义网关基本信息,用于命令 `sync_apigw_config`
1515
apigateway:

‎docs/smart/web/app_desc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
specVersion: 3
2-
appVersion: "3.14.5-alpha1"
2+
appVersion: "3.14.5-alpha2"
33
app:
44
region: "default"
55
bkAppCode: "bk_cmdb_saas"

‎docs/support-file/changelog/release.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [Version: v3.14.5-alpha2] - 2025-02-18
2+
**功能优化**
3+
- 操作系统内核版本字段支持国际化
4+
15
## [Version: v3.14.5-alpha1] - 2025-02-17
26
**新增功能**
37
- 主机模型-增加“操作系统内核版本”字段

‎docs/support-file/helm/backend/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: 3.14.5-alpha1
2+
appVersion: 3.14.5-alpha2
33
description: BlueKing Configuration Management DataBase (bk-cmdb) is an enterprise level configuration management serivce database.
44
name: bk-cmdb
55
type: application
6-
version: 3.15.5-alpha1
6+
version: 3.15.5-alpha2
77
dependencies:
88
- name: common
99
repository: https://charts.bitnami.com/bitnami

‎docs/support-file/helm/web/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: 3.14.5-alpha1
2+
appVersion: 3.14.5-alpha2
33
description: BlueKing Configuration Management DataBase (bk-cmdb) is an enterprise level configuration management serivce database.
44
name: bk-cmdb-web
55
type: application
6-
version: 3.15.5-alpha1
6+
version: 3.15.5-alpha2
77
dependencies:
88
- name: common
99
repository: https://charts.bitnami.com/bitnami

‎resources/language/default/property.json

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"host_property_bk_cloud_vendor": "云厂商",
8181
"host_property_bk_cloud_region": "云地域(Region)",
8282
"host_property_bk_cloud_zone": "云可用区(Zone)",
83+
"host_property_bk_os_kernel_version": "操作系统内核版本",
8384
"process_property_bk_biz_id": "业务ID",
8485
"process_property_bk_process_name": "进程别名",
8586
"process_property_description": "备注",

‎resources/language/en/property.json

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"host_property_bk_cloud_vendor": "Cloud vendor",
8383
"host_property_bk_cloud_region": "Cloud Region",
8484
"host_property_bk_cloud_zone": "Cloud Zone",
85+
"host_property_bk_os_kernel_version": "OS kernel version",
8586
"process_property_bk_biz_id": "Business ID",
8687
"process_property_bk_process_name": "Alias",
8788
"process_property_description": "Description",

0 commit comments

Comments
 (0)
Please sign in to comment.