File tree 7 files changed +14
-8
lines changed
7 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ spec_version: 1
5
5
release :
6
6
# 发布版本号;
7
7
# 资源配置更新,需更新此版本号才会发布资源版本,此版本号和 sdk 版本号一致,错误设置会影响调用方使用
8
- version : 3.14.5-alpha1
8
+ version : 3.14.5-alpha2
9
9
# 版本标题
10
- title : " 3.14.5-alpha1 "
10
+ title : " 3.14.5-alpha2 "
11
11
# 版本描述
12
- comment : " 3.14.5-alpha1 "
12
+ comment : " 3.14.5-alpha2 "
13
13
14
14
# 定义网关基本信息,用于命令 `sync_apigw_config`
15
15
apigateway :
Original file line number Diff line number Diff line change 1
1
specVersion : 3
2
- appVersion : " 3.14.5-alpha1 "
2
+ appVersion : " 3.14.5-alpha2 "
3
3
app :
4
4
region : " default"
5
5
bkAppCode : " bk_cmdb_saas"
Original file line number Diff line number Diff line change
1
+ ## [ Version: v3.14.5-alpha2] - 2025-02-18
2
+ ** 功能优化**
3
+ - 操作系统内核版本字段支持国际化
4
+
1
5
## [ Version: v3.14.5-alpha1] - 2025-02-17
2
6
** 新增功能**
3
7
- 主机模型-增加“操作系统内核版本”字段
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- appVersion : 3.14.5-alpha1
2
+ appVersion : 3.14.5-alpha2
3
3
description : BlueKing Configuration Management DataBase (bk-cmdb) is an enterprise level configuration management serivce database.
4
4
name : bk-cmdb
5
5
type : application
6
- version : 3.15.5-alpha1
6
+ version : 3.15.5-alpha2
7
7
dependencies :
8
8
- name : common
9
9
repository : https://charts.bitnami.com/bitnami
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- appVersion : 3.14.5-alpha1
2
+ appVersion : 3.14.5-alpha2
3
3
description : BlueKing Configuration Management DataBase (bk-cmdb) is an enterprise level configuration management serivce database.
4
4
name : bk-cmdb-web
5
5
type : application
6
- version : 3.15.5-alpha1
6
+ version : 3.15.5-alpha2
7
7
dependencies :
8
8
- name : common
9
9
repository : https://charts.bitnami.com/bitnami
Original file line number Diff line number Diff line change 80
80
"host_property_bk_cloud_vendor" : " 云厂商" ,
81
81
"host_property_bk_cloud_region" : " 云地域(Region)" ,
82
82
"host_property_bk_cloud_zone" : " 云可用区(Zone)" ,
83
+ "host_property_bk_os_kernel_version" : " 操作系统内核版本" ,
83
84
"process_property_bk_biz_id" : " 业务ID" ,
84
85
"process_property_bk_process_name" : " 进程别名" ,
85
86
"process_property_description" : " 备注" ,
Original file line number Diff line number Diff line change 82
82
"host_property_bk_cloud_vendor" : " Cloud vendor" ,
83
83
"host_property_bk_cloud_region" : " Cloud Region" ,
84
84
"host_property_bk_cloud_zone" : " Cloud Zone" ,
85
+ "host_property_bk_os_kernel_version" : " OS kernel version" ,
85
86
"process_property_bk_biz_id" : " Business ID" ,
86
87
"process_property_bk_process_name" : " Alias" ,
87
88
"process_property_description" : " Description" ,
You can’t perform that action at this time.
0 commit comments