Skip to content

Commit 38a7921

Browse files
docs: 添加v3.13.13版本日志 (#8360)
--story=122100257
1 parent 609d0bf commit 38a7921

File tree

5 files changed

+42
-6
lines changed

5 files changed

+42
-6
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.13.13-alpha1
8+
version: 3.13.13
99
# 版本标题
10-
title: "3.13.13-alpha1"
10+
title: "3.13.13"
1111
# 版本描述
12-
comment: "3.13.13-alpha1"
12+
comment: "3.13.13"
1313

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

docs/support-file/changelog/release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [Version: v3.13.13-alpha1] - 2025-03-07
1+
## [Version: v3.13.13] - 2025-03-13
22
**功能优化**
33
- 优化cmdb模块数据量大时页面打开慢
44
- 新建模型隐藏容器分组
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### 优化
2+
3+
- [优化] 优化cmdb模块数据量大时页面打开速度
4+
- [优化] 新建模型隐藏容器分组
5+
- [优化] 组织组件非多选字段结构改为数组
6+
- [优化] 国际化优化
7+
8+
### 修复
9+
10+
- [修复] 修复导出模型时的目录穿越问题
11+
- [修复] 新建自定义模型,实例修改自定义字段为数字0不显示
12+
- [修复] 主机自动应用偶现选择模块后点击跳转创建没反应
13+
- [修复] 点击新增主机到模块时,业务拓扑下数量一直显示在加载中
14+
- [修复] 收藏条件高亮不会消失
15+
- [修复] 复制图标不显示
16+
- [修复] 点击字段更多信息跳转页面报错
17+
- [修复] 有关键字搜索时候,服务分类编辑修改错误
18+
- [修复] 服务/集群模版下属性修改列表字段没反应
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### Improved
2+
3+
- [Improved] Optimize the page opening speed when the cmdb module has a large amount of data
4+
- [Improved] Hide container groups when creating a new model
5+
- [Improved] Change the structure of non-multiple-select fields in the organization component to an array
6+
- [Improved] Internationalization optimization
7+
8+
### Fixed
9+
10+
- [Fixed] Fix the directory traversal problem when exporting models
11+
- [Fixed] When creating a new custom model, the instance modifies the custom field to the number 0 and does not display
12+
- [Fixed] The host automatic application occasionally does not respond after selecting a module and clicking to jump to create
13+
- [Fixed] When clicking to add a host to a module, the number under the business topology is always displayed as loading
14+
- [Fixed] The highlight of the collection condition will not disappear
15+
- [Fixed] The copy icon is not displayed
16+
- [Fixed] Clicking on the field to jump to the page with more information reports an error
17+
- [Fixed] When there is a keyword search, the service category editing and modification error
18+
- [Fixed] The attribute modification list field under the service/cluster template does not respond

docs/support-file/helm/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: 3.13.13-alpha1
2+
appVersion: 3.13.13
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.14.13-alpha1
6+
version: 3.14.13
77
dependencies:
88
- name: common
99
repository: https://charts.bitnami.com/bitnami

0 commit comments

Comments
 (0)