Skip to content

Commit 657526b

Browse files
docs: 添加3.14.5版本日志 (#8338)
1 parent 40a1e93 commit 657526b

File tree

7 files changed

+47
-13
lines changed

7 files changed

+47
-13
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-alpha2
8+
version: 3.14.5
99
# 版本标题
10-
title: "3.14.5-alpha2"
10+
title: "3.14.5"
1111
# 版本描述
12-
comment: "3.14.5-alpha2"
12+
comment: "3.14.5"
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-alpha2"
2+
appVersion: "3.14.5"
33
app:
44
region: "default"
55
bkAppCode: "bk_cmdb_saas"

docs/support-file/changelog/release.md

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

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
### 新增
2+
3+
- [新增] 主机模型增加“操作系统内核版本”字段
4+
5+
### 优化
6+
7+
- [优化] 国际化优化
8+
9+
### 修复
10+
11+
- [修复] 点击新增主机到模块时,业务拓扑下数量一直显示在加载中
12+
- [修复] 收藏条件高亮不会消失
13+
- [修复] 复制图标不显示
14+
- [修复] 点击字段更多信息跳转页面报错
15+
- [修复] 有关键字搜索时候,服务分类编辑修改错误
16+
- [修复] 服务/集群模版下属性修改列表字段没反应
17+
- [修复] 业务选择器分页不显示对应的业务
18+
- [修复] 业务拓扑点击刷新机器数量一直加载中
19+
- [修复] 自动应用搜索枚举值按名称搜索
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
### Feature
2+
3+
- [Feature] Add the "Operating System Kernel Version" field to the host model
4+
5+
### Improved
6+
7+
- [Improved] International optimization
8+
9+
### Fixed
10+
11+
- [Fixed] When clicking to add a host to the module, the number under the business topology is always displayed as loading.
12+
- [Fixed] Collection condition highlight will not disappear
13+
- [Fixed] Copy icon not displayed
14+
- [Fixed] Click on a field for more information to jump to the page and report an error
15+
- [Fixed] When there is a keyword search, the service category editor is incorrectly modified.
16+
- [Fixed] The attribute modification list field under the service/cluster template does not respond.
17+
- [Fixed] The business selector paging does not display the corresponding business
18+
- [Fixed] The business topology clicks to refresh the number of machines and it is always loading.
19+
- [Fixed] Host apply search enum values by name

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-alpha2
2+
appVersion: 3.14.5
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-alpha2
6+
version: 3.15.5
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-alpha2
2+
appVersion: 3.14.5
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-alpha2
6+
version: 3.15.5
77
dependencies:
88
- name: common
99
repository: https://charts.bitnami.com/bitnami

0 commit comments

Comments
 (0)