Skip to content

Commit cb816b7

Browse files
docs: 添加v3.14.3版本日志 (#8233)
--story=115931613
1 parent 9abd079 commit cb816b7

File tree

7 files changed

+51
-15
lines changed

7 files changed

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

docs/support-file/changelog/release.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
## [Version: v3.14.3-alpha2] - 2024-10-18
2-
**缺陷修复**
3-
- 主机/实例ID搜索为正整数
4-
- info样式优化
5-
6-
## [Version: v3.14.3-alpha1] - 2024-10-12
1+
## [Version: v3.14.3] - 2024-10-21
72
**新增功能**
83
- 添加业务拓扑的权限视图
94

@@ -20,7 +15,8 @@
2015
- 批量删除未启动主机 集群跟模块同步置灰不能勾选
2116
- 首页全文检索未输入任何值的时候自动聚焦输入框
2217
- info组件title样式优化
23-
- 3.11修复list_hosts_without_biz接口的排序功能失效问题
18+
- 修复list_hosts_without_biz接口的排序功能失效问题
19+
- 主机/实例ID搜索为正整数
2420

2521
## [Version: v3.14.2] - 2024-08-20
2622
**新增功能**
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
### 新增
2+
3+
- [新增] 添加业务拓扑的权限视图
4+
5+
### 优化
6+
7+
- [优化] 平台配置业务快照名称配置修改为业务ID
8+
- [优化] 容器节点“是否可调度”和服务/集群模板文案优化
9+
- [优化] 高级筛选int/float支持 $in操作符
10+
- [优化] 事务重试失败时返回错误
11+
- [优化] pod表临时添加nodeID索引
12+
- [优化] info组件title样式优化
13+
14+
### 修复
15+
16+
- [修复] 修复服务模板主机自动应用在备份负责人仅保留一个的情况下不生效的问题
17+
- [修复] 批量删除未启动主机,集群跟模块同步置灰不能勾选
18+
- [修复] 首页全文检索未输入任何值的时候自动聚焦输入框
19+
- [修复] 修复list_hosts_without_biz接口的排序功能失效问题
20+
- [修复] 主机/实例ID搜索仅支持正整数
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
### Feature
2+
3+
- [Feature] Add business topology iam instance selection.
4+
5+
### Improved
6+
7+
- [Improved] Modify the platform configuration business snapshot name configuration to business ID.
8+
- [Improved] Pod "Unschedulable" and service/cluster template copywriting optimization.
9+
- [Improved] Advanced filtering int/float supports $in operator.
10+
- [Improved] Return error when transaction retry fails.
11+
- [Improved] Temporarily add nodeID index to pod table.
12+
- [Improved] Info component title style optimization.
13+
14+
### Fixed
15+
16+
- [Fixed] Fixed the issue where automatic application of service template host does not take effect when only one backup manager is retained.
17+
- [Fixed] When deleting unstarted hosts in batches, cluster and module synchronization are grayed out and cannot be checked.
18+
- [Fixed] Automatically focus on the input box when no value is entered in the homepage full-text search.
19+
- [Fixed] Fixed the problem that the sorting function of list_hosts_without_biz interface fails.
20+
- [Fixed] Host/instance ID search only supports positive integers.

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

0 commit comments

Comments
 (0)