Skip to content

Commit cc45f93

Browse files
authored
feat: add version log (#8559)
--story=129315665
1 parent 5caa950 commit cc45f93

File tree

5 files changed

+23
-8
lines changed

5 files changed

+23
-8
lines changed

docs/apidoc/apigw/definition.yaml

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

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

docs/smart/web/app_desc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
specVersion: 3
2-
appVersion: "3.14.7-alpha2"
2+
appVersion: "3.14.7-alpha3"
33
app:
44
bkAppCode: "bk_cmdb_saas"
55
bkAppName: "蓝鲸配置平台"

docs/support-file/changelog/release.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [Version: v3.14.7-alpha3] - 2025-12-16
2+
**功能优化**
3+
- 升级版本依赖
4+
- 优化圈复杂度
5+
- 优化枚举字段导出长度限制
6+
- 优化前端搜索功能,支持输入的多个ID值自动解析
7+
8+
**缺陷修复**
9+
- 修复拓扑报错提示信息问题
10+
- 修复创建模型attrs时空指针报错
11+
- 修复主机自动应用当前状态搜索条件失效
12+
- 修复模型间存在多条关联场景,关联查询失败问题
13+
- 修复前端运营分析下资源查询报错
14+
- 修复创建进程模版空格校验问题
15+
116
## [Version: v3.14.7-alpha2] - 2025-09-08
217
**功能优化**
318
- 导出文件名增加时间戳

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: 3.14.7-alpha2
2+
appVersion: 3.14.7-alpha3
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.7-alpha2
6+
version: 3.15.7-alpha3
77
dependencies:
88
- name: common
99
repository: https://charts.bitnami.com/bitnami

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: 3.14.7-alpha2
2+
appVersion: 3.14.7-alpha3
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.7-alpha2
6+
version: 3.15.7-alpha3
77
dependencies:
88
- name: common
99
repository: https://charts.bitnami.com/bitnami

0 commit comments

Comments
 (0)